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