aboutsummaryrefslogtreecommitdiffstats
path: root/buch/common/macros.tex
diff options
context:
space:
mode:
authorNicolas Tobler <nicolas.tobler@ost.ch>2022-05-30 00:06:46 +0200
committerNicolas Tobler <nicolas.tobler@ost.ch>2022-05-30 00:06:46 +0200
commit65a3fc106c36dfd1750f8caf8b3d1b5fb0fe71f9 (patch)
tree30791dc17973690a6d761589de357c452ba9fa29 /buch/common/macros.tex
parentAdded content, presentation (diff)
parentbeispiel korrektur (diff)
downloadSeminarSpezielleFunktionen-65a3fc106c36dfd1750f8caf8b3d1b5fb0fe71f9.tar.gz
SeminarSpezielleFunktionen-65a3fc106c36dfd1750f8caf8b3d1b5fb0fe71f9.zip
Merge branch 'master' of https://github.com/AndreasFMueller/SeminarSpezielleFunktionen
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]