aboutsummaryrefslogtreecommitdiffstats
path: root/buch/common/macros.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-04-24 15:35:47 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-04-24 15:35:47 +0200
commitf9842b34a2b78bc340b861cc57aa29ccfbb13fd1 (patch)
treee49d635641c2c8d6cbcd4f1cc46eeb399dcd78d1 /buch/common/macros.tex
parentadd lecture notes for session 5 (diff)
downloadSeminarSpezielleFunktionen-f9842b34a2b78bc340b861cc57aa29ccfbb13fd1.tar.gz
SeminarSpezielleFunktionen-f9842b34a2b78bc340b861cc57aa29ccfbb13fd1.zip
Makefile fixes, lecture notes week 8
Diffstat (limited to 'buch/common/macros.tex')
-rw-r--r--buch/common/macros.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/buch/common/macros.tex b/buch/common/macros.tex
index 7c82180..bb6e9b0 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]