Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz-cd}
  3.  
  4. begin{document}
  5. begin{tikzcd}
  6. hom(A, A) arrow[d, "hom(A, f)"] arrow[r, "hom(h, B)"] & hom(A', B) arrow[d, "hom(A', f)"] \
  7. hom(A, B') arrow[r, "hom(h, B')"] & hom(A', B')
  8. end{tikzcd}
  9. end{document}
  10.  
  11. documentclass{article}
  12. usepackage{tikz-cd}
  13.  
  14. begin{document}
  15.  
  16. begin{tikzcd}[row sep=large, column sep=huge]%[column sep=3em]
  17. hom(A, A) arrow[d, "{hom(A, f)}"] arrow[r, "{hom(h, B)}"] & hom(A', B) arrow[d, "{hom(A', f)}"] \%
  18. hom(A, B') arrow[r, "{hom(h, B')}"] & hom(A', B')%
  19. end{tikzcd}
  20.  
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement