diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-08-06 22:43:51 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-08-06 22:43:51 +0200 |
commit | cde1f008134c854e241e3ff9c4d352a84e64356e (patch) | |
tree | b27c1d7c33bdcab729deefbb7b4b06ca60da9eb5 | |
parent | a480293b3c99780bcf34c81bdac125694a38f8a2 (diff) | |
download | pandoc-cde1f008134c854e241e3ff9c4d352a84e64356e.tar.gz |
Added `beamerarticle` variable.
This causes the `beamerarticle` package to be loaded
in beamer, to produce an article from beamer slides.
(Carsten Gips)
-rw-r--r-- | MANUAL.txt | 4 | ||||
m--------- | data/templates | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 8d5be98f8..07ffcd7b0 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1173,6 +1173,10 @@ including all [reveal.js configuration options]. : enables on "title pages" for new sections in `beamer` documents (default = true). +`beamerarticle` +: when true, the `beamerarticle` package is loaded (for + producing an article from beamer slides). + [reveal.js configuration options]: https://github.com/hakimel/reveal.js#configuration Variables for LaTeX diff --git a/data/templates b/data/templates -Subproject 8bed1acf2271c84ae564d6f0b9adcdc4d5c71d2 +Subproject 765b5c5685ea501961a1a84d7fe0ed936613a8a |