|
1 <html><head> |
|
2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Comparison of script elements</title></head> |
|
3 <body> |
|
4 msubsup: |
|
5 <math> |
|
6 <mmultiscripts style="background: red;"> |
|
7 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
8 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
|
9 <mtext style="background-color: rgba(0, 255, 0, 0.4);">ccc</mtext> |
|
10 </mmultiscripts> |
|
11 </math> |
|
12 |
|
13 <br><br> |
|
14 |
|
15 msubsup: |
|
16 <math> |
|
17 <mmultiscripts style="background: red;"> |
|
18 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
19 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
|
20 <none/> |
|
21 </mmultiscripts> |
|
22 </math> |
|
23 |
|
24 <br><br> |
|
25 |
|
26 msup / msubsup: |
|
27 <math> |
|
28 <mmultiscripts style="background: red;"> |
|
29 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
30 <none/> |
|
31 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
|
32 </mmultiscripts> |
|
33 </math> |
|
34 |
|
35 <math> |
|
36 <mmultiscripts style="background: red;"> |
|
37 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
38 <none/> |
|
39 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
|
40 </mmultiscripts> |
|
41 </math> |
|
42 |
|
43 <br><br> |
|
44 |
|
45 |
|
46 mrow / msub: |
|
47 <math> |
|
48 <mrow style="background: red;"> |
|
49 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
50 </mrow> |
|
51 </math> |
|
52 |
|
53 <math> |
|
54 <mrow style="background: red;"> |
|
55 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
56 </mrow> |
|
57 </math> |
|
58 |
|
59 <br><br> |
|
60 |
|
61 msupsub: |
|
62 <math> |
|
63 <mmultiscripts style="background: red;"> |
|
64 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
65 <none /> |
|
66 <none /> |
|
67 </mmultiscripts> |
|
68 </math> |
|
69 |
|
70 </body></html> |