Skip to content

Simplified ELTE FI bachelor and master thesis template.

License

Notifications You must be signed in to change notification settings

Relintai/elteikthesis

 
 

Repository files navigation

ELTE FI bachelor and master thesis template

See Hungarian version.

The elteikthesis_en.tex and the produced elteikthesis_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 elteikthesis_en.aux file
# (PDF file contains incorrect references yet)
pdflatex elteikthesis_en.tex
# Generate final PDF file
pdflatex elteikthesis_en.tex

Note: in case the bibliography changes, executing 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 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

About

Simplified ELTE FI bachelor and master thesis template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%