mystyle.sty 780 B

1234567891011121314151617181920212223242526272829
  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\L{\ensuremath{\mathcal{L}}}
  15. \def\T{\ensuremath{\mathcal{T}}}
  16. \def\M{\ensuremath{\mathcal{M}}}
  17. \renewcommand{\algorithmicrequire}{\textbf{Input:}}
  18. \renewcommand{\algorithmicensure}{\textbf{Output:}}
  19. \renewcommand{\algorithmicforall}{\textbf{for each}}
  20. \renewcommand{\algorithmicprocedure}{\textbf{function}}
  21. \renewcommand{\ALG@name}{Algorithmus}
  22. %Hyphenation
  23. \hyphenation{Graph}