5 Feb
2014
5 Feb
'14
5:03 p.m.
Am 05.02.2014 um 16:45 schrieb Lars Huttar
Hello,
Under mkii we used to have a running footer that appeared below the crop marks. Under mkiv I can't get that to work.
The MWE I'm trying (with ConTeXt mkiv from the TeXLive 2013 CD):
\def\TopText { Top Text }
\def\BottomText { Bottom Text }
\def\pagecutmarksymbol {\the\realpageno}
\def\pagecutmarklength {.5cm}
\let\pagecutmarktoptext \TopText
\let\pagecutmarkbottomtext \BottomText
\setuplayout[marking=text]
%\setuplayout[marking=on]
\starttext
\input knuth
\stoptext
Code like this used to work for us in mkii.
Redefining internal commands isn’t a good solution, what you can do is to use a layer to place your texts. Wolfgang