2013-12-04 19:38:32 +01:00
|
|
|
\usepackage{siunitx}
|
|
|
|
\sisetup{
|
|
|
|
group-digits=true,
|
|
|
|
group-separator={\,},
|
|
|
|
}
|
|
|
|
|
2014-01-12 15:19:53 +01:00
|
|
|
%\def\edges{\ensuremath{\mathcal{E}_t}}
|
|
|
|
%\def\nodes{\ensuremath{\mathcal{N}_t}}
|
|
|
|
%\def\labeledNodes{\ensuremath{\mathcal{T}_t}}
|
2013-12-04 19:38:32 +01:00
|
|
|
\DeclareUnicodeCharacter{00A0}{~}
|
2013-12-26 16:13:05 +01:00
|
|
|
|
|
|
|
\theoremstyle{definition}
|
2013-12-28 18:52:58 +01:00
|
|
|
\theoremindent20pt
|
|
|
|
\theoremheaderfont{\normalfont\bfseries\hspace{-\theoremindent}}
|
2013-12-26 16:13:05 +01:00
|
|
|
\renewtheorem{definition}{Definition}
|
|
|
|
|
|
|
|
\def\L{\ensuremath{\mathcal{L}}}
|
2014-01-12 17:46:43 +01:00
|
|
|
\def\T{\ensuremath{\mathcal{T}}}
|
2013-12-27 15:16:41 +01:00
|
|
|
\def\M{\ensuremath{\mathcal{M}}}
|
|
|
|
|
|
|
|
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
|
|
|
|
\renewcommand{\algorithmicensure}{\textbf{Output:}}
|
|
|
|
\renewcommand{\algorithmicforall}{\textbf{for each}}
|
2013-12-27 19:14:51 +01:00
|
|
|
\renewcommand{\algorithmicprocedure}{\textbf{function}}
|
2013-12-29 19:06:20 +01:00
|
|
|
\renewcommand{\ALG@name}{Algorithmus}
|
|
|
|
|
|
|
|
%Hyphenation
|
|
|
|
\hyphenation{Graph}
|