marks on the first page only
Hans, would it be possible to have a "first" value added to the "marking" key from \setuplayout that prints cut marks only on the first page of the document? In some cases, having cut marks in all pages is unnecessary. Or even unpractical, because some printers slightly move the marks when printing (they don’t print the text exactly on the same position on each page [it happens in most copyshops]). I would need this for the imposition I asked about yesterday (https://mailman.ntg.nl/pipermail/ntg-context/2016/087038.html). Sorry for insisting, but I need to solve the issues for something I have to send to a copy shop today. Many thanks for your help, Pablo -- http://www.ousia.tk
On 10/6/2016 8:28 AM, Pablo Rodriguez wrote:
Hans,
would it be possible to have a "first" value added to the "marking" key from \setuplayout that prints cut marks only on the first page of the document?
next beta: \starttext \setuppapersize[A4][A3] \setuplayout[location=middle] \setuplayout[marking=one] \dorecurse{4}{test\page} \setuplayout[marking={color,two}] \dorecurse{4}{test\page} \stoptext extra keys: one, two, four
In some cases, having cut marks in all pages is unnecessary. Or even unpractical, because some printers slightly move the marks when printing (they don’t print the text exactly on the same position on each page [it happens in most copyshops]).
I would need this for the imposition I asked about yesterday (https://mailman.ntg.nl/pipermail/ntg-context/2016/087038.html). Sorry for insisting, but I need to solve the issues for something I have to send to a copy shop today.
Many thanks for your help,
Pablo
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 10/06/2016 02:29 PM, Hans Hagen wrote:
On 10/6/2016 8:28 AM, Pablo Rodriguez wrote:
Hans,
would it be possible to have a "first" value added to the "marking" key from \setuplayout that prints cut marks only on the first page of the document?
next beta:
\starttext
\setuppapersize[A4][A3] \setuplayout[location=middle]
\setuplayout[marking=one] \dorecurse{4}{test\page} \setuplayout[marking={color,two}] \dorecurse{4}{test\page}
\stoptext
extra keys: one, two, four
Many thanks for your implementation, Hans. I’m looking forward having next beta released. Many thanks for your help, Pablo -- http://www.ousia.tk
participants (2)
-
Hans Hagen
-
Pablo Rodriguez