|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultFormatType
This function has not been fully integrated into the long-term Mathematica system, and is subject to change.
DefaultFormatType
is an option for cells that specifies the format used for displaying expressions in a newly created cell.
DetailsDetails
- DefaultFormatType is usually defined in the style definition cell for a particular cell style. Its value determines the format type used when a new cell of that style is created.
- Typical settings for DefaultFormatType are
,
, and
. Each of these settings is in turn associated with a format type like StandardForm, TraditionalForm, InputForm, or OutputForm. - The CommonDefaultFormatTypes suboptions "Text",
, and
specify the format types associated with
,
, and
, respectively. For example, if you set CommonDefaultFormatTypes->{"Input"->StandardForm}, StandardForm will be used for any cell style that has DefaultFormatType->DefaultInputFormatType.
New in 4.0
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
