Guest User

Untitled

a guest
Oct 16th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. documentclass[tikz]{standalone}
  2. usepackage{pgfplots}
  3. usetikzlibrary{arrows,shapes,backgrounds,fit,decorations.pathreplacing,chains,snakes,positioning,angles,quotes} %TikZ libraries
  4. usepackage{amsmath,amssymb,bm}
  5. usepackage{xcolor}
  6. usepackage{braids}
  7.  
  8. pgfplotsset{compat=newest}
  9.  
  10. begin{document}
  11.  
  12. begin{tikzpicture}
  13. braid[style strands={1}{red},style
  14. strands={2}{blue},style strands={3}{green}] (TEST2) at (5,0) s_1
  15. s_3^{-1} s_1 s_2^{−1} s_1 s_2^{−1};
  16. end{tikzpicture}
  17. end{document}
Add Comment
Please, Sign In to add comment