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 % list of acronyms
%% %%
\makeglossaries \begin{acronym}
\acro{example}[EXMPL]{example of an acronym}
\newacronym{empl}{EXMPL}{example} \end{acronym}

View File

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

View File

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

View File

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

View File

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