Simplified ELTE FI bachelor and master thesis template.
Go to file
2021-09-20 18:15:35 +02:00
.github/workflows CI: fix minted integration file name 2021-09-20 18:15:35 +02:00
appendices Added English documentation into TeX sample files. 2019-06-09 15:37:12 +02:00
chapters Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
images Initial version. 2018-06-06 17:50:27 +02:00
.gitignore Initial commit 2018-06-06 15:42:04 +02:00
elteikthesis-minted.pdf Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
elteikthesis-minted.tex Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
elteikthesis.bib Rename thesis.* to elteikthesis.* as requested by the CTAN team to support unique 2020-07-24 11:07:23 +02:00
elteikthesis.cls Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
elteikthesis.pdf Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
elteikthesis.tex Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
LICENSE Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
README_hu.md Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
README_hu.pdf Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
README.md Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00
README.pdf Apply version 2.2 release changes to CTAN version. 2021-09-20 16:18:53 +02:00

ELTE FI bachelor and master thesis template

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