summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elteikthesis/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elteikthesis/README.md')
-rw-r--r--macros/latex/contrib/elteikthesis/README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/latex/contrib/elteikthesis/README.md b/macros/latex/contrib/elteikthesis/README.md
index 4b8add09a0..731467f9e0 100644
--- a/macros/latex/contrib/elteikthesis/README.md
+++ b/macros/latex/contrib/elteikthesis/README.md
@@ -1,6 +1,6 @@
# ELTE FI bachelor and master thesis template
-The [elteikthesis.tex](elteikthesis.tex) and the produced [elteikthesis.pdf](elteikthesis.pdf) serves as an example of usage.
+The [elteikthesis_en.tex](elteikthesis_en.tex) and the produced [elteikthesis_en.pdf](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.
@@ -10,17 +10,17 @@ The template supports producing both Hungarian and English theses, which can be
## Compilation
```bash
-# Generate elteikthesis.aux file
+# Generate elteikthesis_en.aux file
# (PDF file contains incorrect references yet)
-pdflatex elteikthesis.tex
+pdflatex elteikthesis_en.tex
# Generate bibliography
-bibtex elteikthesis
+bibtex elteikthesis_en
# Generate nomenclature (optional)
-makeindex -s nomencl.ist -t elteikthesis.nlg -o elteikthesis.nls \
- elteikthesis.nlo
+makeindex -s nomencl.ist -t elteikthesis_en.nlg \
+ -o elteikthesis_en.nls elteikthesis_en.nlo
# Generate final PDF file
-pdflatex elteikthesis.tex
-pdflatex elteikthesis.tex
+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.
@@ -30,7 +30,7 @@ Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https
## 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.
+See the `elteikthesis_minted.tex` file for example and this [documentation](https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted).
## Required packages (without completeness)