Guest User

Untitled

a guest
Apr 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 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}
  10.  
  11. usemodule[tikz]
  12. startTEXpage
  13. starttikzpicture
  14. draw (0,0) rectangle (2,3);
  15. stoptikzpicture
  16. stopTEXpage
Add Comment
Please, Sign In to add comment