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