Skip to content

Commit

Permalink
Merge pull request matze#30 from Leonidas-from-XIV/feature/titlegraphic
Browse files Browse the repository at this point in the history
Added optional support for title graphics
  • Loading branch information
matze committed Feb 20, 2015
2 parents bc4efd4 + b93ae3b commit c718907
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beamerthemem.sty
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
{
\begin{minipage}[b][\paperheight]{\textwidth}
\vfill
\ifx\inserttitlegraphic\@empty%
\else%
{\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par}%
\vspace*{0.5em}
\fi%
\ifx\inserttitle\@empty%
\else%
{\raggedright\linespread{1.0}\usebeamerfont{title}\usebeamercolor[fg]{title}\scshape\MakeLowercase{\inserttitle}\par}%
Expand Down

0 comments on commit c718907

Please sign in to comment.