Guest User

Untitled

a guest
Mar 13th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{unicode-math}
  4. usepackage{tikz-cd}
  5.  
  6. begin{document}
  7. ( ato b )
  8. (
  9. begin{tikzcd}
  10. aarrow[r]&b
  11. end{tikzcd}
  12. )
  13.  
  14. setmathfont{Libertinus Math}
  15.  
  16. ( ato b )
  17. (
  18. begin{tikzcd}
  19. aarrow[r]&b
  20. end{tikzcd}
  21. )
  22. end{document}
  23.  
  24. documentclass{article}
  25. usepackage{unicode-math}
  26. setmathfont{Libertinus Math}
  27.  
  28. usepackage{tikz}
  29. usetikzlibrary{decorations.markings,cd}
  30. tikzset{
  31. -math/.style={
  32. shorten >=1.4pgflinewidth,
  33. postaction=decorate,
  34. decoration={markings, mark=at position 1 with {
  35. node[scale=1.4pgflinewidth, xshift=-1.7pt,transform shape,rotate=90]{$char"2304$}; }}}
  36. }
  37.  
  38. begin{document}
  39. ( ato b )
  40. (
  41. begin{tikzcd}
  42. aarrow[r]&b
  43. end{tikzcd}
  44. )
  45. end{document}
Add Comment
Please, Sign In to add comment