4 May
2011
4 May
'11
10:49 a.m.
Am Dienstag, den 03.05.2011, 22:25 +0200 schrieb Wolfgang Schuster:
Am 03.05.2011 um 15:46 schrieb Paul Menzel:
`\dotsb` is not defined although it is defined in AMSTeX (amsmath) [1].
Why don’t you use \cdots, i can see no difference between your linked example and mine below.
\setupbodyfont[pagella] \starttext \formula{A_1+\cdots+A_N}\par \formula{A_1+⋯+A_N} \stoptext
That is correct. I think the AMS introduced `\dotsb` to separate the content and the markup, since some publishers use the lower dots »…« and not the centered ones »⋯« between operators. So `\dotsb` could just be redefined. Additionally amsmath defines it and to be compatible ConTeXt could define it too. Aditya more or less wrote the same in here response. Thanks, Paul