blob: c8c7ae36ac3ca7fdb5d14e9b21e31e79b952aa72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<title>mfrac denomalign</title>
</head>
<body>
<math>
<mfrac style="font-size: 300%">
<mrow><mn>a</mn><mo>+</mo><mn>b</mn><mo>+</mo><mn>c</mn><mo>+</mo><mn>d</mn><mo>+</mo><mn>e</mn></mrow>
<mi>x</mi>
</mfrac>
</math>
</body>
</html>
|