Simplified ELTE FI bachelor and master thesis template.
Go to file
2021-05-22 13:21:38 +02:00
.github/workflows Use GitHub Actions as CI to test whether the LaTeX source builds. 2020-02-27 17:15:34 +01:00
appendices Added English documentation into TeX sample files. 2019-06-09 15:37:12 +02:00
chapters Added English documentation into TeX sample files. 2019-06-09 15:37:12 +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.cls Compile thesis title and author into PDF metadata. 2020-11-23 20:35:02 +01:00
LICENSE Smaller typo fixes, versioning release 2.0 to be synchronized with CTAN versions. 2020-02-27 16:46:41 +01:00
README_en.md Smaller typo fixes, versioning release 2.0 to be synchronized with CTAN versions. 2020-02-27 16:46:41 +01:00
README.md Add CI status badge to README. 2020-07-24 08:35:32 +02:00
settings.tex Smaller typo fixes, versioning release 2.0 to be synchronized with CTAN versions. 2020-02-27 16:46:41 +01:00
thesis.bib Added examples on package usages. 2019-04-30 10:54:21 +02:00
thesis.pdf Add phantomsection before List of Things, so TOC will link to the proper page. 2021-05-22 13:21:38 +02:00
thesis.tex Add phantomsection before List of Things, so TOC will link to the proper page. 2021-05-22 13:21:38 +02:00

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.

Required packages (without completeness)

Image handling:

Table management:

Lists:

Mathematical formulas and algorithms:

Miscellaneous:

Predefined theorem-like environments

  • definition
  • theorem
  • remark
  • note