Merge pull request #245 from twsh/titlegraphiclogo

Add options for title graphic and logo
This commit is contained in:
John MacFarlane 2017-02-06 17:02:18 +01:00 committed by GitHub
commit 12d96508c6

View file

@ -230,6 +230,12 @@ $if(institute)$
\institute{$for(institute)$$institute$$sep$ \and $endfor$} \institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$ $endif$
\date{$date$} \date{$date$}
$if(titlegraphic)$
\titlegraphic{\includegraphics{$titlegraphic$}}
$endif$
$if(logo)$
\logo{\includegraphics{$logo$}}
$endif$
\begin{document} \begin{document}
$if(title)$ $if(title)$