-
Notifications
You must be signed in to change notification settings - Fork 0
/
beamerinnerthemefawkesminimal.sty
57 lines (48 loc) · 1.41 KB
/
beamerinnerthemefawkesminimal.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\ProvidesPackage{beamerinnerthemefawkesminimal}[2014/10/28]
% Copyright 2007 by Tim Niemueller <[email protected]>
%
% This program can be redistributed and/or modified under the terms
% of the GNU Public License, version 2.
\mode<presentation>
\useinnertheme[shadow=true]{rounded}
\defbeamertemplate*{title page}{fawkesminimal theme}[1][]
{
\begin{beamercolorbox}[sep=8pt,center,#1]{date}
\usebeamerfont{date}\insertdate%
\end{beamercolorbox}%
\vskip-.6cm
\begin{beamercolorbox}[colsep=0.05mm]{head bottom line}
\end{beamercolorbox}
\vfill
\hspace{-.5cm}\begin{minipage}{\paperwidth + 1cm}
\begin{beamercolorbox}[sep=8pt,#1]{title}
\usebeamerfont{title}\inserttitle\par%
\ifx\insertsubtitle\@empty%
\else%
\vskip0.25em%
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
\fi%
\end{beamercolorbox}%
\vskip1em\par
\begin{beamercolorbox}[sep=8pt,#1]{author}
\usebeamerfont{author}\insertauthor
\end{beamercolorbox}
\end{minipage}
%\vskip.6cm
\vfill
\begin{beamercolorbox}[sep=8pt,center,#1]{institute}
\usebeamerfont{institute}\insertinstitute
\end{beamercolorbox}
\begin{beamercolorbox}[colsep=0.05mm]{head bottom line}
\end{beamercolorbox}
\ifbeamer@addurl
\begin{minipage}{\textwidth}
\centering
\scriptsize
\textcolor{FawkesBrown}
\projecturl
\end{minipage}
\fi
}
\mode
<all>