July 13, 2023

Generate a table of contents on a pdf document compiled with Pandoc

To generate a table of contents when converting a Markdown file to pdf with Pandoc, add --toc as an option, for example:

$ pandoc -o file.pdf file.md --toc

Adjust table of contents’ depth with --toc-depth=NUMBER; default is 3.


command-line interface (cli) personal computing pandoc trisquel GNU linux text processing office applications wiki

No affiliate links, no analytics, no tracking, no cookies. © 2016-2023 yctct.com. Content is licensed under CC BY-NC-SA 4.0 .