| indent | Index Level | indent rmargin |
| Syntax |
.indent margin {-}number.spaces
.im {-}number.spaces |
| Category | Output Processor |
| Type | Command |
| Description |
adjusts the left margin a specified number of spaces.
If "number.spaces" is negative, the line begins to the left of the previously set left margin. If "number.spaces" is not specified, the indent defaults to 1 (one). If the command is in the middle of an attribute, the preceding text is output and the next word begins a new paragraph that is indented "number.spaces" spaces. The command stays in effect until the margin is changed. |
| Options | |
| See Also | indent im OP commands section tab set indent rmargin Output Processor |
| Example |
.nf
.indent 10 test .indent -5 line five |
| Warnings | |
| Compatibility | D3 7.0 AP |
| indent | Index Level | indent rmargin |