On Sat, Nov 29, 2014 at 11:04 AM, Hans Hagen
On 11/28/2014 7:01 PM, Mikael P. Sundqvist wrote:
The following code (using latest minimals)
\starttext \startitemize[n] \item FOO \startitemize[a] \item Hello \item Good bye \stopitemize \stopitemize
\startitemize[n] \item \startitemize[a] \item Hello \item Good bye \stopitemize \stopitemize \stoptext
gives the attached pdf file, i.e. the second nested list is cut. Has something changed (I've been able to use nested lists before without having to use FOO or something inbetwen (as in the first example)? I tried to reinstall, but the same problem appeared again.
a bug indeed ... very nasty code (kind of fight between mechanisms deep down in luatex) ... i'll try to fix it
----------------------------------------------------------------- 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 ___________________________________________________________________________________
Thank you, I hope it is fixable :) To Otared: Thank you also for replying. Your code indeed compiles, but the nested itemize starts on a new line, i.e. 1 a instead of 1 a as expected. /Mikael