|
|
||
|
|
| AutoIndent is an option for Style and Cell which specifies what automatic indentation should be done at the beginning of a new line after an explicit return character has been entered. |
| False | do no indentation | |
| True | indent the same as the previous line | |
| Automatic | indent according to the structure of the expression (default) |
Create a cell with AutoIndent->True:
Type some spaces at the beginning of a line: ![]() When you press the Enter key, Mathematica inserts the same indentation in the next line: ![]() Create a cell with AutoIndent->Automatic:
Every time you press Enter in this cell, Mathematica indents according to expression structure: ![]() As you edit the cell further, the structural indentation shifts appropriately: ![]() |
| © 2008 Wolfram Research, Inc. |