Guest User

Untitled

a guest
Dec 13th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. documentclass[margin=0.1cm]{standalone}
  2. usepackage{tikz}
  3. usetikzlibrary{arrows.meta}
  4. begin{document}
  5. begin{tikzpicture}
  6. draw[>=Latex,<->,opacity=1.00](0.0,-0.0)--(1.0,-0.0); % (1)
  7. draw[>=Latex,<->,opacity=0.99](0.0,-0.2)--(1.0,-0.2); % (2)
  8. draw[>=latex,<->,opacity=1.00](0.0,-0.4)--(1.0,-0.4); % (3)
  9. draw[>=latex,<->,opacity=0.99](0.0,-0.6)--(1.0,-0.6); % (4)
  10. end{tikzpicture}
  11. end{document}
  12.  
  13. pdflatex mwe.tex && convert -density 600 mwe.pdf mwe.png
Add Comment
Please, Sign In to add comment