On 4 Jun 2009, at 16:17, Wolfgang Schuster wrote:
Can you ask your questions in english, your question could be relevant for other users too and it would be a shame if the don't understand it because you use dutch.
Sorry, I forgot. Here is the question. I have source code which i want to print using an overlay in PDF, linenumbers, fixed width font, correct indentation of tabs and in landscape mode. I could create some of this with the pr program, but preferably I would like some sort of ConTeXt setup which I could automate. Yours, Gerben Overlay answer from Hans:
\defineoverlay[myoverlay][\overlayfigure{myfile.pdf}]
\setupbackgrounds[page][overlay=myoverlay]
if it has to be on top:
\setupbackgrounds[page][overlay={foreground,myoverlay}]