ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Minor error in code, core-tab.tex
@ 2008-03-27 17:41 David
  2008-03-27 17:45 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: David @ 2008-03-27 17:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Minor error in code, core-tab.tex
  2008-03-27 17:41 Minor error in code, core-tab.tex David
@ 2008-03-27 17:45 ` Hans Hagen
  2008-03-28  8:49   ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2008-03-27 17:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Minor error in code, core-tab.tex
  2008-03-27 17:45 ` Hans Hagen
@ 2008-03-28  8:49   ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2008-03-28  8:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Mar 27, 2008 at 6:45 PM, Hans Hagen <pragma@wxs.nl> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-28  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-27 17:41 Minor error in code, core-tab.tex David
2008-03-27 17:45 ` Hans Hagen
2008-03-28  8:49   ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).