You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
TeX
39 lines
1.5 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Based on a template downloaded from:
|
|
% http://www.LaTeXTemplates.com
|
|
%
|
|
% License:
|
|
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
|
%
|
|
% Changed theme to WSU by William King
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% COLORS AND THEMES
|
|
%----------------------------------------------------------------------------------------
|
|
%%% Setup color
|
|
\usetheme{Berkeley}
|
|
\definecolor{WSUred}{RGB}{152,30,50}
|
|
\definecolor{WSUgrey}{RGB}{94,106,113}
|
|
\setbeamercolor{palette primary}{bg=WSUred,fg=white}
|
|
\setbeamercolor{palette secondary}{bg=WSUred,fg=white}
|
|
\setbeamercolor{palette tertiary}{bg=WSUred,fg=white}
|
|
\setbeamercolor{palette quaternary}{bg=WSUred,fg=white}
|
|
\setbeamercolor{structure}{fg=WSUgrey} % itemize, enumerate, etc
|
|
\setbeamercolor{section in toc}{fg=WSUred} % TOC sections
|
|
\setbeamercolor{block body}{fg=WSUred} % block body sections
|
|
|
|
|
|
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
|
|
\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
|
|
\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
|
|
|
|
|
|
%%% setup packages
|
|
\usepackage{graphicx} % Allows including images
|
|
\graphicspath{{./img/}} %Set a graphics path
|
|
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
|
|
|