comparison 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
comparison
equal deleted inserted replaced
0:8562b7ff6e83 1:dbac188fbb92
1 \documentclass[handout]{beamer}
2 \usepackage{C4DMlecturetheme}
3 \usecolortheme{beaver}
4 \usepackage{subcaption}
5 \captionsetup{compatibility=false}
6 %Credits go to Christopher Harte, afaik!
7 %Thanks Chris
8
9 % Set up the lecture details here
10 \setlecturedetails
11 %COURSE DETAILS:
12 {COURSE TITLE} % COURSE TITLE
13 {ECS123 }% COURSE CODE
14 %
15 %LECTURER DETAILS:
16 {Lecturer Name} % LECTURER NAME(s)
17 {l.name@qmul.ac.uk} % LECTURER EMAIL(s)
18 {eecs.qmul.ac.uk} % COURSE WEBPAGE URL
19 %
20 %LECTURE DETAILS:
21 {1} % LECTURE NUMBER
22 {Lecture Title} % LECTURE TITLE
23 \institute{School of Electronic Engineering and Computer Science\\
24 Queen Mary University of London}
25
26 \date[12 September 2014]{12 September 2014}
27
28 %\pgfdeclareimage[height=5mm]{theLogo}{QMULlogo}
29 %\logo{\pgfuseimage{theLogo}}
30
31 \beamerdefaultoverlayspecification{<+->}
32
33 \begin{document}
34 %\section{Lecture \lecturenumber}
35 %\subsection{ \lecturetitle}
36 \maketitle
37
38
39
40 %\separator{Project Overview}
41 %
42 \begin{frame}
43 \frametitle{Background}
44 \begin{columns}[c]
45 \column{2.5in}
46 aaaa
47 \begin{enumerate}
48 \item Item
49 \item Item
50 \item Item
51 \item Item
52 \end{enumerate}
53 \column{2.5in}
54 \begin{itemize}
55 \item Item
56 \item Item
57 \item Item
58 \end{itemize}
59 \end{columns}
60 \end{frame}
61
62 \end{document}