Substituir as linhas 265-268 (ou muito perto destas) no ficheiro "template.tex" por
\addlisttofrontmatter{\listoffigures*} % The List of Figures. Comment to omit.
\addlisttofrontmatter{\listoftables*} % The List of Tables. Comment to omit.
\addlisttofrontmatter{\lstlistoflistings*} % The List of Code Listings. Comment to omit.
\addlisttofrontmatter{\glstocfalse\glsnogroupskiptrue\setlength{\glsdescwidth}{0.8\textwidth}\printnoidxglossaries} % The Glossary and List of Acrnonyms
O que fiz foi:
— para as três primeiras linhas, colocar um "*" imediatamente antes do "}"
— para a quarta linha, adicionar "\glstocfalse" imediatamente a seguir ao "{"
Espero que funcione.
João L.