On Oct 4, 2004, at 6:35 PM, Hans Hagen wrote:


this is the readable way:

\showframe

\setuppagenumbering[alternative=doublesiddd]

\setupheadertexts[]
\setupheadertexts[\setups{text a}][][][\setups{text b}]

\startsetups[text a]
  \rlap{\pagenumber}
  \hfill
  \getmarking[chapter]
  \hfill
  \llap{whatever}
\stopsetups

\startsetups[text b]
  \rlap{whatever}
  \hfill
  \getmarking[section]
  \hfill
  \llap{\pagenumber}
\stopsetups

\starttext

\chapter{test chapter} \page \section{test section}

\stoptext

(it's up to you to submit it into the wiki)

Hans

Hans,

thanks a lot, works wonderfully! I'll see that I actually understand your code and will then submit it to the wiki.

Best

Thomas

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to