Hi,
I'm running TexShop on a Mac and using makeglossaries at the command line for a large thesis-style document. I got a new template that conforms to my formatting guidelines, and now when I run makeglossaries the final pdf has the acronyms fine (with page numbers indexed), but the actual glossary page doesn't print in the pdf. I can share the whole class file with you if you'd like, but I was just wondering if anyone had encountered this or had some idea what could be affecting it.
Thanks!
Document Classes ⇒ Acronyms printing but not glossary
NEW: TikZ book now 40% off at Amazon.com for a short time.

Acronyms printing but not glossary
Here's a general check list for this kind of problem:
Nicola Talbot
- Did you use the base name (without extension) when you run makeglossaries?
- Did makeglossaries produce any error messages (see the .glg transcript file)?
- Did you use
\printglossaries
or\printglossary
? If the latter, did you use\printglossary
for the main glossary (in addition to\printglossary[type=acronym]
or\printacronyms
for the list of acronyms)? - Have you used any of the main glossary entries in the document via commands like
\gls
?
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/