mcserep / elteiktdk

TDK-thesis template for ELTE FI.

Home Page:https://www.ctan.org/pkg/elteiktdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI status Overleaf template

See Hungarian version.

ELTE FI TDK thesis template

The elteiktdk_en.tex and the produced elteiktdk_en.pdf serves as an example of usage. This class template enforces the required formatting rules for TDK theses and generates the cover and title page given on the provided metadata. The formatting rules are defined to meet the requirements for TDK theses submitted at the Eötvös Loránd University, Faculty of Informatics. This also fits the formatting requirements of the Computer Science Section of the National Conference of Scientific Students' Associations (OTDK). With sufficient modifications the template should be usable for TDK theses at other national and faculty level sections, 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 elteiktdk_en.aux file
# (PDF file contains incorrect references yet)
pdflatex elteiktdk_en.tex
# Generate bibliography
biber elteiktdk_en
# Generate nomenclature (optional)
makeindex -s nomencl.ist -t elteiktdk_en.nlg \
  -o elteiktdk_en.nls elteiktdk_en.nlo
# Generate final PDF file
pdflatex elteiktdk_en.tex

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 details see the documentation. For its usage the Python interpreter and the Pygments package must be installed as a prerequisite, then you should uncomment its loading at the beginning of elteiktdk_en.tex.

Overleaf

Overleaf is a free, easy to use online, collaborative LaTeX editor; similar like e.g. Google Docs, but for LateX documents. You can also find the latest release of this thesis template on Overleaf.

Required packages (without completeness)

Image handling:

Table management:

Lists:

Mathematical formulas and algorithms:

Miscellaneous:

Predefined theorem-like environments

  • definition
  • theorem
  • remark
  • note

About

TDK-thesis template for ELTE FI.

https://www.ctan.org/pkg/elteiktdk

License:MIT License


Languages

Language:TeX 100.0%