Brown University
Author
Baylor Fox-Kemper
Last Updated
3 years ago
License
Creative Commons CC BY 4.0
Abstract
A basic Madrid Beamer template with Brown University colors and logos.
\documentclass [xcolor=svgnames, t] {beamer}
\usepackage[utf8]{inputenc}
\usepackage{booktabs, comment}
\usepackage[absolute, overlay]{textpos}
\usepackage{pgfpages}
\usepackage[font=footnotesize]{caption}
\useoutertheme{infolines}
\definecolor{brownbrown}{RGB}{56, 28, 0}
\definecolor{brownred}{RGB}{228, 0, 43}
\setbeamercolor{title in head/foot}{bg=brownred, fg=brownbrown}
\setbeamercolor{author in head/foot}{bg=myuniversity}
\setbeamertemplate{page number in head/foot}{}
\usepackage{csquotes}
\usepackage{amsmath}
\usepackage[makeroom]{cancel}
\usepackage{textpos}
\usepackage{tikz}
\usetheme{Madrid}
\definecolor{myuniversity}{RGB}{56, 28, 0}
\usecolortheme[named=myuniversity]{structure}
\usepackage{tikz}
\title[RUNNING TITLE]{Your Presentation Title}
\subtitle{(Your Sub Title)}
\institute[]{Department of Earth, Environmental, and Planetary Sciences \\Brown University}
\titlegraphic{\includegraphics[height=2.0cm]{brown-logo.png}}
\author[Main Author]{
Main Author ,
2nd Author,
3rd Author }
\institute[]{Department of Earth, Environmental, and Planetary Sciences \\Brown University}
\date{\today}
\addtobeamertemplate{navigation symbols}{}{%
\usebeamerfont{footline}%
\usebeamercolor[fg]{footline}%
\hspace{1em}%
\insertframenumber/\inserttotalframenumber
}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\logo{\includegraphics[height=1.0cm]{brown-arms.png}~%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
\end{frame}
\section{Introduction}
\begin{frame}{Beamer Template}
Here is a cation example, you are welcome to use any style \cite{Vishwanath10}
\end{frame}
\section{Literature Review}
\section{Methodology}
\section{Experiment}
\section{Conclusion}
\begin{frame} [allowframebreaks]\frametitle{References}
\bibliographystyle{apalike}
\bibliography{bibfile}
\end{frame}
\end{document}