diff --git a/README.md b/README.md index 898dccc..5aea4cb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The template supports producing both Hungarian and English theses, which can be # (PDF file contains incorrect references yet) pdflatex elteiktdk_en.tex # Generate bibliography -bibtex elteiktdk +bibtex elteiktdk_en # Generate nomenclature (optional) makeindex -s nomencl.ist -t elteiktdk_en.nlg \ -o elteiktdk_en.nls elteiktdk_en.nlo diff --git a/README.pdf b/README.pdf index e484e59..517d2b6 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/README_hu.md b/README_hu.md index 231ec5c..7a6ba59 100644 --- a/README_hu.md +++ b/README_hu.md @@ -14,7 +14,7 @@ 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 elteiktdk_hu.tex # Irodalomjegyzék generálása -bibtex tdk +bibtex elteiktdk_hu # Jelölésjegyzék generálása (ha szükséges) makeindex -s nomencl.ist -t elteiktdk_hu.nlg \ -o elteiktdk_hu.nls elteiktdk_hu.nlo diff --git a/README_hu.pdf b/README_hu.pdf index 71a02f4..93ee13d 100644 Binary files a/README_hu.pdf and b/README_hu.pdf differ