Tagged Questions
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}
...
5
votes
1answer
454 views
Is there a way to make pdfpages adhere to the page offset set by geometry
I'm trying to include some pdf documents at the end of my document using pdfpages. My document has a binding offset as defined using the geometry package but pdfpages doesn't recognise it. I've looked ...