Hi,
I've downloaded the beta today, which fails on one of my itemizes using the KR
numbering scheme. I'm using MkIV context, with the following file:
\starttext
\startitemize[KR]
\item Foo
\stopitemize
\stoptext
When compiling this file, I get the below errors. When using R instead of KR,
everything works. When using MkII (i.e., running texexec Test.tex, which means
running MkII, right?) things work as well.
matthijs@katherina:~/docs/UT/FHDL/progress$ texexec --lua Test.tex
TeXExec | processing document 'Test.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file Test.top
TeXExec | using randomseed 750
TeXExec | tex engine: luatex
TeXExec | tex format: cont-en
LuaTools | running command: luatex
--fmt="/home/matthijs/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef1028/formats/cont-en"
--lua="/home/matthijs/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef1028/formats/cont-en.luc"
"Test.tex"
This is LuaTeX, Version beta-0.40.0-2009042718 (Web2C 7.5.7)
\write18 enabled.
(Test.tex
color : mpcmyk color space is supported
color : mpspot color space is supported
color : system rgb is global activated
ConTeXt ver: 2009.05.20 00:02 MKIV fmt: 2009.5.20 int: english/english
system : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(/usr/share/texmf/tex/context/base/cont-new.mkiv)
(/usr/share/texmf/tex/context/base/cont-mtx.tex))
system : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading : ConTeXt File Synonyms
)
system : cont-sys.rme loaded
(/etc/texmf/tex/context/user/cont-sys.rme
(/usr/share/texmf/tex/context/base/type-tmf.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex
(/usr/share/texmf/tex/context/base/type-siz.mkiv))
(/usr/share/texmf/tex/context/base/type-otf.tex
(/usr/share/texmf/tex/context/base/type-otf.mkiv)))
system : Test.top loaded
(Test.top)
fonts : preloading latin modern fonts
bodyfont : 12pt rm is loaded
language : language en is active
systems : begin file Test at line 1
! Missing } inserted.
<inserted text>
}
<to be read again>
\endgroup
<to be read again>
\fi
\doactualitemnumber ...rrentitemgroupcounter ]\fi
\dohandleitemreference
\en...
\actualitemnumber ...fi \else \doactualitemnumber
\fi
\listitem ...@@localitemsymbol \currentitemlevel }
\getitemparameter
\current...
...
l.3 \item F
oo
?
Any clue on what's wrong here?