Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132935 views
License: OTHER
1
\usepackage{siunitx}
2
\sisetup{
3
group-digits=true,
4
group-separator={\,},
5
}
6
7
\DeclareUnicodeCharacter{00A0}{~}
8
9
\theoremstyle{definition}
10
\theoremindent20pt
11
\theoremheaderfont{\normalfont\bfseries\hspace{-\theoremindent}}
12
\newtheorem{definition}{Definition}
13
14
\def\L{\ensuremath{\mathcal{L}}}
15
\def\T{\ensuremath{\mathcal{T}}}
16
\def\M{\ensuremath{\mathcal{M}}}
17
18
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
19
\renewcommand{\algorithmicensure}{\textbf{Output:}}
20
\renewcommand{\algorithmicforall}{\textbf{for each}}
21
\renewcommand{\algorithmicprocedure}{\textbf{function}}
22
\renewcommand{\ALG@name}{Algorithmus}
23
24
%Hyphenation
25
\hyphenation{Graph}
26
27