# .right margin command

The .right margin command sets the right
margin at a specific number of spaces from the right edge of the paper
and remains in affect until an .indent rmargin, .right margin or .standard command is
issued.

**Synonyms:** .rm

## Syntax

```
.right margin number.spaces
```

## Parameter(s)

| number.spaces | Specifies the margin from the right edge of the paper. If not specified, the default is 0. |
| --- | --- |

## See also

- [.indent rmargin command](https://d3codex.com/output-processor/dot-indent-rmargin-command/)
- [.standard command (Output processor)](https://d3codex.com/output-processor/dot-standard-command-output-processor/)
- [Output processor commands](https://d3codex.com/output-processor/output-processor-commands/)
- [Output processor overview](https://d3codex.com/output-processor/output-processor-overview/)

---
Source: https://d3codex.com/output-processor/dot-right-margin-command/ - part of the D3Codex reference.
