Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Low-Level Notebook Structure >

OverscriptBox

OverscriptBox[x, y]
is the low-level box representation for in notebook expressions.
  • In a notebook, an OverscriptBox can be created using Ctrl+7 or Ctrl+&. Ctrl+Space moves out of the overscript position.
  • The following special interpretations are made:
OverscriptBox[x,"_"]OverBar[x]
OverscriptBox[x,"RightVector"]OverVector[x]
OverscriptBox[x,"~"]OverTilde[x]
OverscriptBox[x,"^"]OverHat[x]
OverscriptBox[x,"."]OverDot[x]
  • For these special cases special input forms such as x\&_ can be used.
  • The baseline of OverscriptBox[x, y] is taken to be the baseline of x.
  • OverscriptBox[x, y] is usually output with y in a smaller font than x.
  • With the option setting LimitsPositioning->True, y is placed in an overscript position when the whole OverscriptBox is displayed large, and in a superscript position when it is displayed smaller.
Display a letter with an overscript:
An OverscriptBox form is typically interpreted as an Overscript expression:
The standard formatting for Overscript uses OverscriptBox:
The formatted result looks like this:
New in 3 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team