Thomas A. Schmitz wrote:
On Apr 10, 2009, at 1:05 PM, Hans Hagen wrote:
Hi,
I uploaded a new beta, one that needs luatex beta 0.38, which has just been released. The most important things:
- some fixes in the new structure code - bookmarks are now supported in the new structure - otf math kerning is supported (neat) - some cleanup of lua code - the usual bug fixes
as said ... you need luatex 0.38
there will be a current when luatex 0.40 is available
Hans
Hi Hans,
minimal example:
\setuphead [section] [page=yes] \setuppagenumbering[state=start,way=bysection] \setupfootertexts[{\getmarking[sectionnumber]} – \pagenumber]
\starttext \section{First} one \page two \section{Second} one \page two \stoptext
Page numbers are not reset at section break. I also get some weird and inconsistent results with shaded colors in metapost, but can't yet narrow it down to a minimal example.
originally we had only one pagenumber but in the end we got realpage, userpage and subpage; as a result \setuppagenumbering and \setuppagenumber got somewhat fuzzy in mkiv we have a more clear split: \setuprealpagenumber \setupuserpagenumber \setupsubpagenumber with \setuppagenumber being equivalent to \setupuserpagenumber so, these are the commands to control the numbers; \setuppagenumbering remains for setting the other properties (alternative and so) this is one of the few areas where mkiv is not going to be downward compatible with mkii anyhow, there still was a bug ... renumbering started at 0 so i fixed that (you can try the beta on the ftp) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------