Page Layout ⇒ Two pages on one.
Two pages on one.
Hi everybody,
I have to prepare some book to print. First time in my life. And I decided to use LaTex. It was three days ago and now I can't sleep. I love LaTex and hate it in the same time. But nevermind. I have a lot of problems with it but now I can't sleep because of layout. I need to prepare pdf document with landscape orientation and with to pages on one. Just a text in two columns but each column with its own page number. Two pages, to headers, two footer on one sheet.
I hope I described it clear (sorry, english isn't my native language).
Can you help me?
K.
I have to prepare some book to print. First time in my life. And I decided to use LaTex. It was three days ago and now I can't sleep. I love LaTex and hate it in the same time. But nevermind. I have a lot of problems with it but now I can't sleep because of layout. I need to prepare pdf document with landscape orientation and with to pages on one. Just a text in two columns but each column with its own page number. Two pages, to headers, two footer on one sheet.
I hope I described it clear (sorry, english isn't my native language).
Can you help me?
K.
Last edited by krz on Fri Jul 23, 2010 3:35 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Two pages on one.
Hi krz,
welcome to the board!
I would prepare the LaTeX document like usual, on single pages with a two-sided layout. Finally I would use pdfpages or pdfjam or pdfnup to get two pages on one.
Stefan
welcome to the board!
I would prepare the LaTeX document like usual, on single pages with a two-sided layout. Finally I would use pdfpages or pdfjam or pdfnup to get two pages on one.
Stefan
LaTeX.org admin
Re: Two pages on one.
Thanks, Stefan!
I'm so impressed you answer so fast.
I realy hope I stay on the board for a long time.
By the way, do you know if that programs prepare pdf to print in printing house? I mean that special order (propably 1st page with 8th on one sheet, 2nd with 7th, 3th with 6th etc. etc.).
Krzysztof
I'm so impressed you answer so fast.

By the way, do you know if that programs prepare pdf to print in printing house? I mean that special order (propably 1st page with 8th on one sheet, 2nd with 7th, 3th with 6th etc. etc.).
Krzysztof
- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Two pages on one.
Those programms support such requirements, like the tool pdfbook (see the pdfjam link above) and the signature option of pdfpages. Pages would be rearranged, two sided printed on one. See page 4 of the pdfpages documentation for the signature option.
Stefan
Stefan
LaTeX.org admin
Re: Two pages on one.
Vielen Dank, Stefan,
I've just installed pdfjam. I found a lot od options in it, but I hope I work it out.
Herzliche Gruesse!
Krzysztof
I've just installed pdfjam. I found a lot od options in it, but I hope I work it out.
Herzliche Gruesse!
Krzysztof
- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Two pages on one.
Hi Krzysztof,
I'm glad to read that it helped.
By the way, in general it's good to mark a topic as "solved" when the question is solved, it improves the readability of the forum and let's us easier find unsolved problems. It can be done by editing the first post of the topic and choosing the checkmark.
Best regards,
Stefan
I'm glad to read that it helped.
By the way, in general it's good to mark a topic as "solved" when the question is solved, it improves the readability of the forum and let's us easier find unsolved problems. It can be done by editing the first post of the topic and choosing the checkmark.
Best regards,
Stefan
LaTeX.org admin
Re: Two pages on one.
Stefan,
I have one more question, before I mark this topic as solved. Do you know how to start (in pdfjam) making pdf from second page? I want to make pdf as a book. Even page on the left side.
I studied --help, but I couldn't find it.
K.
I have one more question, before I mark this topic as solved. Do you know how to start (in pdfjam) making pdf from second page? I want to make pdf as a book. Even page on the left side.
I studied --help, but I couldn't find it.
K.
- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Two pages on one.
Perhaps try options like this:
Stefan
Code: Select all
pdfjam file.pdf '2-' ...
LaTeX.org admin
Re: Two pages on one.
Thanks Stefan!
It works great.
K.
It works great.
K.