ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: ntg-context@ntg.nl
Subject: Re: Compiling error \subpagenumber
Date: Thu, 20 Mar 2008 20:46:14 +0100	[thread overview]
Message-ID: <20080320204614.76adf23e.schuster.wolfgang@googlemail.com> (raw)
In-Reply-To: <4A6D21C7-BDD8-464B-9B1F-AFB9E90DCD26@boede.nl>

On Wed, 19 Mar 2008 11:13:12 +0100
Willi Egger <w.egger@boede.nl> wrote:

> Hio,
> 
> in addition to this mail I can inform you, that the project compiles  
> without problem with ConTeXt  ver: 2008.03.11 23:55 MKIV  fmt:  
> 2008.3.19  int: english/english

Hi Willi,

I run in this bug myself two days ago and it did only occur with MkII.

The problem is the definition for \pldsubpage in \gotonextpage, the
macro is defined with \edef bit it should be done with \xdef (look at
the last line with code below.

\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	other threads:[~2008-03-20 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-19  9:05 Willi Egger
2008-03-19 10:13 ` Willi Egger
2008-03-20 19:46   ` Wolfgang Schuster [this message]
2008-03-21 13:00     ` Willi Egger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080320204614.76adf23e.schuster.wolfgang@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).