30 Nov
2014
30 Nov
'14
9:48 p.m.
On 29 Nov 2014, at 11:43, Mikael P. Sundqvist
On Sat, Nov 29, 2014 at 11:04 AM, Hans Hagen
wrote: […] a bug indeed ... very nasty code (kind of fight between mechanisms deep down in luatex) ... i'll try to fix it […]
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
Hi Mikael, I didn’t know it were possible to have a nested itemize producing something like: %% begin expected example 1.a: bla-bla, bla-bla 1.b: bla-bla, bla-bla 1.c: bla-bla, bla-bla 2.a: bla-bla, bla-bla 2.b: bla-bla, bla-bla %% end expected example How this would be achieved with nested itemization? Best regards: OK