Re: [NTG-context] Strange behavior with square brackets in formula and \rm subscripts

2011-05-12 Thread Julian Becker
thank you Hans and Luigi for the clarification 2011/5/12 luigi scarso > On Thu, May 12, 2011 at 2:11 PM, Hans Hagen wrote: > > On 12-5-2011 2:05, Julian Becker wrote: > >> > >> just realized: is it perhaps that in the first case, the square brackets > >> are > >> interpreted as a list of param

Re: [NTG-context] Strange behavior with square brackets in formula and \rm subscripts

2011-05-12 Thread luigi scarso
On Thu, May 12, 2011 at 2:11 PM, Hans Hagen wrote: > On 12-5-2011 2:05, Julian Becker wrote: >> >> just realized: is it perhaps that in the first case, the square brackets >> are >> interpreted as a list of parameters to \startformula? > > indeed, so add \relax after \startformula or use \left[ an

Re: [NTG-context] Strange behavior with square brackets in formula and \rm subscripts

2011-05-12 Thread Hans Hagen
On 12-5-2011 2:05, Julian Becker wrote: just realized: is it perhaps that in the first case, the square brackets are interpreted as a list of parameters to \startformula? indeed, so add \relax after \startformula -

Re: [NTG-context] Strange behavior with square brackets in formula and \rm subscripts

2011-05-12 Thread Julian Becker
just realized: is it perhaps that in the first case, the square brackets are interpreted as a list of parameters to \startformula? 2011/5/12 Julian Becker > I just found out that I cannot (with MkIV on Windows XP, ConTeXt ver. > 2011.02.09 16:42) compile the following > > \starttext > This form

[NTG-context] Strange behavior with square brackets in formula and \rm subscripts

2011-05-12 Thread Julian Becker
I just found out that I cannot (with MkIV on Windows XP, ConTeXt ver. 2011.02.09 16:42) compile the following \starttext This formula produces an error: \startformula [r_{\rm test}]=a \stopformula \stoptext \starttext However, this works: \startformula a=[r_{\rm test}] \stopformula What's going