Guest User

Untitled

a guest
Jul 11th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz-cd}
  3. begin{document}
  4. begin{equation}
  5. begin{tikzcd}
  6. A arrow[swap]{d} \
  7. B arrow[bend right = 70]{u} arrow[bend right = 70, draw=none]{u}{ldots} arrow[bend right=120]{u}
  8. end{tikzcd}
  9. end{equation}
  10. end{document}
  11.  
  12. documentclass{article}
  13. usepackage{tikz-cd}
  14. begin{document}
  15. begin{equation}
  16. begin{tikzcd}
  17. A arrow[swap]{d} \
  18. B arrow[bend right = 70, "sigma_1", "ldots"']{u}
  19. arrow[bend right = 90, looseness=2, "sigma_n"']{u}
  20. end{tikzcd}
  21. end{equation}
  22. end{document}
Add Comment
Please, Sign In to add comment