Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. usepackage{graphicx}
  2. usepackage{lipsum}
  3.  
  4. usepackage[pages=1,2]{background}
  5.  
  6. backgroundsetup
  7. {scale=1.0, color=black, opacity=1.0, angle=0,
  8. contents={
  9. checkoddpage
  10. if
  11. includegraphics[width=paperwidth,height=paperheight]{1.pdf}
  12. else
  13. includegraphics[width=paperwidth,height=paperheight]{2.pdf}
  14. fi}
  15. }
  16.  
  17. if page = 1
  18. includegraphics{...}
  19. else
  20. includegraphics{...}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement