Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. % arara: pdflatex
  2.  
  3. documentclass{article}
  4. usepackage[all,cmtip]{xy}
  5. usepackage{tikz-cd}
  6.  
  7. begin{document}
  8. [xymatrix@1{
  9. & \
  10. ar@{>->}[ur] &
  11. }]
  12. [begin{tikzcd}
  13. & null \
  14. nullar[>->]{ur} &
  15. end{tikzcd}]
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement