fix: Linien zwischen Stäbchen entfern
This commit is contained in:
+9
-9
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user