<!doctype html>
<html>
<head>
<title>Test fonts</title>
<meta charset="utf-8"/>
<style>
math, span {
font-size: 20pt;
}
</style>
</head>
<body>
<p>Basic font-family test:</p>
<ul>
<li>monospace: <span style="font-family: monospace">A</span></li>
<li>STIXGeneral: <span style="font-family: STIXGeneral, monospace">A</span></li>
<li>STIX Math: <span style="font-family: STIX Math, monospace">A</span></li>
<li>Latin Modern Math: <span style="font-family: Latin Modern Math, monospace">A</span></li>
</ul>
<p>MathML Torture test 19:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mover>
<mrow>
<mi>x</mi>
<mo>+</mo>
<mo>...</mo>
<mo>+</mo>
<mi>x</mi>
</mrow>
<mover>
<mo>⏞</mo>
<mrow><mi>k</mi> <mspace width="thinmathspace"/> <mtext>times</mtext></mrow>
</mover>
</mover>
</math>
</p>
<p>MathML Torture test 14:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mrow>
<mo>(</mo>
<mfrac>
<msup>
<mo>∂</mo>
<mn>2</mn>
</msup>
<mrow>
<mo>∂</mo>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
</mrow>
</mfrac>
<mo>+</mo>
<mfrac>
<msup>
<mo>∂</mo>
<mn>2</mn>
</msup>
<mrow>
<mo>∂</mo>
<msup>
<mi>y</mi>
<mn>2</mn>
</msup>
</mrow>
</mfrac>
<mo>)</mo>
</mrow>
<msup>
<mrow>
<mo minsize="150%">|</mo>
<mi>φ <!-- \varphi --></mi>
<mo stretchy="false">(</mo>
<mi>x</mi>
<mo>+</mo>
<mi mathvariant="normal">i</mi>
<mi>y</mi>
<mo stretchy="false">)</mo>
<mo minsize="150%">|</mo>
</mrow>
<mn>2</mn>
</msup>
<mo>=</mo>
<mn>0</mn>
</mrow>
</math>
</p>
<p>Torture test 21:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<munder>
<mo>∑</mo>
<mrow>
<mi>p</mi>
<mtext> prime</mtext>
</mrow>
</munder>
<mi>f</mi>
<mo stretchy="false">(</mo>
<mi>p</mi>
<mo stretchy="false">)</mo>
<mo>=</mo>
<msub>
<mo stretchy="false">∫</mo>
<mrow>
<mi>t</mi>
<mo>></mo>
<mn>1</mn>
</mrow>
</msub>
<mi>f</mi>
<mo stretchy="false">(</mo>
<mi>t</mi>
<mo stretchy="false">)</mo>
<mspace width="thinmathspace"/>
<mi>d</mi>
<mi>π</mi>
<mo stretchy="false">(</mo>
<mi>t</mi>
<mo stretchy="false">)</mo>
</mrow>
</math>
</p>
</body>
</html>