Document ClassesAcronyms printing but not glossary

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Btone
Posts: 1
Joined: Sat Apr 05, 2014 5:46 pm

Acronyms printing but not glossary

Post by Btone »

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

Acronyms printing but not glossary

Post by nlct »

Here's a general check list for this kind of problem:
  1. Did you use the base name (without extension) when you run makeglossaries?
  2. Did makeglossaries produce any error messages (see the .glg transcript file)?
  3. 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)?
  4. Have you used any of the main glossary entries in the document via commands like \gls?
Regards
Nicola Talbot
Post Reply