|
SOLUTIONS
|
MATHEMATICA 内置符号
AutoIndent
AutoIndent
是 Style 和 Cell的一个选项,用来指定在明确输入一个回车符后,在新的一行的开头应该怎样进行自动缩进.
更多信息更多信息
- AutoIndent 的可能设置:
-
False 不缩进 True 与前行采用同样的缩进 Automatic 根据表达式的结构缩进(缺省) - 若 AutoIndent->True,用于前行缩进的制表键或空格符将被显式插入新一行的开头.
- 若 AutoIndent->Automatic,行的断开总是由一个\[IndentingNewLine] 属性来指定,它们通常以
或\[NewLine]的形式被输入. - \[IndentingNewLine]之后的缩进会在每显示一个表达式时自动重新执行.
- \[IndentingNewLine]之后的缩进量通过设置 LineIndent 和LineIndentMaxFraction 的选项来确定.
版本 3 的新功能 | 版本 4 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
