# .center command (Output processor)

The .center command centers the single
line of text that follows the command, can be anywhere in the text,
and does not need to be turned off. This command also causes a break
(new paragraph) to occur.

**Synonyms:** .c

## Syntax

```
.center
```

## Example(s)

The following example:

```
center Heading A
```
produces this output:

```
 Heading A
```
The following example:

```
Phone number : .center 714 261-7425
```
produces this output:

```
Phone number :
 714 261-7425
```

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