Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. newcommandglyph[1][1]{
  2. begin{tikzpicture}[scale=0.1]
  3. draw[lightgray] (0,0) to (0,4);
  4. draw[lightgray] (0,0) to (3,0);
  5. draw[lightgray] (3,0) to (3,4);
  6. draw[lightgray] (0,4) to (3,4);
  7. end{tikzpicture}
  8. }
  9.  
  10. begin{document}
  11. glyphglyphglyphglyph
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement