Sicherung

This commit is contained in:
St. Maier
2022-08-09 09:08:58 +02:00
commit 3fe2c8e41a
26 changed files with 1138 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
\ifthenelse{\boolean{withTitlePage}}
{
\RedeclareSectionCommand[%
beforeskip=0.6\baselineskip,
afterskip=0.5\baselineskip,
font=\bfseries\sffamily\LARGE\color{fsiOrange}
]{chapter}
}
{
\RedeclareSectionCommand[%
style=section,
beforeskip=0.6\baselineskip,
afterskip=0.5\baselineskip,
font=\bfseries\sffamily\LARGE\color{fsiOrange}
]{chapter}
}
\makeatletter
\renewcommand\section{\@startsection
{section}{1}{0mm}% % name, ebene, einzug
{0.6\baselineskip}% % vor-abstand
{0.5\baselineskip}% % nach-abstand
{\bfseries\sffamily\large\color{fsiGrey}}% % layout
}
\makeatother
\makeatletter
\renewcommand\subsection{\@startsection
{subsection}{2}{0mm}% % name, ebene, einzug
{0.6\baselineskip}% % vor-abstand
{0.5\baselineskip}% % nach-abstand
{\bfseries\sffamily\large\color{fsiGrey}}% % layout
}
\makeatother
\makeatletter
\renewcommand\subsubsection{\@startsection
{subsubsection}{3}{0mm}% % name, ebene, einzug
{0.6\baselineskip}% % vor-abstand
{0.5\baselineskip}% % nach-abstand
{\bfseries\sffamily\large\color{fsiGrey}}% % layout
}
\makeatother
\renewcommand*\familydefault{\sfdefault}
% auch subsubsection nummerieren
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
\makeatletter
\let\eqnarrayts\eqnarray
\patchcmd{\eqnarrayts}{\displaystyle}{\textstyle}{}{}
\patchcmd{\eqnarrayts}{\displaystyle}{\textstyle}{}{}
\let\endeqnarrayts\endeqnarray
\makeatother