generated from TH_General/Template_Document
improved acronyms
This commit is contained in:
parent
06d7d532be
commit
3466344bb0
@ -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}
|
@ -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
|
||||||
|
@ -5,5 +5,7 @@
|
|||||||
\tableofcontents
|
\tableofcontents
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
||||||
%abbreviations
|
\chapter*{Abkürzungsverzeichnis}
|
||||||
\printglossaries
|
\input{Acronyms.tex}
|
||||||
|
|
||||||
|
%acronyms
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user