Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Glossaries -- some with and some without numberlist

4 views
Skip to first unread message

Nicola Talbot

unread,
Aug 17, 2017, 7:23:10 AM8/17/17
to
On 12/08/17 02:09, Dave94705 wrote:
> I wish to have multiple glossaries. Some with number lists and some without. When they all were without the fine "nonumberlist" command worked beautfully. I don't see how to turn that feature on or off glossary by glossary. My simple minded search of TOC, index and using cntl-F has not clarified the solution.
>
> Any help greatly appreciated, thanks.
>

Have you tried \printglossary[nonumberlist] ?

For example

\documentclass{article}

\usepackage[acronym]{glossaries}

\makeglossaries

\newglossaryentry{sample}{name={sample},description={an example}}

\newacronym{ex}{ex}{example}

\begin{document}

\gls{sample}, \gls{ex}.

\printglossary % main glossary has a numberlist
\printglossary[type=\acronymtype,nonumberlist]% no locations here

\end{document}

You can also switch off the number list for specific entries. For example:

\newglossaryentry{sample}{name={sample},description={an
example},nonumberlist}


Regards
Nicola Talbot
--
Home: http://www.dickimaw-books.com/
Creating a LaTeX Minimal Example:
http://www.dickimaw-books.com/latex/minexample/
0 new messages