Yue Wang wrote:
Oh, Hans, another bug report, pls test this (come from my thesis):

\usetypescript[palatino]
\setupbodyfont[palatino,rm]
\starttext

\placeformula\startformula
P_{(i,j)}=\sum_{n=1}^{n_s} P_{{\rm straight},n} \sum_{n=1}^{n_b}
P_{{\rm bend},n}
\stopformula

\placeformula\startformula
{{\rm d} {\bf y}\over {\rm d} t} = f(t,{\bf y}) \quad {\bf y}(0)={\bf k}
\stopformula
\stoptext

i have no clue what you expect .. the bold y? if so ... we need to add the bold definition to the vf spec

mathematics.make_font ( "px-math", {
{ name = "texgyrepagella-regular", features = "virtualmath", main = true },
    { name = "pxr", vector = "traditional-mr" } ,
    { name = "pxmi", vector = "traditional-mi", skewchar=0x7F },
{ name = "pxsy", vector = "traditional-sy", skewchar=0x30, parameters = true } ,
    { name = "pxex", vector = "traditional-ex", extension = true } ,
    { name = "pxsya", vector = "traditional-ma" },
    { name = "pxsyb", vector = "traditional-mb" },
} )

(feel free to figure out what font -)



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to