mo-lspace-rspace-ref.html 977 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>mo-lspace-rspace</title>
  6. </head>
  7. <body>
  8. <p>
  9. <!-- not in the operator dictionary -->
  10. <math>
  11. <mtext>_</mtext>
  12. <mspace width="thickmathspace" height="0" depth="0"></mspace>
  13. <mtext>MO</mtext>
  14. <mspace width="thickmathspace" height="0" depth="0"></mspace>
  15. <mtext>_</mtext>
  16. </math>
  17. </p>
  18. <p>
  19. <!-- operator.\u223F.infix = lspace:3 rspace:3 # sine wave -->
  20. <math>
  21. <mtext>_</mtext>
  22. <mspace width="thinmathspace" height="0" depth="0"></mspace>
  23. <mtext>&#x0223F;</mtext>
  24. <mspace width="thinmathspace" height="0" depth="0"></mspace>
  25. <mtext>_</mtext>
  26. </math>
  27. </p>
  28. <p>
  29. <!-- Invisible operator -->
  30. <math>
  31. <mtext>_</mtext>
  32. <mtext>&#x02061;</mtext>
  33. <mtext>_</mtext>
  34. </math>
  35. </p>
  36. </body>
  37. </html>