I want to add an fold out page (map) into my thesis. The default paper
size is A4. How do I change now for one page the paper size to A3 (or
any other format)>
Cheers
Fabian
>f> Hi guys,
>f> I want to add an fold out page (map) into my thesis. The default paper
>f> size is A4. How do I change now for one page the paper size to A3 (or
>f> any other format)>
The DVI format doesn't have the concept of paper size, so I suggest you to
go the pdflatex route. Maybe it can be done with \special for dvips also
but I am not sure dvips will obey them on the page level, rather than the
document level.
Supposing that your pdflatex configuration sets up \pdfpagewidth to the
proper value you could do something like:
\newpage
\begingroup
\advance\textwidth\pdfpagewidth
\hsize=\textwidth\linewidth=\hsize\columnwidth=\hsize
\pdfpagewidth=2\pdfpagewidth
Your wide text here.
\newpage
\endgroup
But how the printer will process it I can't predict.
--
Piet van Oostrum <pi...@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: pi...@vanoostrum.org
I hoped that there is a dirty workaround, anyhow thanks for your answer
Cheers
Fabian
What do you want to achieve? What is the output format? Should the
document be printable? How should the printer handle the a3? What
previewer are you using? How should the previewer handle the a3?
Or do you have only problems to insert the map in your document without
getting warnings?
--
Ulrike Fischer
e-mail: zusätzlich meinen Vornamen vor dem @ einfügen.
e-mail: add my first name between the news and the @.
this is surely the real problem. i've never persuaded my printer to
change source tray in mid-document: i would be surprised if any did.
surely the best idea is to bind in a separate printing run on a3 paper?
--
Robin Fairbairns, Cambridge
Thanks for your suggestions
Fabian