Re: [NTG-context] Compiling error \subpagenumber

2008-03-21 Thread Willi Egger
Hello Wolfgang,

thanks a lot for your solution of the subpageno-error!

Kind regards

Willi
On Mar 20, 2008, at 8:46 PM, Wolfgang Schuster wrote:
 subpageno

BOEDE
Book and Electronic Document Engineering
Willi Egger
[EMAIL PROTECTED]
KvK 17138708



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


Re: [NTG-context] Compiling error \subpagenumber

2008-03-20 Thread Wolfgang Schuster
On Wed, 19 Mar 2008 11:13:12 +0100
Willi Egger [EMAIL PROTECTED] 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
___


[NTG-context] Compiling error \subpagenumber

2008-03-19 Thread Willi Egger
Hi,

I got a series of files, which are organized in a project-structure.  
With the following versions I get the desired output:

ConTeXt  ver: 2007.12.18 19:11 MKII  fmt: 2008.3.19 int: english/english
ConTeXt  ver: 2008.01.11 12:09 MKIV  fmt: 2008.1.11 int: english/english

Since the update lately the project does not compile anymore:

ConTeXt  ver: 2008.03.11 23:55 MKII  fmt: 2008.3.15  int: english/ 
english

Undefined controlsequence

write ...ubpage }{\newnofsubpages }{\oldsubpage}
inserted text
 }\endwrite
\actualshipout ... \box \postponedcontent \box 0}}
\else \message {[\ifarrang...
\myshipout ... \fi {\thisisrealpage \realfolio #1}
\gotonextrealpage \aftersh...
\dofinaloutput ...agebody #1#2\setpagecounters }}}
\fi \the \everyaftershipou...
\finaloutput ...EAEAEA \dofinaloutput \fi \fi #1#2
\resetselectiepagina \incr...

...

l.84 \stopfrontmatter


Hans, could you have a look into this?


Kind regards

Willi




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