mo-movablelimits-from-in-flow-ref.html (614B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title><mo> movablelimits</title> 6 <style> 7 math, math * { 8 font: 25px/1 Ahem; 9 } 10 </style> 11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 12 </head> 13 <body> 14 <math> 15 <msub> 16 <mo lspace="0px" rspace="0px">+</mo> 17 <mn>1</mn> 18 </msub> 19 <msup> 20 <mo lspace="0px" rspace="0px">+</mo> 21 <mn>1</mn> 22 </msup> 23 <msubsup> 24 <mo lspace="0px" rspace="0px">+</mo> 25 <mn>1</mn> 26 <mn>2</mn> 27 </msubsup> 28 </math> 29 </body> 30 </html>