mystyle.sty 747 B

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