add acronym

This commit is contained in:
2024-11-25 14:48:21 +01:00
parent 532a34e6e2
commit 0bfd7e8291
8 changed files with 191 additions and 213 deletions

View File

@@ -338,20 +338,19 @@ KOMA-script documentation for details.}]{fancyhdr}
%----------------------------------------------------------------------------------------
% ABBREVIATIONS PAGE DESIGN
%----------------------------------------------------------------------------------------
\newcommand{\abbrevname}{List of Abbreviations}
\providecaptionname{english,british,american}{\abbrevname}{List of
Abbreviations}
\providecaptionname{ngerman,german,austrian,naustrian}{\abbrevname}{Abk\"urzungsverzeichnis}
\NewDocumentEnvironment{abbreviations}{ m }{%
\ifbool{nolistspace}{\begingroup\singlespacing}{}
\ifbool{listtoc}{\addchap{\abbrevname}}{\addchap*{\abbrevname}}
\begin{longtable}{#1}
}{%
\end{longtable}
\addtocounter{table}{-1}% Don't count this table as one of the document tables
\ifbool{nolistspace}{\endgroup}{}
}
% \newcommand{\abbrevname}{List of Abbreviations}
% \providecaptionname{english,british,american}{\abbrevname}{List of
% Abbreviations}
% \providecaptionname{ngerman,german,austrian,naustrian}{\abbrevname}{Abk\"urzungsverzeichnis}
% \NewDocumentEnvironment{abbreviations}{ m }{%
% \ifbool{nolistspace}{\begingroup\singlespacing}{}
% \ifbool{listtoc}{\addchap{\abbrevname}}{\addchap*{\abbrevname}}
% \begin{longtable}{#1}
% }{%
% \end{longtable}
% \addtocounter{table}{-1}% Don't count this table as one of the document tables
% \ifbool{nolistspace}{\endgroup}{}
% }
%----------------------------------------------------------------------------------------
% ABSTRACT PAGE DESIGN