# .print toc

The .print toc command prints the complete
table of contents.

**Synonyms:** .ptoc

This includes topics made with these commands:

```
.prefix
.chapter
.section
.figure
.table
.appendix
```

## Syntax

```
.print toc
```

## See also

- [.appendix command](https://d3codex.com/output-processor/dot-appendix-command/)
- [.chapter command (Output processor)](https://d3codex.com/output-processor/dot-chapter-command-output-processor/)
- [.figure command](https://d3codex.com/output-processor/dot-figure-command/)
- [.prefix page command](https://d3codex.com/output-processor/dot-prefix-page-command/)
- [.section command (Output processor)](https://d3codex.com/output-processor/dot-section-command-output-processor/)
- [.table command](https://d3codex.com/output-processor/dot-table-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-print-toc/ - part of the D3Codex reference.
