From bf73a151974d9bca89901052255cb10628b72960 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 15 May 2021 09:58:43 -0700 Subject: [PATCH] MANUAL: note that `institute` variable works for HTML-based slides. --- MANUAL.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 7ab07264d..734df0d3f 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2315,8 +2315,8 @@ math equations flush left using [YAML metadata](#layout) or with These affect HTML output when [producing slide shows with pandoc]. -All [reveal.js configuration options] are available as variables. -To turn off boolean flags that default to true in reveal.js, use `0`. +`institute` +: author affiliations: can be a list when there are multiple authors `revealjs-url` : base URL for reveal.js documents (defaults to @@ -2336,6 +2336,9 @@ To turn off boolean flags that default to true in reveal.js, use `0`. : additional attributes for the title slide of reveal.js slide shows. See [background in reveal.js and beamer] for an example. +All [reveal.js configuration options] are available as variables. +To turn off boolean flags that default to true in reveal.js, use `0`. + [reveal.js configuration options]: https://revealjs.com/config/ ### Variables for Beamer slides