forked from ImperialCollegeLondon/imperial_latex_templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_presentation.tex
599 lines (464 loc) · 26.1 KB
/
template_presentation.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Imperial College London Presentation
% LaTeX Template
% Version 1.0 (April 16, 2024)
%
% This template was created by:
% Vel (enquiries@latextypesetting.com)
% LaTeXTypesetting.com
%
%!TEX program = xelatex
% Note: this template must be compiled with XeLaTeX rather than PDFLaTeX
% due to the custom fonts used. The line above should ensure this happens
% automatically, but if it doesn't, your LaTeX editor should have a simple toggle
% to switch to using XeLaTeX.
%
% © Imperial College London, 2024. This template, including logo and fonts, is
% for use of Imperial staff and students only for university business. All rights
% reserved to the copyright owners.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% CLASS, PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
aspectratio=169, % Uncomment to use an aspect ratio of 16:9 (160 mm by 90 mm)
%aspectratio=43, % Uncomment to use an aspect ratio of 4:3 (128mm by 96mm)
t, % Top align all slide content by default
onlytextwidth, % Typeset content in columns at text width
10pt, % Default font size, use 10pt for the 16:9 aspect ratio and 8pt for the 4:3 aspect ratio
]{beamer}
\usetheme{Imperial} % Use the Imperial theme
%----------------------------------------------------------------------------------------
% IMPERIAL BEAMER THEME USAGE NOTES
%----------------------------------------------------------------------------------------
% This theme features several predefined Imperial colors which can be used for text and slide backgrounds:
% ICLBlue - Most common slide background color and text color to use (on light backgrounds)
% ICLDarkBlue - Optional darker blue color for slide backgrounds and text
% ICLCream - Accessible background color for use on slide backgrounds
% ICLLightGrey - Accessible background color for use on slide backgrounds
% You can choose to use a 16:9 aspect ratio (default) or a 4:3 aspect ratio by uncommenting the relevant line in the \documentclass specifications above. Note that if you switch between the 2 aspect ratios, you will likely need to adjust how your images are included in the presentation. Usually for a 16:9 aspect ratio, images will be included as width=\paperwidth, but for a 4:3 aspect ratio it's recommended to use height=\paperheight instead.
%----------------------------------------------------------------------------------------
% PRESENTATION INFORMATION
%----------------------------------------------------------------------------------------
\title{Presentation Title} % Presentation title to appear on the title slide and left footers
\subtitle{Subheading} % Presentation subtitle to appear on the title slide
\author{Author Name} % Author name(s) to appear on the title slide
\date{DD/MM/YYYY} % Presentation date to appear on the title slide and right footers
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% TITLE SLIDES
%----------------------------------------------------------------------------------------
% Select one of the 3 title slide types below and remove or comment out the others
%------------------------------------------------
% Blue background title slide example
\begingroup
\setbeamercolor{background canvas}{bg=ICLBlue} % Slide background color
\setbeamercolor{title page title}{fg=white} % Title text color
\setbeamercolor{title page subtitle}{fg=white} % Subtitle text color
\setbeamercolor{author}{fg=white} % Author(s) text color
\setbeamercolor{date}{fg=white} % Date text color
\setbeamertemplate{title page}[logo]{ICL_Logo_White.pdf} % Imperial logo color, use 'ICL_Logo_White.pdf' for white and 'ICL_Logo_Blue.pdf' for blue
\frame[plain, s]{\titlepage} % Output the title page with no footer ('plain') and vertically distributed text ('s')
\endgroup
%------------------------------------------------
% White background title slide example
\begingroup
\setbeamercolor{title page title}{fg=ICLBlue} % Title text color
\setbeamercolor{title page subtitle}{fg=ICLBlue} % Subtitle text color
\setbeamercolor{author}{fg=ICLBlue} % Author(s) text color
\setbeamercolor{date}{fg=ICLBlue} % Date text color
\setbeamertemplate{title page}[logo]{ICL_Logo_Blue.pdf} % Imperial logo color, use 'ICL_Logo_White.pdf' for white and 'ICL_Logo_Blue.pdf' for blue
\frame[plain, s]{\titlepage} % Output the title page with no footer ('plain') and vertically distributed text ('s')
\endgroup
%------------------------------------------------
% Cream background title slide example
\begingroup
\setbeamercolor{background canvas}{bg=ICLCream} % Slide background color
\setbeamercolor{title page title}{fg=ICLBlue} % Title text color
\setbeamercolor{title page subtitle}{fg=ICLBlue} % Subtitle text color
\setbeamercolor{author}{fg=ICLBlue} % Author(s) text color
\setbeamercolor{date}{fg=ICLBlue} % Date text color
\setbeamertemplate{title page}[logo]{ICL_Logo_Blue.pdf} % Imperial logo color, use 'ICL_Logo_White.pdf' for white and 'ICL_Logo_Blue.pdf' for blue
\frame[plain, s]{\titlepage} % Output the title page with no footer ('plain') and vertically distributed text ('s')
\endgroup
%------------------------------------------------
% Light grey background title slide example
\begingroup
\setbeamercolor{background canvas}{bg=ICLLightGrey} % Slide background color
\setbeamercolor{title page title}{fg=ICLBlue} % Title text color
\setbeamercolor{title page subtitle}{fg=ICLBlue} % Subtitle text color
\setbeamercolor{author}{fg=ICLBlue} % Author(s) text color
\setbeamercolor{date}{fg=ICLBlue} % Date text color
\setbeamertemplate{title page}[logo]{ICL_Logo_Blue.pdf} % Imperial logo color, use 'ICL_Logo_White.pdf' for white and 'ICL_Logo_Blue.pdf' for blue
\frame[plain, s]{\titlepage} % Output the title page with no footer ('plain') and vertically distributed text ('s')
\endgroup
%------------------------------------------------
% Full page image background title slide example
\begingroup
\setbeamertemplate{background}{\includegraphics[width=\paperwidth]{190211_dowker_fay_001.jpg}} % Slide background image
\setbeamercolor{title page title}{fg=white} % Title text color
\setbeamercolor{title page subtitle}{fg=white} % Subtitle text color
\setbeamercolor{author}{fg=white} % Author(s) text color
\setbeamercolor{date}{fg=white} % Date text color
\setbeamertemplate{title page}[logo]{ICL_Logo_White.pdf} % Imperial logo color, use 'ICL_Logo_White.pdf' for white and 'ICL_Logo_Blue.pdf' for blue
\frame[plain, s]{\titlepage} % Output the title page with no footer ('plain') and vertically distributed text ('s')
\endgroup
%----------------------------------------------------------------------------------------
% AGENDA SLIDES
%----------------------------------------------------------------------------------------
% White agenda slide
\begingroup
\setbeamercolor{normal text}{fg=ICLBlue}\usebeamercolor[fg]{normal text} % Slide text color
\begin{frame}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
\HUGE\textbf{Agenda}
\end{column}
\begin{column}{0.48\linewidth} % Right column
\textbf{01}\tabto{0.125\linewidth} Who we are\\ % Use \tabto{<length>} to add a fixed horizontal whitespace
\textbf{02}\tabto{0.125\linewidth} What we do\\
\textbf{03}\tabto{0.125\linewidth} Our process\\
\textbf{04}\tabto{0.125\linewidth} Our services\\
\textbf{05}\tabto{0.125\linewidth} Who we do it for\\
\textbf{06}\tabto{0.125\linewidth} Lorem ipsum\\
\textbf{07}\tabto{0.125\linewidth} Dolor amet\\
\textbf{08}\tabto{0.125\linewidth} Oluptibus autud
\textbf{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor arcu luctus, imperdiet urna iaculis, mattis eros.}
\end{column}
\end{columns}
\end{frame}
\endgroup
%------------------------------------------------
% Blue agenda slide
\begingroup
\setbeamercolor{background canvas}{bg=ICLBlue} % Slide background color
\setbeamercolor{normal text}{fg=white}\usebeamercolor[fg]{normal text} % Slide text color
\setbeamercolor{page number in head/foot}{fg=white} % Footer text color
\begin{frame}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
\HUGE\textbf{Agenda}
\end{column}
\begin{column}{0.48\linewidth} % Right column
\textbf{01}\tabto{0.125\linewidth} Who we are\\ % Use \tabto{<length>} to add a fixed horizontal whitespace
\textbf{02}\tabto{0.125\linewidth} What we do\\
\textbf{03}\tabto{0.125\linewidth} Our process\\
\textbf{04}\tabto{0.125\linewidth} Our services\\
\textbf{05}\tabto{0.125\linewidth} Who we do it for\\
\textbf{06}\tabto{0.125\linewidth} Lorem ipsum\\
\textbf{07}\tabto{0.125\linewidth} Dolor amet\\
\textbf{08}\tabto{0.125\linewidth} Oluptibus autud
\textbf{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor arcu luctus, imperdiet urna iaculis, mattis eros.}
\end{column}
\end{columns}
\end{frame}
\endgroup
%----------------------------------------------------------------------------------------
% PRESENTATION BODY SLIDE EXAMPLES
%----------------------------------------------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{Optional Slide Subtitle}
\begin{adjustwidth}{0cm}{0.35\textwidth} % The first parameter is the left margin indentation and the second is the right margin indentation
Sed et mincipidem am fugia venihitem aut utatem invellupis dolore voluptatiate verior mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis mo mo mi, omnim volore rat ommolut eiunte que con nis explit as simusdae nullenim faccati temporrum volorem sandis dolor si nonserumque offici odis expe offto bla deliquo disit
\end{adjustwidth}
\end{frame}
%------------------------------------------------
\begin{frame}
\begin{adjustwidth}{0cm}{0.15\textwidth} % The first parameter is the left margin indentation and the second is the right margin indentation
{\Huge\textcolor{ICLBlue}{{\ImperialSansSemiBold Sed et mincipidem am fugia venihitem aut utatem invellupis dolore voluptatiate verior mo dolendi squatur?}}}
\end{adjustwidth}
\end{frame}
%------------------------------------------------
\begingroup
\setbeamercolor{background canvas}{bg=ICLBlue} % Slide background color
\setbeamercolor{normal text}{fg=white}\usebeamercolor[fg]{normal text} % Slide text color
\setbeamercolor{page number in head/foot}{fg=white} % Footer text color
\begin{frame}
\begin{adjustwidth}{0cm}{0.15\textwidth} % The first parameter is the left margin indentation and the second is the right margin indentation
{\Huge{\ImperialSansSemiBold Sed et mincipidem am fugia venihitem aut utatem invellupis dolore voluptatiate verior mo dolendi squatur?}}
\end{adjustwidth}
\end{frame}
\endgroup
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title with No Subtitle}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
\begin{tabular}{L{0.28\linewidth} C{0.28\linewidth} R{0.28\linewidth}}
\toprule
Treatment & Quantity & Response\\
\midrule
AAA & 10mL & 0.944\\
AAA & 150mL & 0.527\\
BBB & 20mL & 0.263\\
BBB & 2,000mL & 0.818\\
\bottomrule
\end{tabular}
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui
\end{column}
\begin{column}{0.48\linewidth} % Right column
Sed et mincipidem am fugia venihitem aut utatem invellupis dolore voluptatiate verior mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{Section Title Examples}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
\textbf{Section Title}\\
Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{column}
\begin{column}{0.48\linewidth} % Right column
Sed et mincipidem am fugia venihitem aut utatem invellupis dolore voluptatiate verior mo dolendi squatur?
\textbf{Section Title}\\
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{List Examples}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
\textbf{Bullet List}\\
\begin{itemize}
\item Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
\item Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
\begin{itemize}
\item Second level indented list item.
\begin{itemize}
\item Third level indented list item.
\end{itemize}
\end{itemize}
\item Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{itemize}
\end{column}
\begin{column}{0.48\linewidth} % Right column
\textbf{Numbered List}\\
\begin{enumerate}
\item Sed et mincipidem am fugia venihitem aut utatem invellupis dolore voluptatiate verior mo dolendi squatur?
\item Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
\begin{enumerate}
\item Second level indented list item.
\begin{enumerate}
\item Third level indented list item.
\end{enumerate}
\end{enumerate}
\item Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{enumerate}
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{Three-Column Example}
\small % Reduce font size in this slide
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.3\linewidth} % Left column
\textbf{Section Title}\\
Sed et mincipidem am fugia ve nihi aut utatem invellupis dore voluptatiate veor olendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur? Pa cumquat ute nos exero magnime officatem. Luptia
\end{column}
\begin{column}{0.3\linewidth} % Center column
\textbf{Section Title}\\
Sed et mincipidem am fugia ve nihi aut utatem invellupis dore voluptatiate veor olendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur? Pa cumquat ute nos exero magnime officatem. Luptia
\end{column}
\begin{column}{0.3\linewidth} % Right column
\textbf{Section Title}\\
Sed et mincipidem am fugia ve nihi aut utatem invellupis dore voluptatiate veor olendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur? Pa cumquat ute nos exero magnime officatem. Luptia
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{Three-Column With Images Example}
\small % Reduce font size in this slide
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.3\linewidth} % Left column
\includegraphics[width=\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\\[3pt]
\textbf{Section Title}\\
Sed et mincipidem am fugia ve nihi aut utatem invellupis dore voluptatiate veor olendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit?
\end{column}
\begin{column}{0.3\linewidth} % Center column
\includegraphics[width=\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\\[3pt]
\textbf{Section Title}\\
Sed et mincipidem am fugia ve nihi aut utatem invellupis dore voluptatiate veor olendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit?
\end{column}
\begin{column}{0.3\linewidth} % Right column
\includegraphics[width=\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\\[3pt]
\textbf{Section Title}\\
Sed et mincipidem am fugia ve nihi aut utatem invellupis dore voluptatiate veor olendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit?
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{Large Right Image Example}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
\textbf{Section Title}
Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{column}
\begin{column}{0.48\linewidth} % Right column
\vspace{-3.5\baselineskip} % Pull image up
\includegraphics[trim=3cm 0cm 3cm 1cm, clip, width=\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg} % Trimming is used to crop your image and the order of dimensions is: left, bottom, right, top. It's recommended to crop outside of LaTeX though, to ensure the aspect ratio remains the same.
{\tiny\textcolor{ICLBlue}{(Above) Photography Credit or Caption}}
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
\includegraphics[trim=3cm 0cm 3cm 1cm, clip, width=\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg} % Trimming is used to crop your image and the order of dimensions is: left, bottom, right, top. It's recommended to crop outside of LaTeX though, to ensure the aspect ratio remains the same.
{\tiny\textcolor{ICLBlue}{(Above) Photography Credit or Caption}}
\end{column}
\begin{column}{0.48\linewidth} % Right column
\textbf{Section Title}\\
Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.48\linewidth} % Left column
\textbf{Section Title}\\
Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
Pa cumquat ute nos exero magnime officatem. Luptia voluptatur aut acia comnist qui beatusam, omniatecae iur alit, cus debis
\end{column}
\begin{column}{0.48\linewidth} % Right column
\includegraphics[trim=3cm 0cm 3cm 1cm, clip, width=\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg} % Trimming is used to crop your image and the order of dimensions is: left, bottom, right, top. It's recommended to crop outside of LaTeX though, to ensure the aspect ratio remains the same.
{\tiny\textcolor{ICLBlue}{(Above) Photography Credit or Caption}}
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\includegraphics[trim=0cm 1.5cm 0cm 1.5cm, clip, width=\linewidth, height=\textheight]{abt_7295054328859831271Mjc0ODA1Ng.jpg} % Trimming is used to crop your image and the order of dimensions is: left, bottom, right, top. It's recommended to crop outside of LaTeX though, to ensure the aspect ratio remains the same.
\end{frame}
%------------------------------------------------
\begingroup
\setbeamertemplate{background}{\includegraphics[width=\paperwidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}} % Slide background image
\begin{frame}[plain] % 'plain' suppresses the footer
\end{frame}
\endgroup
%------------------------------------------------
\begingroup
\setbeamertemplate{background}{\includegraphics[width=\paperwidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}} % Slide background image
\setbeamercolor{normal text}{fg=white}\usebeamercolor[fg]{normal text} % Slide text color
\setbeamercolor{page number in head/foot}{fg=white} % Footer text color
\begin{frame}
Text can be included on slides with image backgrounds too.
\end{frame}
\endgroup
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{Tiled Images Example}
\small % Reduce font size in this slide
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.3\linewidth} % Left column
\textbf{Section Title}\\
Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
\end{column}
\begin{column}{0.68\linewidth} % Right column
\vspace{-3.5\baselineskip} % Pull images up
\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\\[6pt]
\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\\[6pt]
\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.32\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\par
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Slide Title}
\framesubtitle{Tiled Images Example}
\small % Reduce font size in this slide
\begin{columns}[T] % [T] ensures correct vertical alignment
\begin{column}{0.3\linewidth} % Left column
\textbf{Section Title}\\
Sed et mincipidem am fugia venihi aut utatem invellupis dolore voluptatiate veor mo dolendi squatur?
Ab illate sitate explibus reiundusam, voluptur sim idebit, omnis dero quas adio quatur?
\end{column}
\begin{column}{0.68\linewidth} % Right column
\vspace{-3.5\baselineskip} % Pull images up
\includegraphics[width=0.495\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.495\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\\[4pt]
\includegraphics[width=0.495\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\hfill\includegraphics[width=0.495\linewidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}\par
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begingroup
\setbeamercolor{background canvas}{bg=ICLBlue} % Slide background color
\begin{frame}[plain] % 'plain' suppresses the footer
\medskip % Vertical whitespace
\centering % Horizontally center the logo
\includegraphics[width=0.99\textwidth]{ICL_Logo_White.pdf}
\end{frame}
\endgroup
%------------------------------------------------
\begin{frame}[plain] % 'plain' suppresses the footer
\medskip % Vertical whitespace
\centering % Horizontally center the logo
\includegraphics[width=0.99\textwidth]{ICL_Logo_Blue.pdf}
\end{frame}
%------------------------------------------------
\begingroup
\setbeamertemplate{background}{\includegraphics[width=\paperwidth]{abt_7295054328859831271Mjc0ODA1Ng.jpg}} % Slide background image
\begin{frame}[plain] % 'plain' suppresses the footer
\medskip % Vertical whitespace
\centering % Horizontally center the logo
\includegraphics[width=0.99\textwidth]{ICL_Logo_White.pdf}
\end{frame}
\endgroup
%----------------------------------------------------------------------------------------
% CLOSING SLIDES
%----------------------------------------------------------------------------------------
% Blue closing slide
\begingroup
\setbeamercolor{background canvas}{bg=ICLBlue} % Slide background color
\setbeamercolor{normal text}{fg=white}\usebeamercolor[fg]{normal text} % Slide text color
\setbeamertemplate{closing slide logo}[logo]{ICL_Logo_White.pdf} % Imperial logo color, use 'ICL_Logo_White.pdf' for white and 'ICL_Logo_Blue.pdf' for blue
\setbeamertemplate{closing slide text}[text]{Thank you} % Slide text
\usebeamertemplate{closing slide} % Output the closing slide
\endgroup
%------------------------------------------------
% White closing slide
\begingroup
\setbeamercolor{normal text}{fg=ICLBlue}\usebeamercolor[fg]{normal text} % Slide text color
\setbeamertemplate{closing slide logo}[logo]{ICL_Logo_Blue.pdf} % Imperial logo color, use 'ICL_Logo_White.pdf' for white and 'ICL_Logo_Blue.pdf' for blue
\setbeamertemplate{closing slide text}[text]{Thank you.\\ Questions?} % Slide text
\usebeamertemplate{closing slide} % Output the closing slide
\endgroup
%----------------------------------------------------------------------------------------
\end{document}