Simplified ELTE FI bachelor and master thesis template.
Go to file
2022-03-15 14:16:15 +01:00
.github/workflows CI: use v2 of xu-cheng/latex-action workflow. 2021-09-20 15:39:24 +02:00
images Initial version. 2018-06-06 17:50:27 +02:00
samples_en Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
samples_hu Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
.gitignore Initial commit 2018-06-06 15:42:04 +02:00
elteikthesis.cls Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
LICENSE Update year in license. 2021-09-20 16:19:26 +02:00
minted-integration.pdf Add PDF 2021-08-21 14:58:19 +02:00
minted-integration.tex Versioning release 2.2 2021-09-20 15:53:50 +02:00
README_en.md Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
README.md Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
thesis_en.pdf Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
thesis_en.tex Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
thesis_hu.pdf Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
thesis_hu.tex Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
thesis.bib Added examples on package usages. 2019-04-30 10:54:21 +02:00

ELTE FI bachelor and master thesis template

The thesis_en.tex and the produced thesis_en.pdf serves as an example of usage. This class template enforces the required formatting rules for bachelor and master theses and generates the cover page given on the provided metadata. The chapters of the example document follows the typical structure of a BSc thesis. The formatting rules are defined to meet the requirements for theses submitted at the Eötvös Loránd University, Faculty of Informatics (Budapest, Hungary). However with sufficient modifications the template should be usable at other universities, too.

The template contains configuration both for single and double sided printing (see twoside option), by default it is set to the recommended single side format. The template supports producing both Hungarian and English theses, which can be easily controlled (see \documentlang command).

Compilation

# Generate thesis_en.aux file (PDF file contains incorrect references yet)
pdflatex thesis_en.tex
# Generate bibliography
bibtex thesis_en
# Generate nomenclature (optional)
makeindex -s nomencl.ist -t thesis_en.nlg -o thesis_en.nls thesis_en.nlo
# Generate final PDF file
pdflatex thesis_en.tex
pdflatex thesis_en.tex

Note: in case the bibliography changes, executing bibtex, then pdflatex twice is required to generate to correct references in the PDF output.

Compilation might be carried out through a preferred IDE (e.g. TexStudio), given the same commands should be executed.

Syntax highlighting of code blocks

The minted package is also supported for syntax highlighting. For its usage the Python interpreter and the Pygments package must be installed as a prerequisite. See the minted-integration.tex file for example and this documentation.

Required packages (without completeness)

Image handling:

Table management:

Lists:

Mathematical formulas and algorithms:

Miscellaneous:

Predefined theorem-like environments

  • definition
  • theorem
  • remark
  • note