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 | |
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.
-rw-r--r-- | README | 5 | ||||
m--------- | data/templates | 13 |
2 files changed, 11 insertions, 7 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 diff --git a/data/templates b/data/templates -Subproject 16e9428d8a86f6c95ef763a556e1297435e3032 +Subproject ff9ebaa31ae31401e236574e81c2e75609adc72 |