Changes

Jump to navigation Jump to search
419 bytes added ,  04:46, 18 May 2006
Some details from an old mail from Taco
< [[Main Page]] | [[Inside ConTeXt]] >

Countext provides a higher layer of API to access various counters. For example, to set the page number to a certain value use

<texcode>
\setnumber[page]{1}
</texcode>

Other useful commands for working with counters are

<texcode>
\resetnumber [page]
\incrementnumber[page]
\decrementnumber[page]
\savenumber [page]
\restorenumber [page]
</texcode>

Navigation menu