[NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Hongwen Qiu

Hi,

The following minimal example works fine with context version 2011.05.18 
18:04 and luatex version beta-0.70.1-2011061410 (rev 4277) comes along 
texlive 2011, but gives error with latest beta (context version 
2012.06.13 23:46 and luatex version beta-0.70.2-2012052410 (TeX Live 2012)).


Minimal example:

\starttext

\startlocalfootnotes
Test\footnote{test}
\placelocalfootnotes
\stoplocalfootnotes

\stoptext

Error emitted by latest beta:
! Missing number, treated as zero.

system   tex  error on line 7 in file test.tex: Missing 
number, treated as zero ...


1 \starttext
2
3 \startlocalfootnotes
4 Test\footnote{test}
5 \placelocalfootnotes
6 \stoplocalfootnotes
7 
8 \stoptext
9

to be read again
   f
\v!fit -f
  it
\369footnote ...dimexpr \noteparameter \c!height
*\c_strc_notes_columns \re...
\strc_notes_set_properties ..._notes_set_location
\strc_notes_set_delayed
inserted text ...yed \strc_notes_set_properties
\strc_notes_check_locations
\strc_notes_synchronize ... \everysynchronizenote

...
l.6 \stoplocalfootnotes


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


Re: [NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Wolfgang Schuster

Am 15.06.2012 um 05:56 schrieb Hongwen Qiu:

 Hi,
 
 The following minimal example works fine with context version 2011.05.18 
 18:04 and luatex version beta-0.70.1-2011061410 (rev 4277) comes along 
 texlive 2011, but gives error with latest beta (context version 2012.06.13 
 23:46 and luatex version beta-0.70.2-2012052410 (TeX Live 2012)).
 
 Minimal example:
 
 \starttext
 
 \startlocalfootnotes
 Test\footnote{test}
 \placelocalfootnotes


Use this for the moment:

\placelocalfootnotes[height=\textheight]

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


Re: [NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Hongwen Qiu

On 06/15/2012 12:18 PM, Wolfgang Schuster wrote:

Use this for the moment:

\placelocalfootnotes[height=\textheight]

Thanks, this works fine.

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