MakeIndex, Nomenclature, Glossaries and AcronymsOmit Page Numbers in List of Acronyms

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
treffnix
Posts: 2
Joined: Mon Dec 13, 2010 1:15 pm

Omit Page Numbers in List of Acronyms

Post by treffnix »

Hi All,

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.
Last edited by treffnix on Fri Dec 17, 2010 6:48 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

Omit Page Numbers in List of Acronyms

Post by nlct »

Hi,
treffnix wrote:I would like to have my list of acronyms NOT indicating any page numbers.
add nonumberlist to the package options:

Code: Select all

\usepackage[acronym,toc,nonumberlist]{glossaries}
treffnix wrote:I went through the memoir manual AND the glossaries package documentation, but could not find out how to.
It's mentioned in the "Package Options" section of the glossaries manual.

Regards
Nicola Talbot
treffnix
Posts: 2
Joined: Mon Dec 13, 2010 1:15 pm

Re: Omit Page Numbers in List of Acronyms

Post by treffnix »

Thanks, Nicola !


That does the trick. Sorry for not paying attention to the package description.

Regards
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Omit Page Numbers in List of Acronyms

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (and not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.


Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply