|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ExportAutoReplacements
This function has not been fully integrated into the long-term Mathematica system, and is subject to change.
ExportAutoReplacements
is an option for cells that specifies which replacement rules Mathematica automatically applies when exporting text.
DetailsDetails
- ExportAutoReplacements is specified as a list, each element of which is a replacement rule of the form
. - This option allows you to control the appearance of selected expressions or operators in a notebook. Some replacement rules that are usually set by default are as follows.
- "->" → "\[Rule]"
- ":>" → "\[RuleDelayed]"
- "<=" → "\[LessEqual]"
- ">=" → "\[GreaterEqual]"
- "!=" → "\[NotEqual]"
- "==" → "\[Equal]"
New in 4.0
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
