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. I tried it with both marking=text and marking=on, but in either case, I get neither crop marks nor the text. (In our real document, I was able to get crop marks with [marking=on]. But not text. And haven't figured out how to get crop marks in a MWE.) Relevant guidance I've been trying to follow: http://wiki.contextgarden.net/Imposition#Cut_marks http://context.markmail.org/thread/kpayudrtabsti76i Thanks for any help on how to get text (pagecutmarkbottomtext) to appear outside the crop marks. Lars