mirror of
https://github.com/Relintai/elteikthesis.git
synced 2025-05-03 15:17:56 +02: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
|
```bash
|
||||||
# thesis.aux fájl generálása (PDF fájl még hibás hivatkozásokat fog tartalmazni)
|
# 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
|
# Irodalomjegyzék generálása
|
||||||
bibtex thesis
|
bibtex thesis
|
||||||
# Jelölésjegyzék generálása (ha szükséges)
|
# Jelölésjegyzék generálása (ha szükséges)
|
||||||
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
|
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
|
||||||
# Végleges PDF fájl generálása
|
# Végleges PDF fájl generálása
|
||||||
pdflatex thesis.pdf
|
pdflatex thesis.tex
|
||||||
pdflatex thesis.pdf
|
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.
|
**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
|
```bash
|
||||||
# Generate thesis.aux file (PDF file contains incorrect references yet)
|
# Generate thesis.aux file (PDF file contains incorrect references yet)
|
||||||
pdflatex thesis.pdf
|
pdflatex thesis.tex
|
||||||
# Generate bibliography
|
# Generate bibliography
|
||||||
bibtex thesis
|
bibtex thesis
|
||||||
# Generate nomenclature (optional)
|
# Generate nomenclature (optional)
|
||||||
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
|
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
|
||||||
# Generate final PDF file
|
# Generate final PDF file
|
||||||
pdflatex thesis.pdf
|
pdflatex thesis.tex
|
||||||
pdflatex thesis.pdf
|
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.
|
**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