More information on this. Statements:
<buffer definition for xml>
\usemodule[hvdm-dvd]
\starttext
\xmlprocessbuffer{dvd}{xmlbuffer}{}
\stoptext
\endinput
in the hvdm-dvd module \setuppagenumber[state=stop] is put inside
\startxmlsetups setup-name
\setuppapersize[A5][A5]
\setuppagenumber[state=stop]
"typesetting operations following"
\stopxmlsetups
In this case pagenumber not suppressed.
However with the following order of statements the pagenumber does get
suppressed.
\starttext
\setuppagenumber[state=stop]
\xmlprocessbuffer{dvd}{xmlbuffer}{}
\stoptext
In both cases the call to \setuppagenumber comes before typesetting the page.
Why is the \setuppagenumber inside the xmlsetup ignored?
Hans van der Meer
On 27 Dec 2015, at 14:21, Meer, Hans van der
<[email protected]<mailto:[email protected]>> wrote:
The command "\setuppagenumber[state=stop]" used to stop numbering the pages,
now it doesn't.
Has this been changed and did I miss that change?
Hans van der Meer
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected]<mailto:[email protected]> /
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
___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________