diff options
author | Nao Pross <np@0hm.ch> | 2022-08-01 19:58:09 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-08-01 19:58:45 +0200 |
commit | ca43e5660ccbd3f4beaaa2073ce7dda05a80eff6 (patch) | |
tree | b7d2ac16d2636d49a34944e8de2f0673b68c159c /buch/common | |
parent | Merge pull request #38 from LordMcFungus/master (diff) | |
download | SeminarSpezielleFunktionen-ca43e5660ccbd3f4beaaa2073ce7dda05a80eff6.tar.gz SeminarSpezielleFunktionen-ca43e5660ccbd3f4beaaa2073ce7dda05a80eff6.zip |
Kugel: Introduction and preliminaries (not spherical harmonics, yet)
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} |