mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Typo fix in README
This commit is contained in:
parent
f82ce1c7bc
commit
36993f0276
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user