24 Oct
2005
24 Oct
'05
10:38 p.m.
Marko � wrote:
I'm trying to have header texts on every page. There are also some long typing environments in the document. It seems that when the page breaks within the typing environment processing the header texts leads to an error.
weird indeed has to do with catcodes and verbatim; for the moment use \setnormalcatcodes \startsetups heading \starttable[|w(.8\textwidth)l|w(.15\textwidth)l|] \HL \VL \VL page \pagenumber\ of \totalnumberofpages \VL\FR \VL \VL \VL \LR \HL \stoptable \stopsetups \starttext \setupheadertexts[\setnormalcatcodes\setups{heading}] ..... \stoptext Hans