Change paper size in the middle of a latex document?
Posted
by Usagi
on Stack Overflow
See other posts from Stack Overflow
or by Usagi
Published on 2010-05-11T17:19:02Z
Indexed on
2010/05/11
20:34 UTC
Read the original article
Hit count: 232
Does anyone know how to change these length parameters in the middle of a latex document?
- \paperwidth
- \paperheight
I would like to define a page size for a single page (possibly two or three). I tried v5.3 of the geometry package, which just added some new features; like \newgeometry. Unfortunately \newgeometry cannot be used to redefine \paperheight and \paperwidth.
Any help would be very appreciated.
© Stack Overflow or respective owner