Search found 4 matches

by olh
Thu Oct 25, 2012 9:24 am
Forum: Page Layout
Topic: Split A4 Paper into four A6 Areas
Replies: 7
Views: 9721

Split A4 Paper into four A6 Areas

Thanks, this does indeed help:

Code: Select all

\includepdfmerge[nup=2x2]{landscape-a6-1.pdf, landscape-a6-2.pdf, portrait-a6-1.pdf}
by olh
Wed Oct 24, 2012 7:24 pm
Forum: Page Layout
Topic: Split A4 Paper into four A6 Areas
Replies: 7
Views: 9721

Split A4 Paper into four A6 Areas

I don't see how it can do that. I have "landscape-a6-1.pdf", "landscape-a6-2.pdf", "portrait-a6-1.pdf". With these I create a merged-pages.pdf:
\includepdf[nup=1x1, landscape, pages=1]{landscape-a6-1.pdf}
\includepdf[nup=1x1, landscape, pages=1]{landscape-a6-2.pdf}
\includepdf[nup=1x1 landscape ...
by olh
Wed Oct 24, 2012 6:45 pm
Forum: Page Layout
Topic: Split A4 Paper into four A6 Areas
Replies: 7
Views: 9721

Split A4 Paper into four A6 Areas

Thanks for the feedback.

With pdfpages I can merge the two landscape A6 pages into a single portrait A4 page.
However, the third A6 page in portrait format gets rotated during that merge.

I think a way to get around this is to have the third A6 page also in landscape format and rotate the text in ...
by olh
Mon Oct 22, 2012 3:46 pm
Forum: Page Layout
Topic: Split A4 Paper into four A6 Areas
Replies: 7
Views: 9721

Split A4 Paper into four A6 Areas

My goal is to have four DIN A6 areas on a sheet of DIN A4 paper, in landscape direction.

Initial attempts with a table did not work. The description of "picture" sounds like the box can be placed anywhere with the xoffset and yoffset parameter. But this does apparently not work. As a result only ...