Home General LaTeX tips and tricks → A4 printing [Previous Page] [Question index] [Next Page]

17. How can you print custom paper sizes to A4?


Answer

Use the crop package by Melchior Franz.

If you've used the geometry package to specify a custom paper size for your thesis (see the tip on Custom margins and paper sizes), there remains the problem that you will generally only have an A4 printer at your disposal, so if you want to print out (parts of) the document for proofreading, you somehow need to print the custom pages to standard A4 pages, preferably in an aesthetically pleasing way.

The crop package will do this for you, and can additionally print things such as surrounding frames, corner alignment marks, and absolute page counts.

As with geometry, it will pay to print out the package documentation and really work your way through it in order to see how you can best use the package in your own circumstances.


Example usage

In the preamble:


\usepackage[a4,cam,center]{crop}
\crop[font=\upshape\mdseries\small\textsf]


Result, before

'Before' screenshot

Result, after

'After' screenshot
'After' screenshot, detail

Things to watch out for

This package must load after the geometry package.


[Previous page] [Question index] [Next page]

Leo Breebaart (leo@lspace.org)
Last updated: 27 June 2016