Add options for title graphic and logo

Allow specification of a title graphic and/or logo for Beamer.
This commit is contained in:
Thomas Hodgson 2017-02-06 15:26:18 +00:00 committed by GitHub
parent d4f203657a
commit 017c194995

View file

@ -227,6 +227,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)$