generated from TH_General/Template_Document
improved acronyms
This commit is contained in:
parent
06d7d532be
commit
3466344bb0
@ -1,6 +1,6 @@
|
||||
%%
|
||||
% list of acronyms
|
||||
%%
|
||||
\makeglossaries
|
||||
|
||||
\newacronym{empl}{EXMPL}{example}
|
||||
\begin{acronym}
|
||||
\acro{example}[EXMPL]{example of an acronym}
|
||||
\end{acronym}
|
@ -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
|
||||
|
@ -5,5 +5,7 @@
|
||||
\tableofcontents
|
||||
\clearpage
|
||||
|
||||
%abbreviations
|
||||
\printglossaries
|
||||
\chapter*{Abkürzungsverzeichnis}
|
||||
\input{Acronyms.tex}
|
||||
|
||||
%acronyms
|
@ -15,10 +15,8 @@
|
||||
\def \AUTHORCOMPACT{Example Author}
|
||||
\def \DATE{Example Date}
|
||||
|
||||
\input{Acronyms.tex}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{TitlePage.tex}
|
||||
\clearpage
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
\chapter{Example Chapter}
|
||||
Example Text using \acrshort{empl}.
|
||||
Example Text using \acs{example}
|
||||
\clearpage
|
||||
\section{Example Section}
|
||||
Example Page 2
|
Loading…
x
Reference in New Issue
Block a user