|
InputAutoReplacements
InputAutoReplacements is an option for cells that determines if Mathematica should automatically apply a specified set of replacement rules to text being entered in a notebook.
The replacement rules to be applied are specified as a list, each element of which has the form, "string1" "string2".
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]"
":>" "\[DelayedRule]"
"<=" "\[LessEqual]"
">=" "\[GreaterEqual]"
"!=" "\[NotEqual]"
"==" "\[Equal]"
See also: ImportAutoReplacements, ExportAutoReplacements.
|