mmultiscript-align.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. </mrow>
  13. <mspace width="100px" height="10px" mathbackground="green"/>
  14. <mprescripts/>
  15. <mrow>
  16. <mspace width="50px" height="10px" mathbackground="blue"/>
  17. </mrow>
  18. <mspace width="100px" height="10px" mathbackground="green"/>
  19. </mmultiscripts>
  20. </math>
  21. <br/>
  22. <math>
  23. <mmultiscripts>
  24. <mspace width="50px" height="50px" mathbackground="red"/>
  25. <mspace width="100px" height="10px" mathbackground="green"/>
  26. <mrow>
  27. <mspace width="50px" height="10px" mathbackground="blue"/>
  28. </mrow>
  29. <mprescripts/>
  30. <mspace width="100px" height="10px" mathbackground="green"/>
  31. <mrow>
  32. <mspace width="50px" height="10px" mathbackground="blue"/>
  33. </mrow>
  34. </mmultiscripts>
  35. </math>
  36. </body>
  37. </html>