Skip to content

Commit

Permalink
Typo fix in English README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep authored Jun 10, 2019
1 parent 7674e4f commit 871d95b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ The template supports producing both Hungarian and English theses, which can be
## Compilation

```bash
# Generate thesis.aux file (PDF file contains incorrect references yet)
pdflatex thesis.pdf
# Generate tdk.aux file (PDF file contains incorrect references yet)
pdflatex tdk.tex
# Generate bibliography
bibtex thesis
bibtex tdk
# Generate nomenclature (optional)
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
makeindex -s nomencl.ist -t tdk.nlg -o tdk.nls tdk.nlo
# Generate final PDF file
pdflatex thesis.pdf
pdflatex thesis.pdf
pdflatex tdk.tex
pdflatex tdk.tex
```

**Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.
Expand Down

0 comments on commit 871d95b

Please sign in to comment.