diff --git a/format/WZLTemplate_files/SET_Acronyms.tex b/format/WZLTemplate_files/SET_Acronyms.tex index 351390f7cfbcb55a8b1c8c946d2da5fd94469faa..cbfebd84ef1d3b269c73f0ce28a91b214b62880b 100644 --- a/format/WZLTemplate_files/SET_Acronyms.tex +++ b/format/WZLTemplate_files/SET_Acronyms.tex @@ -5,4 +5,13 @@ % smaller, % nohyperlinks, % nolist -]{acronym} \ No newline at end of file +]{acronym} + + +% commands for italic acronyms +\newcommand{\aci}[1]{\emph{\ac{#1}}} +\newcommand{\Aci}[1]{\emph{\Ac{#1}}} +\newcommand{\acli}[1]{\emph{\acl{#1}}} +\newcommand{\Acli}[1]{\emph{\Acl{#1}}} +\newcommand{\aclpi}[1]{\emph{\aclp{#1}}} +\newcommand{\Aclpi}[1]{\emph{\Aclp{#1}}} diff --git a/format/WZLTemplate_files/SET_FiguresAndTables.tex b/format/WZLTemplate_files/SET_FiguresAndTables.tex index 44ca98d62d2f6bd7e4e4bb799f066ec26daf2952..4a36f76de238d0ca82a4d89b46f8770c883768ad 100644 --- a/format/WZLTemplate_files/SET_FiguresAndTables.tex +++ b/format/WZLTemplate_files/SET_FiguresAndTables.tex @@ -66,6 +66,7 @@ labelfont=bf, justification=raggedright, singlelinecheck=false - } + } - %\setcounter{MaxMatrixCols}{32} \ No newline at end of file + % Itemize in Table + \newcommand{\tableitemize}{def} \ No newline at end of file diff --git a/format/WZLTemplate_files/SET_Miscellaneous.tex b/format/WZLTemplate_files/SET_Miscellaneous.tex index 1851a4a3a84244aecb1bc7d7f44c94dee09fe4c0..8dfdbfe99889e1541e85e72f89d1e5493d6264c3 100644 --- a/format/WZLTemplate_files/SET_Miscellaneous.tex +++ b/format/WZLTemplate_files/SET_Miscellaneous.tex @@ -8,4 +8,8 @@ \predisplaypenalty=10000 \postdisplaypenalty=10000 \displaywidowpenalty=10000 -\raggedbottom \ No newline at end of file +\raggedbottom + + +% Gendern +\newcommand{\genderpl}[1]{#1Innen} \ No newline at end of file diff --git a/format/WZLTemplate_files/SET_TablesOfThings.tex b/format/WZLTemplate_files/SET_TablesOfThings.tex index 1518ba2bdc86c0236e32a05cbe52f0e9747d7272..afcb000d2c3504e7a154cbbba6351c6df892a013 100644 --- a/format/WZLTemplate_files/SET_TablesOfThings.tex +++ b/format/WZLTemplate_files/SET_TablesOfThings.tex @@ -46,6 +46,7 @@ % \stepcounter{romancounter} \stepcounter{chapter} } +\setcounter{tocdepth}{1} %% List of figures diff --git a/format/functions.tex b/format/functions.tex index d2583ea143d99b190f2f2a5fef9a2355c4bdd2e0..41b72473fbaeb1ed048bf735c1ea2a320e1541cb 100644 --- a/format/functions.tex +++ b/format/functions.tex @@ -60,18 +60,6 @@ \renewcommand{\thefigure}{\Roman{romancounter}.\arabic{figure}} } - - - -% commands for italic acronyms -\newcommand{\aci}[1]{\emph{\ac{#1}}} -\newcommand{\Aci}[1]{\emph{\Ac{#1}}} -\newcommand{\acli}[1]{\emph{\acl{#1}}} -\newcommand{\Acli}[1]{\emph{\Acl{#1}}} -\newcommand{\aclpi}[1]{\emph{\aclp{#1}}} -\newcommand{\Aclpi}[1]{\emph{\Aclp{#1}}} - - % TODO \newcommand{\markerbox}[2]{% \begingroup% @@ -185,16 +173,9 @@ % TODO \def\equationautorefname{eq.} -% TODO -\setcounter{tocdepth}{1} - -% Itemize in Table -\newcommand{\tableitemize}{def} -% Gendern -\newcommand{\genderpl}[1]{#1Innen}