SubscriptBox
Usage
• SubscriptBox[x, y] is the low-level box representation for in input and output.
Notes
• Inside \( ... \) SubscriptBox[x, y] can be input as x \_ y. • In StandardForm, SubscriptBox[x, y] is interpreted on input as Subscript[x, y]. • The baseline of SubscriptBox[x, y] is taken to be the baseline of x. • SubscriptBox[x, y] is usually output with y in a smaller font than x. • In StandardForm, explicit SubscriptBox objects are output literally. You can use DisplayForm to see the display form of such objects. • New in Version 3.
|