Hi,
I wish the numérotion pages is reversed at each new page: right left right
...
I wish the bottom of the title page of each section of the current page.
Thanks for your help,
Fabrice


\setuppagenumbering
  [location=]

\setupheadertexts
  [margin]
  [][\hfill\pagenumber\hfill]

\setupheadertexts[{\getmarking[chapter]}]

\setupfootertexts[{\getmarking[section]}]


\starttext

\startchapter
  [title=First]

\startsection
  [title=One]
\dorecurse{5}{\input ward}
\stopsection

\stopchapter

\startchapter
  [title=Second]

\startsection
  [title=One]
\dorecurse{5}{\input ward}
\stopsection

\startsection
  [title=Two]
\dorecurse{5}{\input ward}
\stopsection

\stopchapter


\startchapter
  [title=Third]

\startsection
  [title=One]
\dorecurse{5}{\input ward}
\stopsection

\startsection
  [title=Two]
\dorecurse{5}{\input ward}
\stopsection

\startsection
  [title=Three]
\dorecurse{5}{\input ward}
\stopsection

\stopchapter

\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to