Add options for title graphic and logo
Allow specification of a title graphic and/or logo for Beamer.
This commit is contained in:
parent
d4f203657a
commit
017c194995
1 changed files with 6 additions and 0 deletions
|
@ -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)$
|
||||
|
|
Loading…
Reference in a new issue