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