# .appendix command

The .appendix command alphabetically assigns letters to appendix
 titles and creates entries in the table of contents.

**Synonyms:** .apx

## Syntax

```
.appendix title
```

## Example(s)

Prints two appendixes and a table of contents.

```
.appendix ASCII codes
.appendix Device Types
.ptoc
```

## See also

- [.boldface command](https://d3codex.com/output-processor/dot-boldface-command/)
- [.italics command](https://d3codex.com/output-processor/dot-italics-command/)
- [.print ptoc command](https://d3codex.com/output-processor/dot-print-ptoc-command/)
- [.print toc](https://d3codex.com/output-processor/dot-print-toc/)
- [.underline command](https://d3codex.com/output-processor/dot-underline-command/)
- [.xul command](https://d3codex.com/output-processor/dot-xul-command/)
- [.xuw command](https://d3codex.com/output-processor/dot-xuw-command/)
- [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-appendix-command/ - part of the D3Codex reference.
