From 6d3d3c291b26381e2a59c97c398aee6bee9bbb58 Mon Sep 17 00:00:00 2001
From: Tobias Hamann <tobias.hamann@rwth-aachen.de>
Date: Thu, 27 Feb 2025 15:45:10 +0100
Subject: [PATCH] mv some things to better files

---
 format/WZLTemplate_files/SET_Acronyms.tex     | 11 ++++++++++-
 .../SET_FiguresAndTables.tex                  |  5 +++--
 .../WZLTemplate_files/SET_Miscellaneous.tex   |  6 +++++-
 .../WZLTemplate_files/SET_TablesOfThings.tex  |  1 +
 format/functions.tex                          | 19 -------------------
 5 files changed, 19 insertions(+), 23 deletions(-)

diff --git a/format/WZLTemplate_files/SET_Acronyms.tex b/format/WZLTemplate_files/SET_Acronyms.tex
index 351390f..cbfebd8 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 44ca98d..4a36f76 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 1851a4a..8dfdbfe 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 1518ba2..afcb000 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 d2583ea..41b7247 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}
 
 
 
-- 
GitLab