Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[margin=0cm, top=0cm, bottom=0cm, outer=0cm, inner=0cm, landscape, a4paper]{geometry}
  3. pagestyle{empty}
  4. usepackage{graphicx}
  5. usepackage{mwe}
  6. usepackage{tikz,tikzscale}
  7.  
  8. begin{document}
  9.  
  10. parnoindent
  11. hspace{-.1cm}%
  12. begin{minipage}{.5linewidth}
  13. vspace{21cm}
  14. begin{tikzpicture}[remember picture, overlay]
  15. includegraphics[width=linewidth, height=paperheight, trim={18cm 0 0 0}, clip]{example-image}
  16. end{tikzpicture}
  17. end{minipage}hfill
  18. hspace{1cm}%
  19. begin{minipage}{.5linewidth}
  20. vspace{21cm}
  21. begin{tikzpicture}[remember picture, overlay]
  22. includegraphics[height=paperheight]{example-image}
  23. end{tikzpicture}
  24. end{minipage}
  25.  
  26. parnoindent
  27. hspace{-13.8cm}%
  28. begin{minipage}{.5linewidth}
  29. vspace{21cm}
  30. begin{tikzpicture}[remember picture, overlay]
  31. includegraphics[height=paperheight]{example-image}
  32. end{tikzpicture}
  33. end{minipage}
  34. hspace{1cm}%
  35. begin{minipage}{.5linewidth}
  36. vspace{21cm}
  37. begin{tikzpicture}[remember picture, overlay]
  38. includegraphics[width=10cm, height=paperheight, trim={18cm 0 0 0}, clip]{example-image} % l b r t
  39. end{tikzpicture}
  40. end{minipage}
  41.  
  42. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement