-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwill_handley.tex
58 lines (51 loc) · 2.14 KB
/
will_handley.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
\documentclass[aspectratio=169]{beamer}
\usepackage{will_handley_beamer}
\usepackage{title_page}
% Commands
% --------
% - \arxiv{arxiv number}
% - \arxiv{<number>} arxiv.org/abs/<number>
% - \oldarxiv{<arxiv number>} arxiv.org/<number>
% - \doi{<doi>} doi.org/<doi>
% - \xkcd{<number>} xkcd.com/<number>
% - \email{<email>} <<email>>
% - \tthref{<website>} <website>
% - \av[dist]{<quantity>} <quantity>_{dist}
% - \student{<name>}{<detail>}{<photo>}
% Talk details
% ------------
\title{<+Title+>}
\subtitle{<+subtitle+>}
\date{<+Date+>}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{<+Frame title+>}
<+Content+>
\end{frame}
\begin{frame}
\frametitle{Conclusions}
\framesubtitle{\tthref{github.com/handley-lab/group}}
\tikz[overlay,remember picture]
\node[anchor=north east] (A) at ($(current page.north east)+(0,0)$) {
\includegraphics[width=0.09\textheight]{people/adam_ormondroyd.jpg}%
\includegraphics[width=0.09\textheight]{people/charlotte_priestley.jpg}%
\includegraphics[width=0.09\textheight]{people/david_yallup.jpg}%
\includegraphics[width=0.09\textheight]{people/dily_ong.jpg}%
\includegraphics[width=0.09\textheight]{people/harry_bevins.jpg}%
\includegraphics[width=0.09\textheight]{people/harvey_williams.jpg}%
\includegraphics[width=0.09\textheight]{people/krish_nanavati.jpg}%
\includegraphics[width=0.09\textheight]{people/metha_prathaban.jpg}%
\includegraphics[width=0.09\textheight]{people/ming_yang.jpg}%
\includegraphics[width=0.09\textheight]{people/namu_kroupa.jpg}%
\includegraphics[width=0.09\textheight]{people/sam_leeney.jpg}%
\includegraphics[width=0.09\textheight]{people/sinah_legner.jpg}%
\includegraphics[width=0.09\textheight]{people/toby_lovick.jpg}%
\includegraphics[width=0.09\textheight]{people/wei-ning_deng.jpg}%
\includegraphics[width=0.09\textheight]{people/will_handley.jpg}%
\includegraphics[width=0.09\textheight]{people/will_templeton.jpg}%
};
\end{frame}
\end{document}