[EMAIL PROTECTED] wrote:
> -> x:=104348/33215
>
>    104348
>    ------
>     33215
>
> -> factor(numer x)/factor(denom x)
>
>    2
>   2 19 1373
>   ---------
>   5 7 13 73
>
> but mathML output shows:
>
>    2
>   2 191373
>   ---------
>    571373
>
> Tim
>
>   
>   
Tim,

This patch just changes the character reference from #x02062; to #x02002;
which is OK for now but may introduce unwanted changes.  For instance do
we want 2xy or 2 x y?

Arthur

--- mathml.spad.pamphlet	2008-01-28 14:59:58.000000000 -0800
+++ mathml.spad.pamphlet.2008.03.16	2008-03-16 09:19:30.000000000 -0700
@@ -1269,7 +1269,7 @@
         op = ";"     => "<mo>;</mo>" --originally ; \: should figure these out
         op = "*"     => 
            checkargs := true
-           "<mo>&#x02062;</mo>"
+           "<mo>&#x02002;</mo>"
 	-- InvisibleTimes
         op = " "     => "<mspace width='0.5em'/>"
         op = "ROW"   => "</mtd><mtd>"
_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to