
Ist jemand auf diese Warnung gestoßen?
Package braids Warning: This package was designed using PGF2.10; you are using 3.0.1a.
Ich habe sichergestellt, dass ich \usepackage{tikz}
vorher hatte \usepackage{braids}
. Der eigentliche Code für den Zopf ist
\begin{tikzpicture}
\braid[number of strands=4,
style strands={5,6}{draw=none}] (braid) a_2 a_1 a_3 a_2 a_2 a_1 a_3 a_2;
\end{tikzpicture}