[NTG-context] Lucida New Math and simplefonts

2010-11-13 Thread Herbert Voss
Everything works fine with using simplefonts and Lucida,
except the math fonts, which are taken from LM

\usemodule[simplefonts]
\setmainfont [Lucida Bright]
\setmathfont [Lucida New Math]
\starttext
roman $x=3$
\stoptext


o...@shania:/opt/context pdffonts 08-03-3.pdf
name type  emb sub uni object ID
 - --- --- --- -
MDATVQ+LucidaBright  CID TrueType  yes yes yes 18  0
JWSQRN+LMMathItalic10-RegularType 1yes yes no  19  0
ESDBJD+LMRoman10-Regular CID Type 0C   yes yes yes 20  0

without simplefonts and using the lucida typescript I have

MDATVQ+LucidaBright  CID TrueType  yes yes yes 18  0
KRKRVS+LucidaNewMath-Italic  Type 1yes yes no  19  0
QYKOLB+LucidaNewMath-Symbol  Type 1yes yes no  20  0
ISGJTO+LucidaBright  CID Type 0C   yes yes yes 21  0

Herbert
___
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
___


Re: [NTG-context] Lucida New Math and simplefonts

2010-11-13 Thread Wolfgang Schuster

Am 13.11.2010 um 21:03 schrieb Herbert Voss:

 Everything works fine with using simplefonts and Lucida,
 except the math fonts, which are taken from LM
 
 \usemodule[simplefonts]
 \setmainfont [Lucida Bright]
 \setmathfont [Lucida New Math]

\setmathfont[Lucida]

The commands loads only a predefined typescript and the name of the typescript 
is „lucida“.

Wolfgang


___
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
___