Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. documentclass[tikz]{standalone}
  2.  
  3. usepackage{tikz}
  4. usetikzlibrary{arrows.meta}
  5.  
  6. begin{document}
  7. begin{tikzpicture}
  8. draw[-{Latex[width=2mm,length=3mm]}] (0,0)--(2,0) node[right]{with no line width};
  9. draw[line width=1.5mm,-{latex[width=2mm,length=3mm]}] (0,-1)--(2,-1) node[right]{with specified line width};
  10. end{tikzpicture}
  11. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement