Re: Applications that use MathML

> On 26 Jan 2017, at 19:49, Gunter Königsmann <gunter@peterpall.de> wrote:
> 
>> 
>> I've added wxMaxima.
> Thanks a lot!
>> 
>> Are you sure Maxima itself, without wxMaxima, can output MathML? I don't
>> see any mention of MathML in the documentation.
> The documentation about this has been added quite recently so you might
> be using a version that doesn't tell so. But Support for MathML has been
> there for a long time and I've originally only added it to wxMaxima in
> order to find out what it is good for:
> 
> (%i2)    load("alt-display.mac")$
>    set_alt_display(2,mathml_display)$
> (%i3)    sin(a/b);
> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>mlabel</mi>
>     <mfenced separators=""><msub><mi>%o</mi> <mn>3</mn></msub>
>     <mo>,</mo><mi>sin</mi> <mfenced separators=""><mfrac><mrow>
>     <mi>a</mi> </mrow> <mrow><mi>b</mi> </mrow></mfrac> </mfenced>
> </mfenced> </math>

Indeed, that works. And I see it’s in the documentation, too, now that I know I have to look under alt-display...

I added Maxima in https://www.w3.org/Math/wiki/Tools#Scientific_Computation



Bert
--
  Bert Bos                                ( W 3 C ) http://www.w3.org/
  http://www.w3.org/people/bos                               W3C/ERCIM
  bert@w3.org                             2004 Rt des Lucioles / BP 93
  +33 (0)4 92 38 76 92            06902 Sophia Antipolis Cedex, France

Received on Thursday, 26 January 2017 20:23:26 UTC