Skip to content
Snippets Groups Projects
Commit 6d3d3c29 authored by Tobias Hamann's avatar Tobias Hamann
Browse files

mv some things to better files

parent cac9bcac
No related branches found
No related tags found
1 merge request!3Cleanup, merge different versions, magic
Pipeline #541889 passed
...@@ -5,4 +5,13 @@ ...@@ -5,4 +5,13 @@
% smaller, % smaller,
% nohyperlinks, % nohyperlinks,
% nolist % nolist
]{acronym} ]{acronym}
\ No newline at end of file
% 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}}}
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
labelfont=bf, labelfont=bf,
justification=raggedright, justification=raggedright,
singlelinecheck=false singlelinecheck=false
} }
%\setcounter{MaxMatrixCols}{32} % Itemize in Table
\ No newline at end of file \newcommand{\tableitemize}{def}
\ No newline at end of file
...@@ -8,4 +8,8 @@ ...@@ -8,4 +8,8 @@
\predisplaypenalty=10000 \predisplaypenalty=10000
\postdisplaypenalty=10000 \postdisplaypenalty=10000
\displaywidowpenalty=10000 \displaywidowpenalty=10000
\raggedbottom \raggedbottom
\ No newline at end of file
% Gendern
\newcommand{\genderpl}[1]{#1Innen}
\ No newline at end of file
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
% \stepcounter{romancounter} % \stepcounter{romancounter}
\stepcounter{chapter} \stepcounter{chapter}
} }
\setcounter{tocdepth}{1}
%% List of figures %% List of figures
......
...@@ -60,18 +60,6 @@ ...@@ -60,18 +60,6 @@
\renewcommand{\thefigure}{\Roman{romancounter}.\arabic{figure}} \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 % TODO
\newcommand{\markerbox}[2]{% \newcommand{\markerbox}[2]{%
\begingroup% \begingroup%
...@@ -185,16 +173,9 @@ ...@@ -185,16 +173,9 @@
% TODO % TODO
\def\equationautorefname{eq.} \def\equationautorefname{eq.}
% TODO
\setcounter{tocdepth}{1}
% Itemize in Table
\newcommand{\tableitemize}{def}
% Gendern
\newcommand{\genderpl}[1]{#1Innen}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment