Ursula Hermann
7. Januar 2016 um 15:23

Hello Wolfgang!

 

Here is my example. I found the right command: it was \setupheadertexts

\setuppapersize[A4]

\setuppagenumbering[location={footer, right},style=bold]

\setuphead[chapter][header=empty]

\setupheadertexts[1.1 second]

\starttext

 

\chapter{first}  \dorecurse{10}{\input knuth  }

 

I have one question: why are the pagenumbers in the footer, iwanted them in the head.

With this line

    \setuppagenumbering[location={footer,right},...]

you told ConTeXt to put the pagenumber in the footer.

Wolfgang