MANUAL: note that institute
variable works for HTML-based slides.
This commit is contained in:
parent
97a0ee23bc
commit
bf73a15197
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue