diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-17 10:55:55 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-17 10:55:55 -0800 |
commit | 1f2c37392c808e15f1f2508fb5d4bb91f4e1483f (patch) | |
tree | a94effe2466c7792dbe5fef04331ecf1a6b949a8 /README | |
parent | 995f28ff0756ad2d3edb63ee073137b42ff6f17e (diff) | |
download | pandoc-1f2c37392c808e15f1f2508fb5d4bb91f4e1483f.tar.gz |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |