I have a simple formula where I would like to use the times symbol  
and the directive does not appear to be working. Am I doing something  
wrong here?

\usemodule[MathML]
\useXMLfilter[mml,mmp,mmc] % basic mathml/presentational/content

\starttext

\startXMLdata
<?context-mathml-directive times symbol yes?>
<formula>
<math>
        <apply><eq/>
                <ci> c </ci>
                <apply> <times/>
                        <ci> s </ci>
                        <ci> f </ci>
                </apply>
        </apply>
</math>
</formula>
\stopXMLdata

\stoptext


Using a setup also appears to be ineffective, e.g.

\setupMMLappearance[times][symbol=yes]

Lou
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to