view Beamer-Presentation/Slides.tex @ 1:dbac188fbb92

Add Poster Template
author Dave <d.j.moffat@qmul.ac.uk>
date Mon, 14 Sep 2015 16:20:10 +0100
parents
children
line wrap: on
line source
\documentclass[handout]{beamer}
\usepackage{C4DMlecturetheme}
\usecolortheme{beaver}
\usepackage{subcaption}
\captionsetup{compatibility=false}
%Credits go to Christopher Harte, afaik!
%Thanks Chris

% Set up the lecture details here
\setlecturedetails
%COURSE DETAILS:
	{COURSE TITLE} % COURSE TITLE
	 {ECS123 }% COURSE CODE
%
%LECTURER DETAILS:
	{Lecturer Name} % LECTURER NAME(s)
	{l.name@qmul.ac.uk} % LECTURER EMAIL(s)
	{eecs.qmul.ac.uk} % COURSE WEBPAGE URL
%
%LECTURE DETAILS:
	{1} % LECTURE NUMBER
	{Lecture Title} % LECTURE TITLE
\institute{School of Electronic Engineering and Computer Science\\
Queen Mary University of London}

\date[12 September 2014]{12 September 2014}

%\pgfdeclareimage[height=5mm]{theLogo}{QMULlogo}
%\logo{\pgfuseimage{theLogo}}

\beamerdefaultoverlayspecification{<+->}

\begin{document}
%\section{Lecture \lecturenumber}
%\subsection{ \lecturetitle}
\maketitle



%\separator{Project Overview}
%
\begin{frame}
\frametitle{Background}
\begin{columns}[c]
\column{2.5in}
aaaa
\begin{enumerate}
\item Item
\item Item
\item Item
\item Item
\end{enumerate}
\column{2.5in}
\begin{itemize}
\item Item
\item Item
\item Item
\end{itemize}
\end{columns}
\end{frame}

\end{document}