Re: [NTG-context] itemize in TABLE

2010-10-11 Thread Wolfgang Schuster

Am 27.09.2010 um 13:03 schrieb Andreas Harder:

 Hi all,
 
 please have a look at the following example
 
 \starttext  \showframe
 \startbuffer
  \startitemize[n,fit][left={Abb. },distance=.5em]
  \item \dorecurse{20}{eins }
  \item \dorecurse{20}{zwei }
  \item \dorecurse{20}{drei }
  \stopitemize
 \stopbuffer
 
 \bTABLE % it works if you comment out the table
  \bTR\bTD \getbuffer \eTD\eTR
 \eTABLE
 
 \getbuffer
 \stoptext
 
 It seems that using itemize in TABLE disturbs the following lists. Is there 
 something I can do about it?

Fixed in next beta.

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] itemize in TABLE

2010-10-11 Thread Mojca Miklavec
On Mon, Oct 11, 2010 at 09:20, Wolfgang Schuster wrote:

 Fixed in next beta.

Hmmm ... Hans the junior :)

I thought this was one of the most frequent answers by Hans :) :) :)

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


[NTG-context] register broken in latest beta!

2010-10-11 Thread Steffen Wolfrum
Hi,

todays beta gives an error with this test (taken from strc-reg.kmiv at line 35):

 \starttext
 \placeregister[index]
 test \index{aa} test \startregister[index][x]{bb} test \page test \page test 
\page test \stopregister[index][x]
 \stoptext



! LuaTeX error ...text/tex/texmf-context/tex/context/base/sort-ini.lua:106: 
attempt to compare nil with number
stack traceback:
...text/tex/texmf-context/tex/context/base/sort-ini.lua:106: in 
function ...text/tex/texmf-context/tex/context/base/sort-ini.lua:105
...text/tex/texmf-context/tex/context/base/sort-ini.lua:416: in 
function 'firstofsplit'
...text/tex/texmf-context/tex/context/base/strc-reg.lua:403: in 
function 'finalize'
...text/tex/texmf-context/tex/context/base/strc-reg.lua:427: in 
function 'analyzed'
...text/tex/texmf-context/tex/context/base/strc-reg.lua:789: in 
function 'process'
main ctx instance:1: in main chunk.

system   error on line 8 in file index_ff.tex: LuaTeX error  ...



Greetings,
Steffen


BTW:
I found three invalid characters (form feed?) in strc-reg.mkiv: at line 549, 
568, 632.
___
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] register broken on steffens machine

2010-10-11 Thread Hans Hagen

On 11-10-2010 6:50, Steffen Wolfrum wrote:


system  error on line 8 in file index_ff.tex: LuaTeX error  


runs ok here ... maybe delete the tuc file helps?


I found three invalid characters (form feed?) in strc-reg.mkiv: at line 549, 
568, 632.


indeed ff and there are probably lots of them in sources (worked quite 
nice when we used an editor that used them as markers) ... nothing 
illegal with them afaik


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___