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).
# 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.
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.
Image handling:
- Minimal and maximal size: adjustbox
- Subfigures: subcaption
- Rotation: rotating
Table management:
- Multirow and multicolumn support: multirow
- Breakable tables: longtable
- Vertical positioning of cells: array
- Multiline cells (line breaks): makecell
Lists:
- Lists with narrow spacing: paralist
Mathematical formulas and algorithms:
- Mathematical formulas: amsmath
- Mathematical definitions: amsthm
- Mathematical symbols: amsfonts
- Algorithms: algpseudocode
- Code blocks: listingsutf8, minted
Miscellaneous:
- Todos: todonotes
- definition
- theorem
- remark
- note