Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Changing the paper size within a latex document from A4 to A3

1,382 views
Skip to first unread message

fabfive1111

unread,
Jul 4, 2006, 5:46:45 AM7/4/06
to
Hi guys,

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

Piet van Oostrum

unread,
Jul 4, 2006, 9:49:46 AM7/4/06
to
>>>>> "fabfive1111" <fabfi...@yahoo.de> (f) wrote:

>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

fabfive1111

unread,
Jul 4, 2006, 10:12:58 AM7/4/06
to
Thanks for the answer,
unfortunately I am not using pdflatex and do not want to use it :-(

I hoped that there is a dirty workaround, anyhow thanks for your answer

Cheers
Fabian

Ulrike Fischer

unread,
Jul 4, 2006, 10:38:14 AM7/4/06
to
"fabfive1111" <fabfi...@yahoo.de> schrieb:

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 @.

Robin Fairbairns

unread,
Jul 4, 2006, 10:43:42 AM7/4/06
to
Piet van Oostrum <pi...@cs.uu.nl> writes:
>>>>>> "fabfive1111" <fabfi...@yahoo.de> (f) wrote:
>
>>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.
>
>[...]

>
>But how the printer will process it I can't predict.

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

fabfive1111

unread,
Jul 4, 2006, 11:04:34 AM7/4/06
to
Yes you may be right,
a seperate printing run will be the best solution. I can use the pdf
format for the electronic version. There it is possible to include a
bigger sized page.

Thanks for your suggestions

Fabian

0 new messages