|
MathMLForm
MathMLForm[expr] prints as a MathML form of expr.
MathMLForm gives presentation MathML, although its output can normally be interpreted by Mathematica.
MathMLForm[expr] gives MathML for the TraditionalForm of expr.
MathMLForm[StandardForm[expr]] gives MathML for the StandardForm of expr.
MathMLForm acts as a "wrapper", which affects printing, but not evaluation.
MathMLForm gives special characters using HTML aliases.
See Section 1.11.7 and Section 2.9.1.
See also: HTMLSave, Export, TeXForm, Import.
New in Version 4.1.
|