|
DisplayForm
DisplayForm[expr] prints with boxes inside expr shown in explicit two-dimensional or other form.
In ordinary StandardForm output, boxes such as SubscriptBox are shown literally. In DisplayForm they are shown as explicit two-dimensional constructs.
Example: DisplayForm[SubscriptBox["x", "y"]]  .
DisplayForm acts as a "wrapper", which affects printing, but not evaluation.
See The Mathematica Book: Section 2.8.10.
See also: FullForm, ToExpression, ToBoxes.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |