Simplified ELTE FI bachelor and master thesis template.
Go to file
Máté Cserép 08f589a831 Merge remote-tracking branch 'origin/ctan'
# Conflicts:
#	.github/workflows/ci.yml
#	README.md
#	README_en.md
#	elteikthesis.cls
#	elteikthesis.tex
#	samples_en/impl.tex
#	thesis_hu.pdf
2022-04-30 14:10:26 +02:00
.github/workflows Update CI for separate Hungarian and English templates 2022-03-15 14:24:28 +01:00
images Initial version. 2018-06-06 17:50:27 +02:00
samples_en Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
samples_hu Separate Hungarian and English sample thesis file 2022-03-15 14:16:15 +01:00
.gitignore Initial commit 2018-06-06 15:42:04 +02:00
elteikthesis_en.pdf Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
elteikthesis_en.tex Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
elteikthesis_hu.pdf Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
elteikthesis_hu.tex Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
elteikthesis_minted.pdf Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
elteikthesis_minted.tex Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +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 Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
LICENSE Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
README_hu.md Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
README_hu.pdf Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
README.md Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00
README.pdf Merge remote-tracking branch 'origin/ctan' 2022-04-30 14:10:26 +02:00

CI status

See Hungarian version.

ELTE FI bachelor and master thesis template

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 bibliography
bibtex elteikthesis_en
# Generate nomenclature (optional)
makeindex -s nomencl.ist -t elteikthesis_en.nlg \
  -o elteikthesis_en.nls elteikthesis_en.nlo
# Generate final PDF file
pdflatex elteikthesis_en.tex
pdflatex elteikthesis_en.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 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