diff --git a/material/ab1.pdf b/material/ab1.pdf index b248199..04a9d13 100644 Binary files a/material/ab1.pdf and b/material/ab1.pdf differ diff --git a/material/ab1.tex b/material/ab1.tex index 556589b..51d58bd 100644 --- a/material/ab1.tex +++ b/material/ab1.tex @@ -107,7 +107,7 @@ } \newtcolorbox{extrataskbox}[1][]{ - before title={\refstepcounter{commoncounter}}, % KRITISCH: vor dem Titel! +% before title={\refstepcounter{commoncounter}}, % KRITISCH: vor dem Titel! title={Zusatzaufgabe: #1}, colback=white, colframe=white!75!red, @@ -392,10 +392,10 @@ % Wege nach unten zeichnen (auch von der letzten Reihe aus nicht nötig, % daher weiterhin nur bis zur vorletzten Reihe) - \ifnum \y < \rows - \draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1); - \draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1); - \fi +% \ifnum \y < \rows +% \draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1); +% \draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1); +% \fi } } \end{tikzpicture} @@ -434,10 +434,10 @@ % Wege nach unten zeichnen (auch von der letzten Reihe aus nicht nötig, % daher weiterhin nur bis zur vorletzten Reihe) - \ifnum \y < \rows - \draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1); - \draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1); - \fi +% \ifnum \y < \rows +% \draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1); +% \draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1); +% \fi } } \end{tikzpicture}