diff --git a/README.md b/README.md index feed4bd..a6cb6bc 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,14 @@ The template supports producing both Hungarian and English theses, which can be # (PDF file contains incorrect references yet) pdflatex elteikthesis_en.tex # Generate bibliography -bibtex elteikthesis_en +biber 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](https://www.texstudio.org/)), given the same commands should be executed. ## Syntax highlighting of code blocks diff --git a/README.pdf b/README.pdf index 9578eac..8303259 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/README_hu.md b/README_hu.md index 5a8fe1e..bfa56e3 100644 --- a/README_hu.md +++ b/README_hu.md @@ -14,17 +14,14 @@ A sablon magyar és angol nyelvű dokumentumok elkészítését is támogatja (l # (PDF fájl még hibás hivatkozásokat fog tartalmazni) pdflatex elteikthesis_hu.tex # Irodalomjegyzék generálása -bibtex elteikthesis_hu +biber elteikthesis_hu # Jelölésjegyzék generálása (ha szükséges) makeindex -s nomencl.ist -t elteikthesis_hu.nlg \ -o elteikthesis_hu.nls elteikthesis_hu.nlo # Végleges PDF fájl generálása pdflatex elteikthesis_hu.tex -pdflatex elteikthesis_hu.tex ``` -**Megjegyzés:** az irodalomjegyzék változása esetén a `bibtex`, majd a `pdflatex` _kétszeri_ futtatása szükséges a helyes hivatkozások előállításához. - A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStudio](https://www.texstudio.org/)), ugyanezen utasítások kiadásával. ## Kódblokkok szintaxis kiemelése diff --git a/README_hu.pdf b/README_hu.pdf index 33bdac7..36b1fae 100644 Binary files a/README_hu.pdf and b/README_hu.pdf differ