OpenMathEncodingΒΆ
omdev.spad line 1 [edit on github]
OpenMathEncoding is the set of valid OpenMath encodings.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory
- OMencodingBinary: () -> %
OMencodingBinary()
is the constant for the OpenMath binary encoding.
- OMencodingSGML: () -> %
OMencodingSGML()
is the constant for the deprecated OpenMath SGML encoding.
- OMencodingUnknown: () -> %
OMencodingUnknown()
is the constant for unknown encoding types. If this is used on an input device, the encoding will be autodetected. It is invalid to use it on an output device.
- OMencodingXML: () -> %
OMencodingXML()
is the constant for the OpenMathXML
encoding.