aboutsummaryrefslogtreecommitdiffstats
path: root/buch/common/macros.tex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--buch/common/macros.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/buch/common/macros.tex b/buch/common/macros.tex
index 7c82180..e37698e 100644
--- a/buch/common/macros.tex
+++ b/buch/common/macros.tex
@@ -23,7 +23,9 @@
\vfill\pagebreak}
\newenvironment{teilaufgaben}{
\begin{enumerate}
-\renewcommand{\labelenumi}{\alph{enumi})}
+\renewcommand{\theenumi}{\alph{enumi})}
+%\renewcommand{\labelenumi}{\alph{enumi})}
+\renewcommand{\labelenumi}{\theenumi}
}{\end{enumerate}}
% Aufgabe
\newcounter{problemcounter}[chapter]
@@ -109,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}