axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] mathML bug? (bug 7113)


From: Arthur Ralfs
Subject: Re: [Axiom-developer] mathML bug? (bug 7113)
Date: Sun, 16 Mar 2008 09:38:01 -0700
User-agent: Thunderbird 2.0.0.9 (X11/20070801)

address@hidden 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>"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]