aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANUAL.txt11
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)