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 > FractionBox >

FractionBox

FractionBox
is a low-level formatting construct that represents in notebook expressions.
  • Inside can be input as .
  • In a notebook a FractionBox can be created using Ctrl+/. Ctrl+Space moves out of the fraction.
  • The axis of FractionBox is taken to go through the fraction line. The baseline lies below the axis by the distance between the axis and the bottom of characters such as in the current font.
  • If FractionBox does not fit on a single line, it is output as .
Display a typeset fraction:
Display a fraction with typeset structures in the numerator and denominator:
Display a typeset fraction:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
 
Display a fraction with typeset structures in the numerator and denominator:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF