mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
11 lines
241 B
Text
11 lines
241 B
Text
|
\usepackage{siunitx}
|
||
|
\sisetup{
|
||
|
group-digits=true,
|
||
|
group-separator={\,},
|
||
|
}
|
||
|
|
||
|
\def\edges{\ensuremath{\mathcal{E}_t}}
|
||
|
\def\nodes{\ensuremath{\mathcal{N}_t}}
|
||
|
\def\labeledNodes{\ensuremath{\mathcal{T}_t}}
|
||
|
\DeclareUnicodeCharacter{00A0}{~}
|