Can I tell my latex-document only to give my first page a specific height and width? I tried to use:
\documentclass[a4paper,12pt]{report}
\setlength\paperheight{296.8cm}
\setlength\paperwidth{247.4cm}
\end{document}
The problem is, that it applies to all the pages in my latex-document and I only want it to apply to the first page with my pdf.
What can I do?
geometrydoesn't change the dimension of the physical page with\newgeometry. – egreg Jun 04 '17 at 00:05