60 lines
1.5 KiB
TeX
60 lines
1.5 KiB
TeX
\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
|