Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.60 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{graphicx,eso-pic,transparent}
  4. \usepackage{lipsum}
  5.  
  6. \begin{document}
  7.  
  8. \AddToShipoutPictureBG*{%
  9.   \AtPageUpperLeft{%
  10.     \raisebox{-\height}{\includegraphics[width=\paperwidth]{k.png}}
  11.  }
  12.   \AtPageLowerLeft{%
  13.     \makebox[\paperwidth]{\includegraphics[height=2.3cm]{g.png}}
  14.  }%
  15. }
  16.  
  17. \lipsum
  18.  
  19. \AddToShipoutPictureBG*{%
  20.   \AtPageUpperLeft{%
  21.     \transparent{0.5}\raisebox{-\height}{\includegraphics[width=\paperwidth]{k.png}}
  22.  }
  23.   \AtPageLowerLeft{%
  24.     \transparent{0.5}\makebox[\paperwidth]{\includegraphics[height=2.3cm]{g.png}}
  25.  }%
  26. }
  27.  
  28. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement