# .standard command (Runoff)

The .standard command defines the default
parameter and mode settings for Runoff text.

## Syntax

```
.standard
```
Default parameters:

```
.capitalize sentences
.crt
.fill
.footing (null)
.heading (null)
.justify
.left margin 0
.line length 70
.paragraph 5
.upper case
```

## See also

- [.capitalize sentences command](https://d3codex.com/runoff/dot-capitalize-sentences-command/)
- [.crt command (Runoff)](https://d3codex.com/runoff/dot-crt-command-runoff/)
- [.end case command (Runoff)](https://d3codex.com/runoff/dot-end-case-command-runoff/)
- [.fill command](https://d3codex.com/runoff/dot-fill-command/)
- [.heading command (Runoff)](https://d3codex.com/runoff/dot-heading-command-runoff/)
- [.justify command (Runoff)](https://d3codex.com/runoff/dot-justify-command-runoff/)
- [.left margin command (Runoff)](https://d3codex.com/runoff/dot-left-margin-command-runoff/)
- [.line length command (Runoff)](https://d3codex.com/runoff/dot-line-length-command-runoff/)
- [.paragraph command (Runoff)](https://d3codex.com/runoff/dot-paragraph-command-runoff/)
- [.upper case command (Runoff)](https://d3codex.com/runoff/dot-upper-case-command-runoff/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)

---
Source: https://d3codex.com/runoff/dot-standard-command-runoff/ - part of the D3Codex reference.
