notation
Notation
Indicates that the content of the associated element will be coded in one of the named
notations.
Remarks
Implementor’s Note: Because the use of characters
such as “<” and “&” can
cause problems when TeX (or LaTeX) is embedded within XML, it is Best Practice to surround
all TeX and LaTeX by a CDATA section.
Used on Element: <tex-math>
| Value | Meaning |
|---|---|
| LaTeX | The content of the associated element will be in LaTeX. |
| TEX | The content of the associated element will be in TeX. |
| TeX | The content of the associated element will be in TeX. |
| tex | The content of the associated element will be in TeX. |
| Restriction | This is an optional attribute; there is no default. |