tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

direction-007-ref.html (844B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>mo and embellished mrow/munderover (lspace=1em rspace=2em)</title>
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8      math, math * {
      9          font: 25px/1 Ahem;
     10      }
     11    </style>
     12  </head>
     13  <body>
     14 
     15    <p>
     16      <math>
     17        <mtext>p</mtext><mo lspace="2em" rspace="1em">X</mo><mtext>p</mtext>
     18      </math>
     19    </p>
     20 
     21    <p>
     22      <math>
     23        <mtext>p</mtext>
     24        <mrow><mo lspace="2em" rspace="1em">X</mo></mrow>
     25        <mtext>p</mtext>
     26      </math>
     27    </p>
     28 
     29    <p>
     30      <math>
     31        <mtext>p</mtext>
     32        <munderover>
     33          <mo lspace="2em" rspace="1em">X</mo>
     34          <mtext>É</mtext>
     35          <mtext>É</mtext>
     36        </munderover>
     37        <mtext>p</mtext>
     38      </math>
     39    </p>
     40 
     41  </body>
     42 </html>