diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-06 17:03:06 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-06 17:04:55 +0100 |
commit | d1c16c4785b177fc71358595ef8e3ac9bb75b4ba (patch) | |
tree | e704db28b0d6feea6983c769d5816999e43346b1 | |
parent | c604371aa49e7dbb12dc16dd27b6c67fa3084392 (diff) | |
download | pandoc-d1c16c4785b177fc71358595ef8e3ac9bb75b4ba.tar.gz |
default.beamer changes (Thomas Hodgson):
- Use dvipsnames options when colorlinks specified (otherwise
we get an error for 'maroon')
- Added titegraphic and logo variables.
-rw-r--r-- | MANUAL.txt | 6 | ||||
m--------- | data/templates | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 0762c3814..33aa51abe 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1188,6 +1188,12 @@ Variables for slides Variables are available for [producing slide shows with pandoc], including all [reveal.js configuration options]. +`titlegraphic` +: title graphic for Beamer documents + +`logo` +: logo for Beamer documents + `slidy-url` : base URL for Slidy documents (defaults to `http://www.w3.org/Talks/Tools/Slidy2`) diff --git a/data/templates b/data/templates -Subproject 1ae92a53c0bf0739a7875542d6895d28cd1e877 +Subproject 12d96508c62189b4ff8c8b797d34cc9ef177f5e |