aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-17 10:55:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-17 10:55:55 -0800
commit1f2c37392c808e15f1f2508fb5d4bb91f4e1483f (patch)
treea94effe2466c7792dbe5fef04331ecf1a6b949a8 /README
parent995f28ff0756ad2d3edb63ee073137b42ff6f17e (diff)
downloadpandoc-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--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index d335588b1..192415199 100644
--- a/README
+++ b/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