Guest User

Untitled

a guest
Jun 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. \documentclass[a4paper]{article}
  2.  
  3. \usepackage{graphicx}
  4. \usepackage[grid]{eso-pic}
  5.  
  6. \AddToShipoutPicture{
  7. \begingroup
  8. \AtPageCenter{
  9. \circle{3}
  10. }
  11. \AtPageUpperLeft{
  12. \circle{3}
  13. }
  14. \endgroup
  15. }
  16.  
  17. \begin{document}
  18. ~ % forced space as content, else latex won't produce output
  19. \end{document}
Add Comment
Please, Sign In to add comment