blob: f3982b2c2ecf53c1952a93a5d1b9210eefe43e34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!DOCTYPE html>
<html>
<head>
<title>More mathvariant tests</title>
</head>
<body>
<math>
<mrow>
<mtext mathvariant="fraktur">𝒜</mtext>
<mtext mathvariant="fraktur">ℬ</mtext>
<mtext mathvariant="fraktur">á</mtext>
</mrow>
</math>
<p>
<math>
<mrow>
<mtext mathvariant="monospace">AAA</mtext>
</mrow>
</math>
<p>
<math>
<mstyle mathvariant="sans-serif">
<mrow>
<mtext>cos</mtext>
<mo>⁡</mo>
<mi>x</mi>
</mrow>
</mstyle>
</math>
<p>
<math mathvariant="sans-serif">
<mrow>
<mtext>cos</mtext>
<mo>⁡</mo>
<mi>x</mi>
</mrow>
</math>
</body>
</html>
|