
Alguém se deparou com este aviso?
Package braids Warning: This package was designed using PGF2.10; you are using 3.0.1a.
Eu me certifiquei de que tinha \usepackage{tikz}
antes \usepackage{braids}
. O código real para a trança é
\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}