1 Jul
2007
1 Jul
'07
10:34 a.m.
On Sat, 30 Jun 2007 18:30:59 +0200
Patrick Gundlach
Hi,
what is wrong with
-------------------------------------------------- \setuppagenumbering[location=] \starttext \setupheadertexts[text][section][chapter] \dorecurse{8}{\chapter{chapter - \recurselevel} \input tufte \dorecurse{8}{\section {section - \recurselevel} \input knuth
\input knuth } } \stoptext
Hi Patrick, it is not neccessary to write chapter and section in the headers, you can use ConTeXts predefined labeletexts for them. \setuplabeltext[en][chapter=Chapter ] \setuplabeltext[en][section=Section ] \starttext \chapter{Text} \section{Text} \stoptext Wolfgang