diff options
author | Wandmalfarbe <Wandmalfarbe@users.noreply.github.com> | 2019-10-03 19:56:49 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-03 17:24:09 -0700 |
commit | 34597003122ef87a9b106dd5d8bf7d9c1fda1d63 (patch) | |
tree | f4cdd572ac6495b678f8b926c5cfb699f0b3767a | |
parent | 383023374b48b42f606091a6c4685a6215b2087b (diff) | |
download | pandoc-34597003122ef87a9b106dd5d8bf7d9c1fda1d63.tar.gz |
Add documentation for the variable `hyperrefoptions`.
-rw-r--r-- | MANUAL.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index a4f8c9c36..82bbd2fc1 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1917,6 +1917,17 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine. - heightrounded ... +`hyperrefoptions` +: option for [`hyperref`] package, e.g. `linktoc=all`; + repeat for multiple options: + + --- + hyperref: + - linktoc=all + - pdfwindowui + - pdfpagemode=FullScreen + ... + `indent` : uses document class settings for indentation (the default LaTeX template otherwise removes indentation and adds space between paragraphs) |