Initial commit

This commit is contained in:
Stephan Maier
2021-03-30 09:52:58 +02:00
commit 4b69243c39
18 changed files with 797 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
\RedeclareSectionCommand[%
beforeskip=0.6\baselineskip,
afterskip=0.5\baselineskip,
font=\bfseries\sffamily\LARGE\color{fsiGrey}
]{chapter}
\renewcommand*\familydefault{\sfdefault}
\makeatletter
\renewcommand\section{\@startsection
{section}{1}{0mm}% % name, ebene, einzug
{0.6\baselineskip}% % vor-abstand
{0.5\baselineskip}% % nach-abstand
{\bfseries\sffamily\large\color{fsiOrange}}% % layout
}
\makeatother
\makeatletter
\renewcommand\subsection{\@startsection
{subsection}{2}{0mm}% % name, ebene, einzug
{0.6\baselineskip}% % vor-abstand
{0.5\baselineskip}% % nach-abstand
{\bfseries\sffamily\color{fsiOrange}}% % layout
}
\makeatother
\makeatletter
\renewcommand\subsubsection{\@startsection
{subsubsection}{3}{0mm}% % name, ebene, einzug
{0.35\baselineskip}% % vor-abstand
{0.25\baselineskip}% % nach-abstand
{\sffamily\color{fsiOrange}}% % layout
}
\makeatother
% auch subsubsection nummerieren
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}