Added 'navigation' variable to beamer template.
Valid values are `empty` (the default), `horizontal`, `vertical`, and `frame`. Note that this changes the default behavior from `horizontal` to `empty`. Closes #2543.
This commit is contained in:
parent
995f28ff07
commit
1f2c37392c
2 changed files with 6 additions and 1 deletions
5
README
5
README
|
@ -1115,6 +1115,11 @@ including all [reveal.js configuration options].
|
|||
`theme`, `colortheme`, `fonttheme`, `innertheme`, `outertheme`
|
||||
: themes for LaTeX [`beamer`] documents
|
||||
|
||||
`navigation`
|
||||
: controls navigation symbols in `beamer` documents
|
||||
(default is `empty` for no navigation symbols; other valid values
|
||||
are `frame`, `vertical`, and `horizontal`).
|
||||
|
||||
[reveal.js configuration options]: https://github.com/hakimel/reveal.js#configuration
|
||||
|
||||
Variables for LaTeX
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 16e9428d8a86f6c95ef763a556e1297435e3032d
|
||||
Subproject commit ff9ebaa31ae31401e236574e81c2e75609adc727
|
Loading…
Reference in a new issue