blob: 0a6155e7859b64f4b1b4528422cbae18481a288c (
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="50%">
<mi>a</mi>
<mi>b</mi>
</mfrac>
</math>
</body>
</html>
|