Skip to content

Commit 4089f49

Browse files
committed
Replace bibtex with biber in README.
1 parent 3efe257 commit 4089f49

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@ The template supports producing both Hungarian and English theses, which can be
2020
# (PDF file contains incorrect references yet)
2121
pdflatex elteiktdk_en.tex
2222
# Generate bibliography
23-
bibtex elteiktdk_en
23+
biber elteiktdk_en
2424
# Generate nomenclature (optional)
2525
makeindex -s nomencl.ist -t elteiktdk_en.nlg \
2626
-o elteiktdk_en.nls elteiktdk_en.nlo
2727
# Generate final PDF file
2828
pdflatex elteiktdk_en.tex
29-
pdflatex elteiktdk_en.tex
3029
```
3130

32-
**Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.
33-
3431
Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https://www.texstudio.org/)), given the same commands should be executed.
3532

3633
## Syntax highlighting of code blocks

README.pdf

-706 Bytes
Binary file not shown.

README_hu.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ A sablon magyar és angol nyelvű dokumentumok elkészítését is támogatja (l
1414
# (PDF fájl még hibás hivatkozásokat fog tartalmazni)
1515
pdflatex elteiktdk_hu.tex
1616
# Irodalomjegyzék generálása
17-
bibtex elteiktdk_hu
17+
biber elteiktdk_hu
1818
# Jelölésjegyzék generálása (ha szükséges)
1919
makeindex -s nomencl.ist -t elteiktdk_hu.nlg \
2020
-o elteiktdk_hu.nls elteiktdk_hu.nlo
2121
# Végleges PDF fájl generálása
2222
pdflatex elteiktdk_hu.tex
23-
pdflatex elteiktdk_hu.tex
2423
```
2524

26-
**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.
27-
2825
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.
2926

3027
## Kódblokkok szintaxis kiemelése

README_hu.pdf

-1.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)