lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: crop marks in PDF for printing


From: Federico Bruni
Subject: Re: crop marks in PDF for printing
Date: Fri, 04 Nov 2016 08:05:51 +0100

Il giorno gio 3 nov 2016 alle 17:52, Urs Liska <address@hidden> ha scritto:
If you want to go the LaTeX way you can use the following boilerplate code:

\documentclass[a4paper]{article}
\usepackage[
% set absolute paper dimensions *including bleeding area*
% in this example A4 plus 6mm (*2)
width=22.2truecm, height=30.9truecm,
% use any combination of these options to add different cut markings
cam,
axes,
%frame,
%cross,
% set the type of TeX renderer you use
pdflatex,
% center the contents
center
]{crop}
% More info with "texdoc crop"

\usepackage{pdfpages}

\begin{document}

\includepdf[pages=-]{path/to/score.pdf}

\end{document}

This should be perfect.
I've just added noinfo to the options above, as I have to use 3mm*2 for crop marks and there was no room for page information.

Thanks
Federico




reply via email to

[Prev in Thread] Current Thread [Next in Thread]