[pdftex] Cropmarks and plain pdftex
Reinhard Kotucha
reinhard.kotucha at web.de
Thu May 13 02:43:51 CEST 2004
>>>>> "JEBs" == JEBs <JEBs at shbe.org> writes:
> Hugh I've best experience with Melchior's "crop" package but I
> used it under pdflatex.
You can use crop.sty and pdfpages.sty to process PDF documents
regardless which program produced the PDF files.
Here is an example (a4crop.tex) which puts a5 pages (from a5.pdf) on
a4 paper and adds cropmarks.
-------------------------------------
\documentclass[a5paper]{article}
\usepackage[cam,a4,center,axes]{crop}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-]{a5.pdf}
\end{document}
-------------------------------------
Then run
pdflatex a4crop
Regards,
Reinhard
--
----------------------------------------------------------------------------
Reinhard Kotucha Phone: +49-511-4592165
Marschnerstr. 25
D-30167 Hannover mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------
More information about the pdftex
mailing list