gundlagen

This commit is contained in:
2020-03-19 13:55:00 +01:00
parent eccb90e0b8
commit 35d9905090
12 changed files with 668 additions and 29 deletions

View File

@@ -422,11 +422,17 @@
{\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
}
% sections \FloatBarrier
\titleformat{\section}
{\relax}{\textsc{\MakeTextLowercase{\thesection}}}{1em}{\spacedlowsmallcaps}
\titleformat{\section}[block]
{\relax}
{\textbf{\MakeTextLowercase{\thesection}}}
{1em}
{\textbf}
% subsections
\titleformat{\subsection}
{\relax}{\textsc{\MakeTextLowercase{\thesubsection}}}{1em}{\normalsize\itshape}
\titleformat{\subsection}[block]
{\relax}
{\textbf{\MakeTextLowercase{\thesubsection}}}
{1em}
{\textbf}
% subsubsections
\titleformat{\subsubsection}
{\relax}{\textsc{\MakeTextLowercase{\thesubsubsection}}}{1em}{\normalsize\itshape}