Sorry if this question reaches you twice, but the first time I used an email 
address not registered with this newsgroup.

The following mathml code typesets "x+1" twice. 

How can I select between either the mathml code or the annotation form? Thus 
avoiding having them typeset both.

Hans van der Meer

\startbuffer[example-1]
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN"
          "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd";>
<math mode="display" xmlns="http://www.w3.org/1998/Math/MathML";>
        <mrow><mi> x </mi> <mo> + </mo> <mn> 1 </mn> </mrow>
 <annotation encoding="TeX">
    x + 1
 </annotation>
</math>


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

Reply via email to