Add documentation for the variable hyperrefoptions.

This commit is contained in:
Wandmalfarbe 2019-10-03 19:56:49 +02:00 committed by John MacFarlane
parent 383023374b
commit 3459700312

View file

@ -1917,6 +1917,17 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine.
- heightrounded - heightrounded
... ...
`hyperrefoptions`
: option for [`hyperref`] package, e.g. `linktoc=all`;
repeat for multiple options:
---
hyperref:
- linktoc=all
- pdfwindowui
- pdfpagemode=FullScreen
...
`indent` `indent`
: uses document class settings for indentation (the default LaTeX template : uses document class settings for indentation (the default LaTeX template
otherwise removes indentation and adds space between paragraphs) otherwise removes indentation and adds space between paragraphs)