diff options
author | tschwall <55748566+tschwall@users.noreply.github.com> | 2022-08-06 16:30:24 +0200 |
---|---|---|
committer | tschwall <55748566+tschwall@users.noreply.github.com> | 2022-08-06 16:30:24 +0200 |
commit | 6db1a91db25b590e4c1aff3d080c30473e4d8f69 (patch) | |
tree | 54fb29d5a4e54d2637341fdcce06631d85bc1951 /buch/common/macros.tex | |
parent | M (diff) | |
parent | Merge pull request #39 from NaoPross/master (diff) | |
download | SeminarSpezielleFunktionen-6db1a91db25b590e4c1aff3d080c30473e4d8f69.tar.gz SeminarSpezielleFunktionen-6db1a91db25b590e4c1aff3d080c30473e4d8f69.zip |
Change
Diffstat (limited to 'buch/common/macros.tex')
-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} |