I've a problem with the makeglossaries script in a document where I am creating some glossaries, but not printing them explicitly using
\printglossary
or \printglossaries
. As a result, Xindy fails to run when I run makeglossaries. If I put a \printglossaries
command, makeglossaries runs fine, and then when I run pdfLaTeX again, I comment out the \printglossaries
line. Everything is as it should be at this point. I simply do not want the tedium of (un)commenting a line of code to get the output I want - is there a way around this?Cheers,
Yaqub