From 36993f0276ae1816c3c7d6029e10022ea6892d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Cser=C3=A9p?= Date: Tue, 11 Jun 2019 01:10:31 +0200 Subject: [PATCH] Typo fix in README --- README.md | 6 +++--- README_en.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6f42228..680a568 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ A sablon magyar és angol nyelvű dokumentumok elkészítését is támogatja (l ```bash # thesis.aux fájl generálása (PDF fájl még hibás hivatkozásokat fog tartalmazni) -pdflatex thesis.pdf +pdflatex thesis.tex # Irodalomjegyzék generálása bibtex thesis # Jelölésjegyzék generálása (ha szükséges) makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo # Végleges PDF fájl generálása -pdflatex thesis.pdf -pdflatex thesis.pdf +pdflatex thesis.tex +pdflatex thesis.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. diff --git a/README_en.md b/README_en.md index 0bbb7f5..f5293c7 100644 --- a/README_en.md +++ b/README_en.md @@ -11,14 +11,14 @@ The template supports producing both Hungarian and English theses, which can be ```bash # Generate thesis.aux file (PDF file contains incorrect references yet) -pdflatex thesis.pdf +pdflatex thesis.tex # Generate bibliography bibtex thesis # Generate nomenclature (optional) makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo # Generate final PDF file -pdflatex thesis.pdf -pdflatex thesis.pdf +pdflatex thesis.tex +pdflatex thesis.tex ``` **Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.