mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
365 B
HTML
18 lines
365 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>embellished operators 1: mrow</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>
|
||
|
<!-- mrow whose child is embellished op -->
|
||
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
||
|
<mover>
|
||
|
<mtext>abcdef</mtext>
|
||
|
<mrow><mo stretchy="false">¯</mo></mrow>
|
||
|
</mover>
|
||
|
</math>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|