Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. documentclass[12pt,a4paper]{article}
  2. usepackage{eso-pic}
  3.  
  4. begin{document}
  5. null
  6. letpositionAtPageCenter
  7. AddToShipoutPictureBG{%
  8. position{%
  9. put(0,0){paper center waterprint}
  10. }
  11. }
  12. %
  13. letpositionAtPageLowerLeft
  14. AddToShipoutPictureBG{%
  15. position{%
  16. put(20,20){lower left waterprint}
  17. }
  18. }
  19. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement