Possible Duplicate:
Change paper size in mid-document
I've a document where I need to add a map as a figure. Unfortunately the map is best viewed in A3 size. Therefore I wonder if this is possible with latex.
Possible Duplicate:
Change paper size in mid-document
I've a document where I need to add a map as a figure. Unfortunately the map is best viewed in A3 size. Therefore I wonder if this is possible with latex.
I just googled ... did not try it myself though: https://stackoverflow.com/questions/2812892/change-paper-size-in-the-middle-of-a-latex-document
Try this, I am also curios to know if it works:
\documentclass[version=last, pagesize=auto, paper=a4]{scrartcl}
\begin{document}
\null
\clearpage
\KOMAoptions{paper=a3}
\recalctypearea
\null
\clearpage
\KOMAoptions{paper=a4}
\recalctypearea
\null
\end{document}
The geometry package lets you change page geometry in mid-document.
But be aware that this will almost certainly mess up printing unless you have a dual-size printer (and I don't know if the geometry package will do this switch for you).
geometry does not allow the change of the paper size mid document. It includes explicit code which stops you to do so. See the quote in Change paper size in mid-document.
– Martin Scharrer
Jul 19 '11 at 14:13
geometry... – Werner Jul 19 '11 at 14:22lipsum-package), perhaps add the optionpaper=landscapeandpaper=portraitthen generate the pdf. Try to print it. - Regarding the header: where do you want it? On the large or the small side of the a3 page? Should it have the same size than on the a4 or be magnified somehow? Do you really want to number it? Take a real book to try out what would look best. – Ulrike Fischer Jul 26 '11 at 08:14A very large image. \clearpage \endgroup \lipsum \end{document}
– Ulrike Fischer Jul 26 '11 at 12:26If you want them right, enlarge\oddsidemargin`