On Thu, Mar 27, 2008 at 6:45 PM, Hans Hagen <[EMAIL PROTECTED]> wrote:
> David wrote:
>
> > The second \catcode line contains \gdef\@@otherquite, which I'm almost
> > positive should be \gdef\@@otherquote .
>
> indeed, fixed

The bug for subpagenumbers with MkII remains also in the last release.

I posted the following fix a few days ago, \edef\oldsubpage should be
\xdef\oldsubpage.

page-num.tex:

\def\gotonextsubpage % overlapt behoorlijk met realpage macro
 {\global\let\checksubpages\relax
  \ifresettingsubpagenumber
    \resetnumber[\s!subpage]%
    \global\resettingsubpagenumberfalse
  \fi
  \ifsubpaging
    %\edef\oldsubpage{\the\subpageno}%
    \xdef\oldsubpage{\the\subpageno}%
  ...
  }

Wolfgang
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to