University of Windsor
Author
Sherif Saad
Last Updated
3 years ago
License
Creative Commons CC BY 4.0
Abstract
This is a beamer template for the Univerity of Windsor, Ontario, Canada.
Created by Sherif Saad from the school of computer science
\documentclass [xcolor=svgnames, t] {beamer}
\usepackage[utf8]{inputenc}
\usepackage{booktabs, comment}
\usepackage[absolute, overlay]{textpos}
\usepackage{pgfpages}
\usepackage[font=footnotesize]{caption}
\useoutertheme{infolines}
\definecolor{gold}{RGB}{254, 206, 0}
\setbeamercolor{title in head/foot}{bg=gold, fg=black}
\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}{0, 85, 150}
\usecolortheme[named=myuniversity]{structure}
\usepackage{tikz}
\title[RUNNING TITLE]{Your Presentation Title}
\subtitle{(Your Sub Title)}
\institute[]{School of Computer Science \\University of Windsor}
\titlegraphic{\includegraphics[height=2.5cm]{UWin.jpeg}}
\author[Main Author]{
Main Author ,
2nd Author,
3rd Author }
\institute[]{School of Computer Science \\University of Windsor}
\date{\today}
\addtobeamertemplate{navigation symbols}{}{%
\usebeamerfont{footline}%
\usebeamercolor[fg]{footline}%
\hspace{1em}%
\insertframenumber/\inserttotalframenumber
}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\logo{\includegraphics[scale=0.15]{UWin.jpeg}~%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%
\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}