summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elteikthesis/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-27 03:01:43 +0000
committerNorbert Preining <norbert@preining.info>2024-04-27 03:01:43 +0000
commit71f3eefe319b1194e0470ee83dd8723b3288f8d4 (patch)
tree503b3ee87a27155262bbddff29f79ad8d14edf15 /macros/latex/contrib/elteikthesis/README.md
parentcb867271b21bfe7bea226cbe72cc596124933dfc (diff)
CTAN sync 202404270301
Diffstat (limited to 'macros/latex/contrib/elteikthesis/README.md')
-rw-r--r--macros/latex/contrib/elteikthesis/README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/macros/latex/contrib/elteikthesis/README.md b/macros/latex/contrib/elteikthesis/README.md
index f00a96dccd..a6cb6bc591 100644
--- a/macros/latex/contrib/elteikthesis/README.md
+++ b/macros/latex/contrib/elteikthesis/README.md
@@ -1,3 +1,8 @@
+[![CI status](https://github.com/mcserep/elteikthesis/actions/workflows/ci.yml/badge.svg)](https://github.com/mcserep/elteikthesis/actions/workflows/ci.yml)
+[![Overleaf template](https://img.shields.io/badge/Overleaf-ELTE%20FI%20Thesis%20Template-brightgreen)](https://www.overleaf.com/latex/templates/elte-fi-thesis-template/scjzzzbjvwfz)
+
+See [Hungarian version](README_hu.md).
+
# ELTE FI bachelor and master thesis template
The [elteikthesis_en.tex](elteikthesis_en.tex) and the produced [elteikthesis_en.pdf](elteikthesis_en.pdf) serves as an example of usage.
@@ -14,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