2

I am using the TikZ package to create braids for my 4th year project.

But everytime I hit the button to run the code, my braid jumps to the top of the page rather than sitting where I want it.

Can anyone help?

I am using the following packages,

\usepackage{amsmath, amsfonts, amsthm, amssymb}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{braids}

\begin{document}

\begin{figure}

    \centering
        \begin{tikzpicture}
            \braid[rotate=90, line width=.4mm] a_1 a_2 a_2 a_1 a_2^-1;
        \end{tikzpicture}

    Figure~1 shows an example of a $3$-braid.
\end{figure}

\end{document}

0 Answers0