diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-06 17:02:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 17:02:18 +0100 |
commit | 12d96508c62189b4ff8c8b797d34cc9ef177f5ee (patch) | |
tree | 9f2d716df0230f5f17372f19b8718dcf86039fd9 | |
parent | f082ddb7aac658e500bc138d79e274790efd5bcf (diff) | |
parent | 017c194995f0820504e09619bb3b21f5ae6005d1 (diff) | |
download | pandoc-12d96508c62189b4ff8c8b797d34cc9ef177f5ee.tar.gz |
Merge pull request #245 from twsh/titlegraphiclogo
Add options for title graphic and logo
-rw-r--r-- | default.beamer | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default.beamer b/default.beamer index 58b90d7b3..4f2cae89a 100644 --- a/default.beamer +++ b/default.beamer @@ -230,6 +230,12 @@ $if(institute)$ \institute{$for(institute)$$institute$$sep$ \and $endfor$} $endif$ \date{$date$} +$if(titlegraphic)$ +\titlegraphic{\includegraphics{$titlegraphic$}} +$endif$ +$if(logo)$ +\logo{\includegraphics{$logo$}} +$endif$ \begin{document} $if(title)$ |