tor-browser

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

mmultiscript-003-ref.html (1329B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>alignment of mmultiscript sub/superscripts</title>
      5  </head>
      6  <body>
      7    <math>
      8      <mmultiscripts>
      9        <mspace width="50px" height="50px" mathbackground="red"/>
     10        <mrow>
     11          <mspace width="50px" height="10px" mathbackground="blue"/>
     12          <mspace width="50px" height="10px"/>
     13        </mrow>
     14        <mspace width="100px" height="10px" mathbackground="green"/>
     15        <mprescripts/>
     16        <mrow>
     17          <mspace width="50px" height="10px"/>
     18          <mspace width="50px" height="10px" mathbackground="blue"/>
     19        </mrow>
     20        <mspace width="100px" height="10px" mathbackground="green"/>
     21      </mmultiscripts>
     22    </math>
     23    <br/>
     24    <br/>
     25    <math>
     26      <mmultiscripts>
     27        <mspace width="50px" height="50px" mathbackground="red"/>
     28        <mspace width="100px" height="10px" mathbackground="green"/>
     29        <mrow>
     30          <mspace width="50px" height="10px" mathbackground="blue"/>
     31          <mspace width="50px" height="10px"/>
     32        </mrow>
     33        <mprescripts/>
     34        <mspace width="100px" height="10px" mathbackground="green"/>
     35        <mrow>
     36          <mspace width="50px" height="10px"/>
     37          <mspace width="50px" height="10px" mathbackground="blue"/>
     38        </mrow>
     39      </mmultiscripts>
     40    </math>
     41  </body>
     42 </html>