1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
--- status: DRAFT
--- author(s): from before
--- notes:
undocumented {
(mathML,VerticalList),
(mathML, Adjacent),
(mathML, Array),
(mathML, Boolean),
(mathML, CacheFunction),
(mathML, ChainComplex),
(mathML, ChainComplexMap),
(mathML, CoherentSheaf),
(mathML, Divide),
(mathML, Expression),
(mathML, FunctionApplication),
(mathML, GradedModule),
(mathML, GradedModuleMap),
(mathML, GroebnerBasis),
(mathML, HashTable),
(mathML, Holder),
-- (mathML, Holder2),
(mathML, Hypertext),
(mathML, Ideal),
(mathML, ImmutableType),
(mathML, IndexedVariableTable),
(mathML, InfiniteNumber),
(mathML, List),
(mathML, LITERAL),
(mathML, MatrixExpression),
(mathML, Minus),
(mathML, ModuleMap),
(mathML, Monoid),
(mathML, MonoidElement),
(mathML, MutableHashTable),
(mathML, MutableMatrix),
(mathML, Net),
(mathML, Nothing),
(mathML, OneExpression),
(mathML, Option),
(mathML, OptionTable),
(mathML, Package),
(mathML, Power),
(mathML, Product),
(mathML, ProjectiveHilbertPolynomial),
(mathML, QQ),
(mathML, BettiTally),
(mathML, Resolution),
(mathML, RingMap),
(mathML, RR),
(mathML, ScriptedFunctor),
(mathML, Sequence),
(mathML, Set),
(mathML, SheafOfRings),
(mathML, String),
(mathML, Subscript),
(mathML, Sum),
(mathML, Superscript),
(mathML, Symbol),
(mathML, VirtualTally),
(mathML, Thing),
(mathML, Type),
(mathML, Variety),
(mathML, ZeroExpression),
(mathML, ZZ)
}
document {
Key => mathML,
Headline => "convert to MathML format",
Usage => "mathML x",
Inputs => {
"x" => "any Macaulay2 object"
},
Outputs => {
String => {TT "x", " converted to ML format"}
},
EXAMPLE {
"R = ZZ[x,y];",
"mathML (x+2*y-1)^2"
},
EXAMPLE {
"mathML matrix {{x,y},{x^2+2,0}}"
},
SeeAlso => {tex, texMath}
}
|