Hi I was reading core-tab.tex on http://source.contextgarden.net/core-tab.tex (trying to learn a little...) Sorry I have no line numbers, but about two-thirds of the way down that file, by chance I think I found an error: \bgroup \catcode`\|=\@@other \gdef\@@otherbar {|} \catcode`\"=\@@other \gdef\@@otherquite {"} \catcode`\|=\@@active \gdef\@@useotherbar {\let|\@@otherbar} \catcode`\"=\@@active \gdef\@@useotherquote{\let"\@@otherquote} \egroup The second \catcode line contains \gdef\@@otherquite, which I'm almost positive should be \gdef\@@otherquote . I hope this helps. David
David wrote:
The second \catcode line contains \gdef\@@otherquite, which I'm almost positive should be \gdef\@@otherquote .
indeed, fixed ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Thu, Mar 27, 2008 at 6:45 PM, Hans Hagen
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
participants (3)
-
David
-
Hans Hagen
-
Wolfgang Schuster