MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Omit Page Numbers in List of Acronyms
Omit Page Numbers in List of Acronyms
I finally managed to build a list of acronyms for my thesis, after making use of other user's hints - thanks a lot for that.
I use memoir, and I would like to have my list of acronyms NOT indicating any page numbers.
For building the LoA, I use
\usepackage[acronym,toc]{glossaries}
\makeglossaries
in the preamble,
and
\glsaddall
\printglossaries
in the frontmatter,
and then build the thing with makeindex in terminal.
I went through the memoir manual AND the glossaries package documentation, but could not find out how to.
Any advice is highly appreciated.
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
Omit Page Numbers in List of Acronyms
add nonumberlist to the package options:treffnix wrote:I would like to have my list of acronyms NOT indicating any page numbers.
Code: Select all
\usepackage[acronym,toc,nonumberlist]{glossaries}
It's mentioned in the "Package Options" section of the glossaries manual.treffnix wrote:I went through the memoir manual AND the glossaries package documentation, but could not find out how to.
Regards
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Re: Omit Page Numbers in List of Acronyms
That does the trick. Sorry for not paying attention to the package description.
Regards
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Omit Page Numbers in List of Acronyms
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10