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