mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
376 B
HTML
15 lines
376 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Mathematica Alphanumeric Italic</title>
|
||
|
<meta charset="utf-8"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<!-- The lowercase italic o should be smaller than the uppercase italic X
|
||
|
(this will fail if missing char boxes are used) -->
|
||
|
<math><mstyle mathbackground="red"><mphantom><mi>o</mi></mphantom></mstyle></math>
|
||
|
|
||
|
</body>
|
||
|
</html>
|