maction-dynamic-embellished-op-ref.html 962 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>dynamic maction and embellished op</title>
  5. </head>
  6. <body>
  7. <p>'<math><maction id="m1" selection="2"><mi>a</mi><mo>b</mo></maction></math>'</p>
  8. <p>'<math><maction id="m2" selection="2"><mo>b</mo><mi>a</mi></maction></math>'</p>
  9. <p>"<math><maction id="m3"><mo>b</mo></maction></math>"</p>
  10. <p>"<math><maction id="m3bis"><mi>a</mi><mo>b</mo></maction></math>"</p>
  11. <p>{<math><maction id="m4"><mi>a</mi></maction></math>}</p>
  12. <p>{<math><maction id="m4bis"><mo>b</mo><mi>a</mi></maction></math>}</p>
  13. <p>[<math>
  14. <mstyle id="m5" selection="2"><maction><mi>a</mi><mo>b</mo></maction></mstyle>
  15. </math>]</p>
  16. <p>[<math>
  17. <mstyle id="m6" selection="2"><maction><mo>b</mo><mi>a</mi></maction></mstyle>
  18. </math>]</p>
  19. <p>(<math id="m7" selection="2"><maction><mi>a</mi><mo>b</mo></maction></math>)</p>
  20. <p>(<math id="m8" selection="2"><maction><mo>b</mo><mi>a</mi></maction></math>)</p>
  21. </body>
  22. </html>