embellished-op-4-1-ref.html (751B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>embellished operators 4-1: some non-space-like children</title> 5 <link rel="stylesheet" href="/fonts/ahem.css" /> 6 <style> 7 @font-face { 8 font-family: operators; 9 src: url("/fonts/math/operators.woff"); 10 } 11 math { 12 font: 25px/1 Ahem; 13 } 14 mo { 15 font-family: operators; 16 } 17 </style> 18 </head> 19 20 <body> 21 <div> 22 <!-- two embellished operators --> 23 <math xmlns="http://www.w3.org/1998/Math/MathML"> 24 <mover> 25 <mtext>abcdef</mtext> 26 <mrow> 27 <mo stretchy="false">¯</mo> 28 <mo stretchy="false">¯</mo> 29 </mrow> 30 </mover> 31 </math> 32 </div> 33 </body> 34 </html>