fix: Linien zwischen Stäbchen entfern

This commit is contained in:
2026-07-11 13:47:32 +02:00
parent 406c40f2a3
commit 617fe08e2c
2 changed files with 9 additions and 9 deletions
BIN
View File
Binary file not shown.
+9 -9
View File
@@ -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}