Am 21.02.2012 um 19:34 schrieb Verhaag, G.C.H.M.:
On 02/21/2012 06:34 PM, Wolfgang Schuster wrote:
Am 21.02.2012 um 17:04 schrieb Verhaag, G.C.H.M.:
Hi ConTeXt Users,
I'd like to start every chapter on page one. The footer should contain the chapter number followed by the page number. So page three of chapter 10, should read something like 10-3.
I was thinking way=bychapter in the \setuppagenumbering command would do the trick. However I see no change at all when changing the way parameter from the default mypart to mychapter!
Anybody any hint on this issue? Thanks in advance!
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
Wolfgang ....
Hi,
Well, here is a minimal example which doesn't yield the expected result:
\setuppagenumbering[way=bychapter,chapternumber=yes]
\setuppagenumber[way=bychapter] Wolfgang