mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
488 B
HTML
30 lines
488 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>math as mstyle</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML" numalign="right">
|
|
<mfrac>
|
|
<mn>123</mn>
|
|
<mn>456789</mn>
|
|
</mfrac>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML" scriptsizemultiplier="1.414">
|
|
<mstyle>
|
|
<msup>
|
|
<mi>x</mi>
|
|
<mn>2</mn>
|
|
</msup>
|
|
</mstyle>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|