banner logo
Home | Projects | Docs | Jargon
Bugzilla | LXR | Tree Status | Checkins
Feedback | FAQ | Search

MathML Demo: <mmultiscripts> - attach prescripts and tensor indices to a base

NOTES:
  1. Alternate stylesheets are available from: View → Page Style → STIX | Asana Math | MathJax
  2. Right click on a MathML fragment and choose View MathML Source to get its source.
  3. In the examples below, the text won't be allowed to decrease pass the scriptminsize or your browser's minimum allowable font size -- this can be set with Tools → Options → Content tab → Fonts & Colors → Advanced button → Minimum font size. To see the effect of the gradual decrease induced by changes in script levels more clearly, you may have to increase your default font size in the menu: Tools → Options → Content tab → Fonts & Colors → Size.
    • Here is how the alphabet looks like at scriptminsize: a, b, c ... x, y, z
    • Here is how greek letters look like at scriptminsize: α, β, γ ..., ψ, ω, ϑ, ϒ, ϖ
    • Here is how numbers look like at scriptminsize: 0, 1, 2, ..., 10, 11, 12, ...
  4. You can use View → Zoom → Text Zoom only checked in the usual way to zoom the MathML text along with the other text.
  5. The text written that way in the above remarks describes items in the menu bar. If you only see the Firefox menu, you can enable the menu bar with Firefox → Options → Menubar.

A MathML mmultiscripts object allows you to build tensor-like objects. For example M c d a b . The scripts come in pairs, with <mprescripts/> used to indicate prescripts and <none/> used to hold an empty position as in F b a . There are some variations possible: <mmultiscripts> A a b c d , nested <msubsup>s A a b c d , or &InvisibleComma; A a c b d .

displays

A MathML mmultiscripts objects allows you to build tensor-like objects. For example M c d a b The scripts come in pairs, with <mprescripts/> used to indicate prescripts and <none/> used to hold an empty position as in F b a There are some variations possible: <mmultiscripts> A a b c d nested <msubsup>s A a b c d or &InvisibleComma; A a c b d