Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Math Typesetting Options & Tweaking >

LimitsPositioning

LimitsPositioning
is an option for UnderoverscriptBox and related boxes which specifies whether to change the positioning of underscripts and overscripts in the way conventional for limits.
  • UnderoverscriptBox[x, y, z, LimitsPositioning->False] is always displayed with explicit underscripts and overscripts, as .
  • The form is used when the box appears in a subscript or other script, or inline in a piece of text.
  • With the default setting LimitsPositioning->Automatic the display of UnderoverscriptBox[x, y, z] depends on x. If x is \[Sum], \[Product] or another form conventionally displayed with limits, then LimitsPositioning->True is effectively used. Otherwise, LimitsPositioning->False is used.
Define a low-level structure that has small underoverscript elements:
In[1]:=
Click for copyable input
With LimitsPositioning->True, the upper and lower scripts go to the right of the base:
In[2]:=
Click for copyable input
Out[2]=
With LimitsPositioning->False, the upper and lower scripts stay directly above and below:
In[3]:=
Click for copyable input
Out[3]=
With LimitsPositioning->Automatic, the side positions are used with base ∑, not with x:
In[4]:=
Click for copyable input
Out[4]=
New in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team