blob: c5d73a9bba77f4623bb79fbf5a9c8a1014156d68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<title>mfrac linethickness</title>
</head>
<body>
<math>
<mfrac style="font-size: 300%" linethickness="200%">
<mi>a</mi>
<mi>b</mi>
</mfrac>
</math>
</body>
</html>
|