mystyle.sty 916 B

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