From 017c194995f0820504e09619bb3b21f5ae6005d1 Mon Sep 17 00:00:00 2001 From: Thomas Hodgson Date: Mon, 6 Feb 2017 15:26:18 +0000 Subject: Add options for title graphic and logo Allow specification of a title graphic and/or logo for Beamer. --- default.beamer | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.beamer b/default.beamer index 1dcc77e4e..16ec6f34a 100644 --- a/default.beamer +++ b/default.beamer @@ -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)$ -- cgit v1.2.3