Guest User

Untitled

a guest
Jan 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. documentclass[border=1mm]{standalone}
  2. usepackage{tikz}
  3.  
  4. tikzset{%
  5. tiles/.style={%
  6. minimum size = 1cm,
  7. ultra thick
  8. }
  9. }
  10.  
  11. begin{document}
  12. begin{tikzpicture}[scale=1]
  13. draw (0, 0) grid (1, 1);
  14. end{tikzpicture}
  15. end{document}
Add Comment
Please, Sign In to add comment