Re: [NTG-context] Nested itemize horizontal/column problem

2016-09-19 Thread Mikael P. Sundqvist
On Mon, Sep 19, 2016 at 3:37 PM, Otared Kavian wrote: > Hi Mikael, > > The explanation and the solution given by Henri works fine here. The code > below gives the attached PDF (with ConTeXt 2016.09.12 18:27 MKIV beta). The > point is that an empty \item does not allow to begin

Re: [NTG-context] Nested itemize horizontal/column problem

2016-09-19 Thread Otared Kavian
Hi Mikael, The explanation and the solution given by Henri works fine here. The code below gives the attached PDF (with ConTeXt 2016.09.12 18:27 MKIV beta). The point is that an empty \item does not allow to begin a new level of itemization. Best regards: OK %%% begin \starttext

Re: [NTG-context] Nested itemize horizontal/column problem

2016-09-19 Thread Wolfgang Schuster
Henri Menke 18. September 2016 um 21:56 You can start itemize only in vertical mode. To switch to vertical mode use \blank. To kill the empty line which is inserted use \blank[-line]. Or use \blank[overlay]. Wolfgang

Re: [NTG-context] Nested itemize horizontal/column problem

2016-09-19 Thread Mikael P. Sundqvist
On Sun, Sep 18, 2016 at 9:56 PM, Henri Menke wrote: > You can start itemize only in vertical mode. To switch to vertical mode use > \blank. To kill the empty line which is inserted use \blank[-line]. > > \starttext > \startitemize[n] > \item \blank[-line] >

Re: [NTG-context] Nested itemize horizontal/column problem

2016-09-18 Thread Henri Menke
You can start itemize only in vertical mode. To switch to vertical mode use \blank. To kill the empty line which is inserted use \blank[-line]. \starttext \startitemize[n] \item \blank[-line] \startitemize[a,horizontal,three] \startitem First \stopitem \startitem Second \stopitem \startitem

[NTG-context] Nested itemize horizontal/column problem

2016-09-18 Thread Mikael P. Sundqvist
Hi 1) the following code \starttext \startitemize[n] \item \startitemize[a,horizontal,three] \startitem First \stopitem \startitem Second \stopitem \startitem Third \stopitem \startitem Fourth \stopitem \stopitemize \item On the outer level \stopitemize \stoptext generates the error tex error