Simplified ELTE FI bachelor and master thesis template.
Go to file
Máté Cserép b972ebdebd CI: use v2 of xu-cheng/latex-action workflow. 2021-09-20 15:39:24 +02:00
.github/workflows CI: use v2 of xu-cheng/latex-action workflow. 2021-09-20 15:39:24 +02:00
appendices
chapters Thesis template: use algorithmicx package for algorithms 2021-08-21 14:50:28 +02:00
images
.gitignore
LICENSE Smaller typo fixes, versioning release 2.0 to be synchronized with CTAN versions. 2020-02-27 16:46:41 +01:00
README.md Extend docs 2021-09-20 15:34:00 +02:00
README_en.md Extend docs 2021-09-20 15:34:00 +02:00
elteikthesis.cls Load geometry before fancyhdr 2021-08-21 14:50:28 +02:00
minted-integration.pdf Add PDF 2021-08-21 14:58:19 +02:00
minted-integration.tex Integrate with minted for source code highlighting 2021-08-21 14:50:00 +02:00
thesis.bib
thesis.pdf Add PDF 2021-08-21 14:58:19 +02:00
thesis.tex Extend docs 2021-09-20 15:34:00 +02:00

README_en.md

ELTE FI bachelor and master thesis template

The thesis.tex and the produced thesis.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.aux file (PDF file contains incorrect references yet)
pdflatex thesis.tex
# Generate bibliography
bibtex thesis
# Generate nomenclature (optional)
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
# Generate final PDF file
pdflatex thesis.tex
pdflatex thesis.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.

Required packages (without completeness)

Image handling:

Table management:

Lists:

Mathematical formulas and algorithms:

Miscellaneous:

Predefined theorem-like environments

  • definition
  • theorem
  • remark
  • note