improved acronyms

This commit is contained in:
paul-loedige 2021-01-20 15:52:18 +01:00
parent 06d7d532be
commit 3466344bb0
5 changed files with 10 additions and 11 deletions

View File

@ -1,6 +1,6 @@
%%
% list of acronyms
%%
\makeglossaries
\newacronym{empl}{EXMPL}{example}
\begin{acronym}
\acro{example}[EXMPL]{example of an acronym}
\end{acronym}

View File

@ -24,9 +24,8 @@ rightsub = \grq%
%for code snippets
\usepackage{xcolor}
\usepackage{listings}
%glossary
\usepackage{datatool}
\usepackage[automake,acronym]{glossaries}
%acronyms
\usepackage{acronym}
%header and footer
\usepackage{fancyhdr}
%custom font sizes

View File

@ -5,5 +5,7 @@
\tableofcontents
\clearpage
%abbreviations
\printglossaries
\chapter*{Abkürzungsverzeichnis}
\input{Acronyms.tex}
%acronyms

View File

@ -15,10 +15,8 @@
\def \AUTHORCOMPACT{Example Author}
\def \DATE{Example Date}
\input{Acronyms.tex}
\begin{document}
\input{TitlePage.tex}
\clearpage

View File

@ -1,5 +1,5 @@
\chapter{Example Chapter}
Example Text using \acrshort{empl}.
Example Text using \acs{example}
\clearpage
\section{Example Section}
Example Page 2