On 4/1/07, Vyatcheslav Yatskovsky wrote:
>
> Hello,
>
> Could someone be so kind to tell me why I cannot set Times as math font?
>
> The line  \definetypeface [myFont] [mm] [math,boldmath] [myfont] [default]
> [encoding=t2a] seems to do nothing; other code works well.

You probably didn't define any math typescripts for "myfont" (well,
you don't need to since zou can use existing typescripts). If you want
to get math in Times, simply use
    \definetypeface [myFont] [mm] [math,boldmath] [times] [default]
[encoding=default]

You probably don't need cyrillic encoding or any other special font
for math in Times.

The remaining code works because you defined the following lines for
Serif, but not for Math:

\starttypescript [serif] [myfont] [t2a]
      \definefontsynonym [Serif]           [t2a-TINRPSMT] [encoding=t2a]

Mojca
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to