Am 05.06.2012 um 23:19 schrieb Marco:
On 2012-06-05 Marco
wrote: […]
\startsetups cropmarks \doifoddpageelse{}{% \setlayerframed [cropmarks] [frame=off, bottomframe=on, leftframe=on, width=\paperwidth, height=\paperheight]{}} \stopsetups
[…]
I don't know why the frame is missing on the first page.
\startsetups cropmarks \setlayerframed [cropmarks] [frame=off, bottomframe=on, leftframe=on, width=\paperwidth, height=\paperheight]{} \stopsetups
There is no need for layers because you can use \framed in a overlay \setupbackgrounds [page] [background=cropmarks] \defineoverlay [cropmarks] [{\framed[frame=off,bottomframe=on,leftframe=on,width=\overlaywidth,height=\overlayheight]{}}] and even this is overkill because you can just enable the rules of the page frame \setupbackgrounds [page] [leftframe=on,bottomframe=on] Wolfgang