Page LayoutTwo pages on one.

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
krz
Posts: 63
Joined: Thu Jul 22, 2010 5:03 pm

Two pages on one.

Post by krz »

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.
Last edited by krz on Fri Jul 23, 2010 3:35 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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.

Post by Stefan Kottwitz »

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
LaTeX.org admin
krz
Posts: 63
Joined: Thu Jul 22, 2010 5:03 pm

Re: Two pages on one.

Post by krz »

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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Two pages on one.

Post by Stefan Kottwitz »

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
LaTeX.org admin
krz
Posts: 63
Joined: Thu Jul 22, 2010 5:03 pm

Re: Two pages on one.

Post by krz »

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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: Two pages on one.

Post by Stefan Kottwitz »

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
LaTeX.org admin
krz
Posts: 63
Joined: Thu Jul 22, 2010 5:03 pm

Re: Two pages on one.

Post by krz »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Two pages on one.

Post by Stefan Kottwitz »

Perhaps try options like this:

Code: Select all

pdfjam file.pdf '2-' ...
Stefan
LaTeX.org admin
krz
Posts: 63
Joined: Thu Jul 22, 2010 5:03 pm

Re: Two pages on one.

Post by krz »

Thanks Stefan!
It works great.
K.
Post Reply