stuff
This commit is contained in:
parent
a795279eb4
commit
615d146c20
2 changed files with 60 additions and 47 deletions
|
|
@ -9,7 +9,7 @@
|
|||
\ProcessOptions\relax
|
||||
|
||||
% More declarations %
|
||||
\LoadClass[sfdefaults=false, parskip=half]{scrartcl}
|
||||
\LoadClass[sfdefaults=false, parskip=half]{scrreprt}
|
||||
|
||||
%\KOMAoptions{mpinclude=true}
|
||||
%\recalctypearea
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
% Use sansfont for all title elements
|
||||
\addtokomafont{titlehead}{\sffamily}
|
||||
\addtokomafont{subject}{\normalfont \sffamily \itshape}
|
||||
\addtokomafont{subject}{\sffamily}
|
||||
\addtokomafont{title}{\sffamily}
|
||||
\addtokomafont{subtitle}{\sffamily}
|
||||
\addtokomafont{author}{\sffamily}
|
||||
|
|
@ -52,3 +52,11 @@
|
|||
listname={Algorithmenverzeichnis}
|
||||
]
|
||||
{loa}
|
||||
|
||||
\newtheorem{theorem}{Satz}[chapter]
|
||||
\newtheorem{lemma}[theorem]{Lemming}
|
||||
\newtheorem{corollary}[theorem]{Korall}
|
||||
\newtheorem{definition}[theorem]{Definition}
|
||||
\newtheorem{property}[theorem]{Eigenschaft}
|
||||
\newtheorem{example}[theorem]{Beispiel}
|
||||
\newtheorem{proof}{Beweis}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue