6
votes
2answers
2k views

Printing a double-sided A5 document on A4 paper

I have a doubled-sided A5 landscape document with the following page order: As my printer supports only A4 paper, I want to print two of these pages on one portrait A4 paper so that I can cut it in ...
5
votes
2answers
210 views

Front-end for pdfpages

I use following .tex file very much for printing books, booklets, etc \documentclass{article} \usepackage{pdfpages} \begin{document} \includepdf[pages={4-8},nup=1x2,frame,landscape]{xyz.pdf} ...
6
votes
1answer
547 views

Multiple copies of short page on one sheet of paper

Suppose you have a short document (including a fancy header) which occupies only a small part of a DIN A4 page, like in this example: \documentclass[a4paper, 12pt]{article} ...