Merge pull request #245 from twsh/titlegraphiclogo
Add options for title graphic and logo
This commit is contained in:
commit
12d96508c6
1 changed files with 6 additions and 0 deletions
|
@ -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)$
|
||||||
|
|
Loading…
Reference in a new issue