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:
parent
79574983f3
commit
4b795489d5
@ -53,6 +53,8 @@ CUED PhD thesis template
|
|||||||
This template supports `XeLaTeX` compilation chain. To generate PDF run
|
This template supports `XeLaTeX` compilation chain. To generate PDF run
|
||||||
|
|
||||||
latexmk -xelatex thesis.tex
|
latexmk -xelatex thesis.tex
|
||||||
|
makeindex thesis.nlo -s nomencl.ist -o thesis.nls
|
||||||
|
latexmk -xelatex -g thesis.tex
|
||||||
|
|
||||||
## Building your thesis - LuaLaTeX
|
## Building your thesis - LuaLaTeX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user