Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. documentclass[a4paper]{book}
  2.  
  3. usepackage{lipsum}
  4. usepackage{geometry}
  5.  
  6. geometry{twoside=true,landscape,%
  7. layoutwidth=300mm,layoutheight=217mm,layouthoffset=60mm,layoutvoffset=30mm,showcrop,showframe,
  8. bindingoffset=5mm,left=32mm, textwidth=197mm,marginparsep=4mm,marginparwidth=47mm,%
  9. top=35mm, bottom=49mm,heightrounded,headheight=10mm,headsep=7mm,footskip=10.5mm,%
  10. a3paper,}
  11. begin{document}
  12. lipsum[1]
  13. end{document}
  14.  
  15. geometry{twoside=true,landscape,%
  16. layoutwidth=300mm,layoutheight=297mm,layouthoffset=60mm,layoutvoffset=0mm,showcrop,showframe,
  17. bindingoffset=5mm,left=32mm, textwidth=197mm,marginparsep=4mm,marginparwidth=47mm,%
  18. top=35mm, bottom=49mm,heightrounded,headheight=10mm,headsep=7mm,footskip=10.5mm,%
  19. a3paper,}
  20.  
  21. documentclass[a4paper]{book}
  22.  
  23. usepackage{lipsum}
  24. usepackage{geometry}
  25. usepackage{tikz}
  26.  
  27. geometry{twoside=true,landscape,%
  28. layoutwidth=300mm,layoutheight=297mm,layouthoffset=60mm,layoutvoffset=0mm,showcrop,showframe,
  29. bindingoffset=5mm,left=32mm, textwidth=197mm,marginparsep=4mm,marginparwidth=47mm,%
  30. top=35mm, bottom=49mm,heightrounded,headheight=10mm,headsep=7mm,footskip=10.5mm,%
  31. a3paper,}
  32.  
  33. begin{document}
  34.  
  35. lipsum[1]
  36.  
  37. tikz[remember picture,overlay] {%
  38. draw [blue,line width=5mm]
  39. (current page.south west)
  40. rectangle
  41. (current page.north east)
  42. }%
  43.  
  44. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement