diff --git a/README.md b/README.md index 810804f..6aa9946 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,11 @@ The template supports producing both Hungarian and English theses, which can be # 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. +**Note:** in case the bibliography changes, executing `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. diff --git a/README_hu.md b/README_hu.md index 00ba11c..09af6ba 100644 --- a/README_hu.md +++ b/README_hu.md @@ -13,16 +13,11 @@ A sablon magyar és angol nyelvű dokumentumok elkészítését is támogatja (l # elteikthesis_hu.aux fájl generálása # (PDF fájl még hibás hivatkozásokat fog tartalmazni) pdflatex elteikthesis_hu.tex -# Irodalomjegyzék generálása -bibtex 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. +**Megjegyzés:** az irodalomjegyzék változása esetén 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.