Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. documentclass[tikz]{standalone}
  2.  
  3. begin{document}
  4.  
  5. begin{tikzpicture}
  6. draw (0,0) rectangle (2,3);
  7. end{tikzpicture}
  8.  
  9. end{document}
Add Comment
Please, Sign In to add comment