-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathingenuitylabs-slides-example.tex
274 lines (225 loc) · 7.21 KB
/
ingenuitylabs-slides-example.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
% INGENUITYLABS-SLIDES-EXAMPLE.TEX
% Created 2022/01/20 by Joshua A. Marshall <[email protected]>
% Note: You must compile your LaTeX document using XeLaTeX.
% !TEX engine = xelatex
\documentclass[fleqn]{ingenuitylabs-slides}
% ---------------------------------------------------------------------------
% INSTRUCTIONS
%
% To change the background for a slide (and subsequent slides),
% invoke one of the following commands to switch backgrounds.
%
% \SlideThemeWhiteA
% \SlideThemeWhiteB
% \SlideThemeColourful
% \SlideBlue
% \SlideRed
% \SlideBlack
% \SlideWhite
% ---------------------------------------------------------------------------
% TEMPLATE OPTIONS
% Uncomment the line below if you want to remove the slide numbers
% \setbeamertemplate{footline}{~}
% ---------------------------------------------------------------------------
% PRESENTATION INFO
\title{The Presentation Title}
\subtitle{A Subtitle for the Presentation}
\author{Firstname M.~Lastname}
\institute{Ingenuity Labs Research Institute \\
Queen's University \\
Kingston, Ontario, Canada}
\date{\today}
\begin{document}
% ---------------------------------------------------------------------------
% TITLE SLIDES
% Standard theme title slide
\SlideThemeWhiteA
\begin{frame}
\titlepage
\end{frame}
% Alternate theme title slide (red)
\SlideThemeRed
\begin{frame}
\titlepage
\end{frame}
% Alternate theme title slide (blue)
\SlideThemeBlue
\begin{frame}
\titlepage
\end{frame}
% Alternate theme title slide (gold)
\SlideThemeGold
\begin{frame}
\titlepage
\end{frame}
% ---------------------------------------------------------------------------
% OUTLINE SLIDE
\SlideThemeWhiteA
\begin{frame}
\frametitle{Outline}
\tableofcontents
\end{frame}
% ---------------------------------------------------------------------------
% CUSTOMIZE SLIDE FOOTER
% Comment out or change these lines if you want additional info in the footer
\setbeamertemplate{footline}{
\usebeamerfont{footline}
\hspace{6pt}
\insertsection\sep\inserttitle\sep\insertauthor
\hfill
\insertframenumber~of~\inserttotalframenumber
\hspace{6pt}
\vspace{6pt}
}
% ---------------------------------------------------------------------------
% NEW SECTION SLIDE
\section{Introduction}
\SlideThemeWhiteA
\begin{frame}
\flushleft
{\bf\LARGE \insertsection}
\end{frame}
% ---------------------------------------------------------------------------
\SlideThemeWhiteB
\begin{frame}
\frametitle{Basic Theme Slide with Bullets}
\begin{itemize}
\item Itemized bullet number 1
\begin{itemize}
\item Sub-bullet number 1.1
\item Sub-bullet number 1.2
\end{itemize}
\item Itemized bullet number 2
\end{itemize}
\end{frame}
% ---------------------------------------------------------------------------
\SlideThemeColourful
\begin{frame}
\frametitle{Colourful Slide with a Numbered List}
\begin{enumerate}
\item Enumerated item number 1
\item Enumerated item number 2
\end{enumerate}
\end{frame}
% ---------------------------------------------------------------------------
% NEW SECTION SLIDE
\section{Another Section}
\SlideThemeWhiteA
\begin{frame}
\flushleft
{\bf\LARGE \insertsection}
\end{frame}
% ---------------------------------------------------------------------------
\SlideWhite
\begin{frame}[fragile]
\frametitle{Code with Syntax Highlighting}
\begin{block}{Example Python Code Listing}
\begin{minted}{python}
import numpy as np
x = np.zeros(5)
\end{minted}
\end{block}
\end{frame}
% ---------------------------------------------------------------------------
\SlideWhite
\begin{frame}[fragile]
\frametitle{Example Theorem Environment}
\begin{thm}
The equilibrium point $\mbf{x}=\mbf{0}$ of $\dot{\mbf{x}}=\mbf{Fx}$ is asymptotically stable if and only if the eigenvalues $\lambda_{i}$ of $\mbf{F}$ satisfy $\textup{Re}\lambda_{i}<0$.
\end{thm}
\end{frame}
% ---------------------------------------------------------------------------
\SlideWhite
\begin{frame}[fragile]
\frametitle{Example Alert Block}
\begin{alertblock}{This is an Alert Block}
Use this environment to draw attention to important stuff.
\end{alertblock}
\end{frame}
% ---------------------------------------------------------------------------
\SlideWhite
\begin{frame}
\frametitle{Adding a Figure and Using a Blank Slide}
\begin{columns}
\column{0.5\textwidth}
\begin{itemize}
\item This is a standard bullet item
\item[] This is another bullet item, but without the bullet
\item Notice how to include a caption
\end{itemize}
\column{0.5\textwidth}
\begin{figure}
\flushleft
\includegraphics[width=0.6\columnwidth]{figs/ingenuitylabs-logo-colourful.pdf}
\caption{This is the Ingenuity Labs Research Institute's logo.}
\end{figure}
\end{columns}
\end{frame}
% ---------------------------------------------------------------------------
\SlideWhite
\begin{frame}
\frametitle{Here is a Table Example}
\begin{table}
\caption{This is an example of a table caption.}
\flushleft
\begin{tabular}{lccc}
\toprule
\bf Small column & \multicolumn{3}{c}{\bf Big column} \\
\midrule
Grouped items & \multicolumn{3}{c}{Item 1} \\
\cmidrule{2-4}
& \multicolumn{3}{c}{Item 2} \\
\midrule
Usual row & Spam & Bacon & Eggs \\
\bottomrule
\end{tabular}
\end{table}
\end{frame}
% ---------------------------------------------------------------------------
% TODO: Insert an example with a table
% ---------------------------------------------------------------------------
\SlideBlack
\begin{frame}
\frametitle{This Slide is Black and Has Maths}
\begin{columns}
\column{0.5\textwidth}
Try to integrate
\begin{equation}
x_0=\int_0^\infty f_x(\tau)d\tau
\end{equation}
where $\tau\in\Real$ is a variable.
\column{0.5\textwidth}
\begin{thm}
This is a very important theorem.
\end{thm}
\end{columns}
\end{frame}
% ---------------------------------------------------------------------------
\SlideBlue
\begin{frame}
\centering
\includegraphics[height=0.9\textheight]{figs/ingenuitylabs-logo-white.pdf}
\end{frame}
% ---------------------------------------------------------------------------
\SlideRed
\begin{frame}
\centering
\includegraphics[height=0.9\textheight]{figs/ingenuitylabs-logo-white.pdf}
\end{frame}
% ---------------------------------------------------------------------------
\SlideWhite
\begin{frame}
\begin{columns}
\column{0.4\textwidth}
\centering
\includegraphics[width=\textwidth]{figs/ingenuitylabs-logo-colourful.pdf}
\column{0.6\textwidth}
{\large\bf \insertauthor} \\
\insertinstitute \\
Tel: +1 613-533-2995 \\
Email [email protected] \\
Web: ingenuitylabs.queensu.ca
\end{columns}
\end{frame}
% ---------------------------------------------------------------------------
\end{document}