TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
TraditionalForm converts the selection to Mathematica TraditionalForm.
TraditionalForm differs from StandardForm, the default format for input and output. It is important to understand that TraditionalForm expressions cannot always be provided ...
TraditionalForm Display displays the selection in Mathematica TraditionalForm
Here is one way to enter a particular expression. Here is another way to enter the same expression. With a notebook front end, you can also enter the expression directly in ...
Converting from strings or boxes to expressions. This takes a string and interprets it as an expression. Here is the box structure corresponding to the textual form of an ...
Mathematica provides a compact way of representing boxes in terms of strings. This is particularly convenient when you want to import or export specifications of boxes as ...
CommonDefaultFormatTypes -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies default formats for newly created cells.
DefaultInlineFormatType is an option for cells that specifies the format used for displaying expressions in a newly created inline cell.
FormBox
(Built-in Mathematica Symbol) FormBox[boxes, form] is a low-level box construct which displays as boxes but specifies that rules associated with form should be used to interpret boxes on input.