aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-15 09:58:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-15 09:58:43 -0700
commitbf73a151974d9bca89901052255cb10628b72960 (patch)
treebca57e587f32a4a1f064dd9d16824a2aa5cb0021 /MANUAL.txt
parent97a0ee23bc2d7ec90d193f41fb89f91bc66f6528 (diff)
downloadpandoc-bf73a151974d9bca89901052255cb10628b72960.tar.gz
MANUAL: note that `institute` variable works for HTML-based slides.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
1 files 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