This section describes a bare-bones implementation of the framework for generating MathML representations. It is intended to be used as a reference for implementing the framework, and as a starting point for implementing the framework for other languages - not as a fully functional implementation of the framework.
‣ GenMathmlTmpl ( obj ) | ( operation ) |
Returns: An Unpopulated MathML Format String
Generates a format string that represents the structural definition of the given GAP object obj in MathML. It contains no parameter values, and will need to be populated with the arguments representing the semantic values of the object, generated via GenArgs
(1.2-1), before it can be rendered in a MathML environment.
generated by GAPDoc2HTML