mystyle.sty 650 B

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