diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-21 22:48:49 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-21 22:48:49 -0700 |
commit | 64544dea58cc6fd50aacd8d13e019198fa7647d1 (patch) | |
tree | 491bf39c2e65b37dde47ec3eebc30cff668c626f /default.beamer | |
parent | 05719b6491d26aa0fcb6a7de64aeebfc75955267 (diff) | |
download | pandoc-64544dea58cc6fd50aacd8d13e019198fa7647d1.tar.gz |
Added subtitle to html and latex formats.
Diffstat (limited to 'default.beamer')
-rw-r--r-- | default.beamer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.beamer b/default.beamer index 5455cf804..63dfdae5e 100644 --- a/default.beamer +++ b/default.beamer @@ -113,6 +113,9 @@ $endfor$ $if(title)$ \title{$title$} $endif$ +$if(subtitle)$ +\subtitle{$subtitle$} +$endif$ $if(author)$ \author{$for(author)$$author$$sep$ \and $endfor$} $endif$ |