diff options
author | Nao Pross <np@0hm.ch> | 2021-07-23 09:20:42 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-07-23 09:20:42 +0200 |
commit | f38cdd26c3f59b1707bc06ce98b11d6d7e4ee0a1 (patch) | |
tree | 91de33eb69f54ffc21c5559a100497912f541359 /buch/common | |
parent | Change crystal restriction to theorem style with proof (diff) | |
parent | add new ziel environment (diff) | |
download | SeminarMatrizen-f38cdd26c3f59b1707bc06ce98b11d6d7e4ee0a1.tar.gz SeminarMatrizen-f38cdd26c3f59b1707bc06ce98b11d6d7e4ee0a1.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'buch/common')
-rw-r--r-- | buch/common/macros.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buch/common/macros.tex b/buch/common/macros.tex index 2c6eea2..5783122 100644 --- a/buch/common/macros.tex +++ b/buch/common/macros.tex @@ -108,6 +108,7 @@ \newtheorem{forderung}{Forderung}[chapter] \newtheorem{konsequenz}[satz]{Konsequenz} \newtheorem{algorithmus}[satz]{Algorithmus} +\newtheorem{ziel}[satz]{Ziel} \renewcommand{\floatpagefraction}{0.7} \definecolor{darkgreen}{rgb}{0,0.6,0} |