Guest User

Untitled

a guest
May 30th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{pgf,tikz}
  3.  
  4. begin{document}
  5. begin{tikzpicture}
  6. draw (-1.5,0) -- (1.5,0);
  7. draw (0,-1.5) -- (0,1.5);
  8. end{tikzpicture}
Add Comment
Please, Sign In to add comment