|
SOLUTIONS
|
XML 程序包 符号
BoxesToSymbolicMathML
BoxesToSymbolicMathML[boxes]
converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.
更多信息更多信息
- To use
, you first need to load the XML Package using Needs["XML`"]. - The following options can be given:
-
"Annotations" {} annotations to add to the output (acceptable values are combinations of
,
, and
)"Formats" {"PresentationMathML"} type of MathML markup to generate "IncludeMarkupAnnotations" True whether to add annotation when exporting a formula with constructs specific to Mathematica and no clear counterpart in MathML "MathAttributes" {} attributes to add to the root element of the MathML "UseUnicodePlane1Characters" True whether to replace plane 1 Unicode characters with similar plane 0 characters
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



