Hi,
It seems that autopunctuation=no does not affect the spacing in subscripts. Bug or feature?
\setupbodyfont[xits] %(also with cambria)
\starttext \startformula \min_{(f,g)} (f,g) \stopformula
\setupmathematics[autopunctuation=no]
\startformula \min_{(f,g)} (f,g) \stopformula
\stoptext
Aditya
On Friday 06 August 2010 20:11:55 Aditya Mahajan wrote:
It seems that autopunctuation=no does not affect the spacing in subscripts. Bug or feature?
It now appears (I just noticed) that autopunctuation=no is the default. However, including it explicitly seems be misinterpreted and it gets turned *on*. Bug or feature?
Alan
Minimal example:
\starttext $0,5\times 1,5$
\setupmathematics [autopunctuation=no] $0,5\times 1,5$ \stoptext