Typo fix in README

This commit is contained in:
Máté Cserép 2019-06-11 01:10:31 +02:00
parent f82ce1c7bc
commit 36993f0276
2 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.