summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamerthemetamu/theme/beamerthemetamu.sty
blob: 20b5d4576aaf5343da9b4be4848a384363957bac (plain)
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
% Copyright 2017 Alick Zhao <alick9188@gmail.com>
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License, version 1.3c or later, and/or
% 2. under the GNU Public License, version 2 or later.
%
% Last modified on: 2017-07-16

\mode<presentation>

\newif\ifbeamer@onlycurpagenum
\beamer@onlycurpagenumfalse
\newif\ifbeamer@infolines
\beamer@infolinesfalse
\newif\ifbeamer@secheader
\beamer@secheaderfalse
\DeclareOptionBeamer{onlycurpagenum}{\beamer@onlycurpagenumtrue}
\DeclareOptionBeamer{infolines}{\beamer@infolinestrue}
\DeclareOptionBeamer{secheader}{\beamer@secheadertrue}
\ProcessOptionsBeamer

%\usetheme[secheader]{Boadilla} % with header and footer
\useinnertheme{tamu}
\useoutertheme{tamu}
\usecolortheme{tamu}

\setbeamercovered{transparent}

% Background picture.
%\RequirePackage{graphicx} % includegraphics support
%\usebackgroundtemplate{%
%\includegraphics[width=\paperwidth,height=\paperheight]{tamu_bg.pdf}%
%}

\mode
<all>