From 34597003122ef87a9b106dd5d8bf7d9c1fda1d63 Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Thu, 3 Oct 2019 19:56:49 +0200 Subject: [PATCH] Add documentation for the variable `hyperrefoptions`. --- MANUAL.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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)