mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Replace bibtex with biber in README.
This commit is contained in:
parent
fdf103e929
commit
3d42f6c821
@ -19,17 +19,14 @@ The template supports producing both Hungarian and English theses, which can be
|
||||
# (PDF file contains incorrect references yet)
|
||||
pdflatex elteikthesis_en.tex
|
||||
# Generate bibliography
|
||||
bibtex elteikthesis_en
|
||||
biber elteikthesis_en
|
||||
# Generate nomenclature (optional)
|
||||
makeindex -s nomencl.ist -t elteikthesis_en.nlg \
|
||||
-o elteikthesis_en.nls elteikthesis_en.nlo
|
||||
# Generate final PDF file
|
||||
pdflatex elteikthesis_en.tex
|
||||
pdflatex elteikthesis_en.tex
|
||||
```
|
||||
|
||||
**Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.
|
||||
|
||||
Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https://www.texstudio.org/)), given the same commands should be executed.
|
||||
|
||||
## Syntax highlighting of code blocks
|
||||
|
BIN
README.pdf
BIN
README.pdf
Binary file not shown.
@ -14,17 +14,14 @@ A sablon magyar és angol nyelvű dokumentumok elkészítését is támogatja (l
|
||||
# (PDF fájl még hibás hivatkozásokat fog tartalmazni)
|
||||
pdflatex elteikthesis_hu.tex
|
||||
# Irodalomjegyzék generálása
|
||||
bibtex elteikthesis_hu
|
||||
biber elteikthesis_hu
|
||||
# Jelölésjegyzék generálása (ha szükséges)
|
||||
makeindex -s nomencl.ist -t elteikthesis_hu.nlg \
|
||||
-o elteikthesis_hu.nls elteikthesis_hu.nlo
|
||||
# Végleges PDF fájl generálása
|
||||
pdflatex elteikthesis_hu.tex
|
||||
pdflatex elteikthesis_hu.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.
|
||||
|
||||
A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStudio](https://www.texstudio.org/)), ugyanezen utasítások kiadásával.
|
||||
|
||||
## Kódblokkok szintaxis kiemelése
|
||||
|
BIN
README_hu.pdf
BIN
README_hu.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user