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.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/macros/latex/contrib/elteikthesis/README.md b/macros/latex/contrib/elteikthesis/README.md
index 4e4158b89f..fc0e06a1c4 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 [thesis.tex](thesis.tex) and the produced [thesis.pdf](thesis.pdf) serves as an example of usage.
+The [elteikthesis.tex](elteikthesis.tex) and the produced [elteikthesis.pdf](elteikthesis.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,15 +10,17 @@ The template supports producing both Hungarian and English theses, which can be
## Compilation
```bash
-# Generate thesis.aux file (PDF file contains incorrect references yet)
-pdflatex thesis.tex
+# Generate elteikthesis.aux file
+# (PDF file contains incorrect references yet)
+pdflatex elteikthesis.tex
# Generate bibliography
-bibtex thesis
+bibtex elteikthesis
# Generate nomenclature (optional)
-makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
+makeindex -s nomencl.ist -t elteikthesis.nlg -o elteikthesis.nls \
+ elteikthesis.nlo
# Generate final PDF file
-pdflatex thesis.tex
-pdflatex thesis.tex
+pdflatex elteikthesis.tex
+pdflatex elteikthesis.tex
```
**Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.
@@ -40,7 +42,6 @@ Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https
* Vertical positioning of cells: [array](https://ctan.org/pkg/array)
* Multiline cells (line breaks): [makecell](https://ctan.org/pkg/makecell)
-\pagebreak
**Lists:**
* Lists with narrow spacing: [paralist](https://ctan.org/pkg/paralist)