Theses, Books, Title pagesGlossary and acronym in "Masters/Doctoral Thesis" Template

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
tobilab
Posts: 1
Joined: Fri Oct 18, 2019 8:33 pm

Glossary and acronym in "Masters/Doctoral Thesis" Template

Post by tobilab »

Hey community,

iam using the Masters/Doctoral Thesis template for my phd. But i am having problems with getting a glossary and acronym list printed.

my current version is:

before the document the package include and some settings and "linking" to my glossary and acronym entries with the following lines:

Code: Select all

\usepackage[acronym,toc,section,shortcuts]{glossaries}
\makeglossaries
\input{GlossaryAndAcronyms/glossary.tex}
\input{GlossaryAndAcronyms/acronyms.tex}
For example, the glossary.tex file, for the entry definition looks like:

Code: Select all

\newglossaryentry{glos:ML}{name=Maschinelles lernen, description={Maschinelles Lernen beschreibt Algorithmen, welche ...}}
Than, at the position in the book where i want the glossary and acronym list to get printed, i do:

Code: Select all

\printglossary[style=altlist, title=Glossary, nonumberlist]
\deftranslation[to=English]{Acronyms}{dds}
\printglossary[type=\acronymtype,style=long,title=Shortwords]

In my text i link to a entry with

Code: Select all

\gls
Via the shell i ran:

Code: Select all

pdflatex main
makeglossaries main
pdflatex main
pdflatex main
___________________

Using other templates the setup described above worked fine. So my question is does anyone use the template and has a glossary and acronym list printed? If so, could you please help me getting my setup to work?


Thanks in advice, tobi

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply