On 24-5-2010 10:51, Wolfgang Schuster wrote:

I found a fix in a older ConTeXt version:

\def\dopagebreak[#1]% so, page ornaments are reset after a pagebreak
command, unless set
{\bgroup
\flushnotes
\edef\prevrealpageno{\the\realpageno}%
\ifcase\pageornamentstate \or
% disable reset after shipout
\global\chardef\pageornamentstate\plustwo
\fi
\iffirstargument % or if empty i.e. []
\executepagebreakhandlers{#1}%
\else % so, no pagebreak when \pagebreak[] ! ! !
\executepagebreakhandler\v!yes
\fi
\ifnum\prevrealpageno<\realpageno
\global\chardef\pageornamentstate\zerocount
\fi
\egroup}

there must be a reason why i added the ifcase; for the moment i commented it and we'll have to wait till we run into another border case (much if this code needs a rewrite anyway)

i added your testcase as tests/mkiv/pages/ornaments-001.tex

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________

Reply via email to