embellished-op-1-5-ref.html (776B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>embellished operators 1: mphantom</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 <!-- mphantom whose child is embellished op --> 23 <math xmlns="http://www.w3.org/1998/Math/MathML"> 24 <mover> 25 <mtext>abcdef</mtext> 26 <mrow> 27 <mtext>g</mtext> 28 <mphantom><mo stretchy="false">¯</mo></mphantom> 29 <mtext>h</mtext> 30 </mrow> 31 </mover> 32 </math> 33 </div> 34 </body> 35 </html>