make two pdflatex runs in order to have the refs done correctly
bibtex applied-crypto-hardening
makeglossaries applied-crypto-hardening
${LATEX} applied-crypto-hardening
+ # re-do for refs
+ ${LATEX} applied-crypto-hardening
while grep -s "Rerun to get cross-references right" \
applied-crypto-hardening.log ; do \
${LATEX} applied-crypto-hardening ; \
\input{theory}
\appendix
\label{appendix}
-\printglossary[style=listgroup,nogroupskip,nonumberlist]
+%\printglossary[style=listgroup,nogroupskip,nonumberlist]
\lstlistoflistings
\input{tools}
\input{links}