none-002-ref.html (1320B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>none used at other places than mmultiscripts' script (reference)</title> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style> 8 math { font: 25px/1 Ahem; } 9 </style> 10 </head> 11 <body> 12 <p> 13 <math> 14 <msub> 15 <mrow></mrow> 16 <mn>2</mn> 17 </msub> 18 </math> 19 <math> 20 <msub> 21 <mn>1</mn> 22 <mrow></mrow> 23 </msub> 24 </math> 25 </p> 26 <p> 27 <math> 28 <msup> 29 <mrow></mrow> 30 <mn>2</mn> 31 </msup> 32 </math> 33 <math> 34 <msup> 35 <mn>1</mn> 36 <mrow></mrow> 37 </msup> 38 </math> 39 </p> 40 <p> 41 <math> 42 <msubsup> 43 <mrow></mrow> 44 <mn>2</mn> 45 <mn>3</mn> 46 </msubsup> 47 </math> 48 <math> 49 <msubsup> 50 <mn>1</mn> 51 <mrow></mrow> 52 <mn>3</mn> 53 </msubsup> 54 </math> 55 <math> 56 <msubsup> 57 <mn>1</mn> 58 <mn>2</mn> 59 <mrow></mrow> 60 </msubsup> 61 </math> 62 </p> 63 <p> 64 <math> 65 <mmultiscripts> 66 <mrow></mrow> 67 <mn>2</mn> 68 <mn>3</mn> 69 </mmultiscripts> 70 </math> 71 </p> 72 </body> 73 </html>