Re: [NTG-context] nested itemize

2014-11-29 Thread Otared Kavian
Hi Mickael, If you put a blank line after \item, or an empty grouping everything works fine. I think the reason for the behavior may be that \item expects something after you invok eit and it doesn’t know what to do with the scond \startitemize. %%% begin example \starttext \startitemize[n]

[NTG-context] How does \setupfloat work?

2014-11-29 Thread Mark Szepieniec
I'm trying to set a default width for figures with \setupfloat. However, the command doesn't seem to be picking up the width specification, even though the manual indicates it accepts a width= argument: \setupfloat[figure][width=2cm] \starttext \placefigure{}{\externalfigure[picture.png]}

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Hans Hagen
On 11/29/2014 10:49 AM, Mark Szepieniec wrote: I'm trying to set a default width for figures with \setupfloat. However, the command doesn't seem to be picking up the width specification, even though the manual indicates it accepts a width= argument: \setupfloat[figure][width=2cm] \starttext

Re: [NTG-context] nested itemize

2014-11-29 Thread 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

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Mark Szepieniec
On Sat, Nov 29, 2014 at 11:03 AM, Hans Hagen pra...@wxs.nl wrote: On 11/29/2014 10:49 AM, Mark Szepieniec wrote: I'm trying to set a default width for figures with \setupfloat. However, the command doesn't seem to be picking up the width specification, even though the manual indicates it

Re: [NTG-context] nested itemize

2014-11-29 Thread Mikael P. Sundqvist
On Sat, Nov 29, 2014 at 11:04 AM, Hans Hagen pra...@wxs.nl wrote: 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]

Re: [NTG-context] nested itemize

2014-11-29 Thread Hans Hagen
On 11/29/2014 11:43 AM, Mikael P. Sundqvist wrote: On Sat, Nov 29, 2014 at 11:04 AM, Hans Hagen pra...@wxs.nl wrote: 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

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Robert Blackstone
On 29 Nov 2014, at 11:49 , Mark Szepieniec mszep...@gmail.com wrote Sorry, I should have mentioned I was able to work around it by doing exactly that, but I'd rather not have to edit all the \placefigure instances if I decide to change the width. Also I'd like to use a different default

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Christoph Reller
On Sat, Nov 29, 2014 at 11:03 AM, Hans Hagen pra...@wxs.nl wrote: On 11/29/2014 10:49 AM, Mark Szepieniec wrote: I'm trying to set a default width for figures with \setupfloat. However, the command doesn't seem to be picking up the width specification, even though the manual indicates

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Mark Szepieniec
On Sat, Nov 29, 2014 at 8:22 PM, Christoph Reller christoph.rel...@gmail.com wrote: On Sat, Nov 29, 2014 at 11:03 AM, Hans Hagen pra...@wxs.nl wrote: On 11/29/2014 10:49 AM, Mark Szepieniec wrote: I'm trying to set a default width for figures with \setupfloat. However, the command

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Aditya Mahajan
On Sat, 29 Nov 2014, Mark Szepieniec wrote: So I guess my problem is resolved, but I'd still like to understand better why my earlier solution of doing \setupfloat[figure][width=2cm] didn't set a default for later instances of \placefigure. I feel like I might be missing some aspect of the

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Mark Szepieniec
On Sun, Nov 30, 2014 at 12:48 AM, Aditya Mahajan adit...@umich.edu wrote: On Sat, 29 Nov 2014, Mark Szepieniec wrote: So I guess my problem is resolved, but I'd still like to understand better why my earlier solution of doing \setupfloat[figure][width=2cm] didn't set a default for later