Page Layout ⇒ Two pages on one.
Two pages on one.
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Two pages on one.
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
Re: Two pages on one.
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Two pages on one.
Stefan
Re: Two pages on one.
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Two pages on one.
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
Re: Two pages on one.
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Two pages on one.
Code: Select all
pdfjam file.pdf '2-' ...
Re: Two pages on one.
It works great.
K.