Hello together,
i am writing my thesis with latex and recieved an template ffrom my university.
The glossarie entrys are defined in an extra folder and .tex-document
My code looks like this:
\usepackage[acronym]{glossaries}
%..text...
\addcontentsline{toc}{chapter}{List of Abbreviations}
\glsaddall
\printglossary[type=main,nonumberlist, title={List of Abbreviations}]
\newpage
My glossarie is printed but some of the entrys are double in it, and i cant find a way to just get them in once. Can anybody help me?
I am new here so just tell me if you need something else or i should change something.
thank you
pingandpong
MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Trouble with glossary
Trouble with glossary
You don't need:
Just use:
By double entries, do you mean that there are multiple items with the same entry information, for example
Instead, use
at the end of the document. Then use the
If it's the first case, then you need to supply a
minimal working example to demonstrate the problem.
Regards
Nicola Talbot
Code: Select all
\addcontentsline{toc}{chapter}{List of Abbreviations}
Code: Select all
\usepackage[acronym,toc]{glossaries}
- FB Foo Bar, 1
- FB Foo Bar, 1
- FB Foo Bar, 1, 2
Code: Select all
\glsaddall
Code: Select all
\glsaddallused
indexonlyfirst
package option to only index the first use.If it's the first case, then you need to supply a

Regards
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/