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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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