diff options
Diffstat (limited to 'buch/common')
-rw-r--r-- | buch/common/macros.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buch/common/macros.tex b/buch/common/macros.tex index bb6e9b0..e37698e 100644 --- a/buch/common/macros.tex +++ b/buch/common/macros.tex @@ -111,6 +111,10 @@ \newtheorem{forderung}{Forderung}[chapter] \newtheorem{konsequenz}[satz]{Konsequenz} \newtheorem{algorithmus}[satz]{Algorithmus} + +% English variants +\newtheorem{theorem}[satz]{Theorem} + \renewcommand{\floatpagefraction}{0.7} \definecolor{darkgreen}{rgb}{0,0.6,0} |