MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Trouble with glossary
-
- Posts: 1
- Joined: Wed Feb 07, 2018 5:51 pm
Trouble with glossary
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
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
Trouble with glossary
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
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/