Files
Epl.P8.Prj.Auslagern/src/Template/HeadingStyle.tex
Stephan Maier 4b69243c39 Initial commit
2021-03-30 09:52:58 +02:00

42 lines
1.1 KiB
TeX

\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}