fix: Linien zwischen Stäbchen entfern
This commit is contained in:
Binary file not shown.
+9
-9
@@ -107,7 +107,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
\newtcolorbox{extrataskbox}[1][]{
|
\newtcolorbox{extrataskbox}[1][]{
|
||||||
before title={\refstepcounter{commoncounter}}, % KRITISCH: vor dem Titel!
|
% before title={\refstepcounter{commoncounter}}, % KRITISCH: vor dem Titel!
|
||||||
title={Zusatzaufgabe: #1},
|
title={Zusatzaufgabe: #1},
|
||||||
colback=white,
|
colback=white,
|
||||||
colframe=white!75!red,
|
colframe=white!75!red,
|
||||||
@@ -392,10 +392,10 @@
|
|||||||
|
|
||||||
% Wege nach unten zeichnen (auch von der letzten Reihe aus nicht nötig,
|
% Wege nach unten zeichnen (auch von der letzten Reihe aus nicht nötig,
|
||||||
% daher weiterhin nur bis zur vorletzten Reihe)
|
% daher weiterhin nur bis zur vorletzten Reihe)
|
||||||
\ifnum \y < \rows
|
% \ifnum \y < \rows
|
||||||
\draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1);
|
% \draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1);
|
||||||
\draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1);
|
% \draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1);
|
||||||
\fi
|
% \fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
@@ -434,10 +434,10 @@
|
|||||||
|
|
||||||
% Wege nach unten zeichnen (auch von der letzten Reihe aus nicht nötig,
|
% Wege nach unten zeichnen (auch von der letzten Reihe aus nicht nötig,
|
||||||
% daher weiterhin nur bis zur vorletzten Reihe)
|
% daher weiterhin nur bis zur vorletzten Reihe)
|
||||||
\ifnum \y < \rows
|
% \ifnum \y < \rows
|
||||||
\draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1);
|
% \draw[gray, thin] (\coordx, -\y) -- (\coordx - 1, -\y - 1);
|
||||||
\draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1);
|
% \draw[gray, thin] (\coordx, -\y) -- (\coordx + 1, -\y - 1);
|
||||||
\fi
|
% \fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
|||||||
Reference in New Issue
Block a user