1
vote
0answers
75 views

\includepdf in A3 format

I am creating an A4 document and I need to insert a longtable in A3 into this document. I have created a document for this: \documentclass{book} \usepackage[margin=2cm,landscape,a3paper]{geometry} ...
6
votes
2answers
1k views

pdfpages package and layoutsize (geometry package)

I tried to include a PDF page using the pdfpages package — this works well for a standard case, f.e. (t.pdf is the first page of the PGF manual): \documentclass{scrartcl} \usepackage{geometry} ...
6
votes
1answer
571 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} ...