From 871d95bfcf6e35b4903fe8ff7efbd93ca38b5571 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:08:55 +0200 Subject: [PATCH] Typo fix in English README --- README_en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README_en.md b/README_en.md index d0ced0a..4e72602 100644 --- a/README_en.md +++ b/README_en.md @@ -10,15 +10,15 @@ 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.pdf +# Generate tdk.aux file (PDF file contains incorrect references yet) +pdflatex tdk.tex # Generate bibliography -bibtex thesis +bibtex tdk # Generate nomenclature (optional) -makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo +makeindex -s nomencl.ist -t tdk.nlg -o tdk.nls tdk.nlo # Generate final PDF file -pdflatex thesis.pdf -pdflatex thesis.pdf +pdflatex tdk.tex +pdflatex tdk.tex ``` **Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.