extended xelatex commands with makeindex

> latexmk -xelatex -g thesis.tex
> makeindex thesis.nlo -s nomencl.ist -o thesis.nls
> latexmk -xelatex -g thesis.tex

This ensures that the nomenclature is included if defined, latexmk is not capable of doing so unless hacked
https://mg.readthedocs.org/latexmk.html
This commit is contained in:
tabias 2016-01-18 20:22:25 +01:00
parent 79574983f3
commit 4b795489d5

View File

@ -53,6 +53,8 @@ CUED PhD thesis template
This template supports `XeLaTeX` compilation chain. To generate PDF run
latexmk -xelatex thesis.tex
makeindex thesis.nlo -s nomencl.ist -o thesis.nls
latexmk -xelatex -g thesis.tex
## Building your thesis - LuaLaTeX