Guest User

Untitled

a guest
Oct 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. usepackage{unicode-math}
  4. usepackage{tikz-cd}
  5.  
  6. setmainfont{STIX Two Text}
  7. setmathfont{STIX Two Math}
  8.  
  9. tikzcdset{arrow style=math font}
  10.  
  11. begin{document}
  12.  
  13. [
  14. ato b qquad
  15. begin{tikzcd}
  16. a arrow[r] arrow[dr] & b arrow[d] \
  17. & c
  18. end{tikzcd}
  19. ]
  20.  
  21. end{document}
Add Comment
Please, Sign In to add comment