|
|
|||
|
|
|
| MATHEMATICA TUTORIAL | Related Tutorials »|Functions » |
option | typical default value | |
| AutoIndent | Automatic | whether to indent after an explicit Return character is entered |
| DelimiterFlashTime | 0.3 | the time in seconds to flash a delimiter when a matching one is entered |
| ShowAutoStyles | True | whether to show automatic style variations for syntactic and other constructs |
| ShowCursorTracker | True | whether an elliptical spot should appear momentarily to guide the eye if the cursor position jumps |
| ShowSpecialCharacters | True | whether to replace |
| ShowStringCharacters | True | whether to display |
| SingleLetterItalics | False | whether to put single-letter symbol names in italics |
| ZeroWidthTimes | False | whether to represent multiplication by a zero width character |
| InputAliases | {} | additional |
| InputAutoReplacements | {"->"->"→",...} | strings to automatically replace on input |
| AutoItalicWords | {"Mathematica",...} | words to automatically put in italics |
| LanguageCategory | "NaturalLanguage" | what category of language to assume a cell contains for spell checking and hyphenation |
Options associated with the interactive entering of expressions.
| "NaturalLanguage" | human natural language such as English |
| "Mathematica" | Mathematica input |
| "Formula" | mathematical formula |
| None | do no spell checking or hyphenation |
Settings for LanguageCategory to control spell checking and hyphenation.
option | typical default value | |
| StructuredSelection | False | whether to allow only complete subexpressions to be selected |
| DragAndDrop | False | whether to allow drag-and-drop editing |
Options associated with interactive manipulation of expressions.
| GridBox[data,opts] | give options that apply to a particular grid box |
| StyleBox[boxes,opts] | give options that apply to all boxes in boxes |
| Cell[contents,opts] | give options that apply to all boxes in contents |
| Cell[contents,GridBoxOptions->opts] | give default options settings for all GridBox objects in contents |
Examples of specifying options for the display of expressions.