Hi, in the latest beta (211.04.13), the cdots in the following, display as a blank: \starttext foo $x \cdots y$ bar. \stoptext ldots, however, work fine. Regards, Mathieu
Hi, Still missing in beta from 2011-04-20 15:05:01. Regards. -- Cédric On Sun, Apr 17, 2011 at 01:09, Mathieu Boespflug <0xbadcode@gmail.com> wrote:
Hi,
in the latest beta (211.04.13), the cdots in the following, display as a blank:
\starttext foo $x \cdots y$ bar. \stoptext
ldots, however, work fine.
Regards,
Mathieu ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On Wed, 20 Apr 2011, Cedric Mauclair wrote:
Still missing in beta from 2011-04-20 15:05:01.
\cdots works with unicode fonts (cambria, stix, euler). For LM add the following in your file: \definemathcommand [cdots] [inner] {\cdotp\cdotp\cdotp} I am not sure how to fix this in the core. Create exceptions for each font? Aditya
On 20-4-2011 6:13, Aditya Mahajan wrote:
On Wed, 20 Apr 2011, Cedric Mauclair wrote:
Still missing in beta from 2011-04-20 15:05:01.
\cdots works with unicode fonts (cambria, stix, euler). For LM add the following in your file:
\definemathcommand [cdots] [inner] {\cdotp\cdotp\cdotp}
I am not sure how to fix this in the core. Create exceptions for each font?
if it's a proper unicode symbol i can make a virtual glyph for it ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, 20 Apr 2011, Hans Hagen wrote:
On 20-4-2011 6:13, Aditya Mahajan wrote:
On Wed, 20 Apr 2011, Cedric Mauclair wrote:
Still missing in beta from 2011-04-20 15:05:01.
\cdots works with unicode fonts (cambria, stix, euler). For LM add the following in your file:
\definemathcommand [cdots] [inner] {\cdotp\cdotp\cdotp}
I am not sure how to fix this in the core. Create exceptions for each font?
if it's a proper unicode symbol i can make a virtual glyph for it
It is: 0x22EF (that is what \cdots works with cambria et al) Aditya
participants (4)
-
Aditya Mahajan
-
Cedric Mauclair
-
Hans Hagen
-
Mathieu Boespflug