AH Formatter /
XSL Formatter
XSLT/XSL-FO/SVG/MathML ConformanceMathML |
|
| Q. | I specified the fontsize of less than 8pt in MathML, but the specification was not reflected. [No.2005011402] |
|---|---|
| A. |
In MathML, the default value of the lowest size of the font( For example.
<math ...>
<mrow>
<mstyle scriptminsize="2pt">
<mtext>AA</mtext>
...
</mstyle>
</mrow>
</math>
|