-
Notifications
You must be signed in to change notification settings - Fork 0
/
magic-sep2022.tex
81 lines (61 loc) · 2.23 KB
/
magic-sep2022.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
% !TeX document-id = {4b20f74a-885a-4146-b1bb-cebfdf55358e}
% !TeX program=lualatex
% !TeX TXS-program:bibliography=txs:///biber
\input{preamble}
% ---------------
% Special lengths
% ---------------
\newlength{\size}
\setlength{\size}{0.6cm}
\newlength{\marksize}
\newlength{\plotheight}
\newlength{\plotwidth}
% -----
% Title
% -----
\title[Symmetry of MAGIC]{Symmetry of Magnetically Induced Currents}
\subtitle{
{\small \normalfont \textit{MAGIC 2022 | Peterhouse, Cambridge, UK}}
}
\author[\underline{B. C. Huynh}, A. M. Teale]{\underline{Bang C. Huynh}\inst{\tiny $\dagger$}, Andrew M. Teale\inst{\tiny $\dagger$}}
\institute[]{
\inst{\tiny $\dagger$}School of Chemistry, University of Nottingham, UK
}
\date[13th September 2022]{13\textsuperscript{\tiny th} September 2022}
\titlegraphic{
\includegraphics[height=0.7cm, keepaspectratio]{images/UoNlogo.eps}
\hspace{0.5cm}
\includegraphics[height=0.7cm, keepaspectratio]{images/LOGO_ERC.eps}
\hspace{0.5cm}
\includegraphics[height=0.7cm, keepaspectratio]{images/quest.eps}
\vspace{0.5cm}
\includegraphics[height=0.7cm, keepaspectratio]{images/Peterhouse_shield.eps}
\hspace{0.5cm}
\includegraphics[height=0.7cm, keepaspectratio]{images/magic_logo/magiclogo.pdf}
}
% ----
% Main
% ----
%\includeonly{cursym/cursym}
%\includeonlyframes{current}
\begin{document}
% \tikzexternaldisable
% For every picture that defines or uses external nodes, you'll have to apply the 'remember picture' style. To avoid some typing, we'll apply
% the style to all pictures.
\tikzstyle{every picture}+=[remember picture]
% By default all math in TikZ nodes are set in inline mode. Change this to
% displaystyle so that we don't get small fractions.
\everymath{\displaystyle}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\titlepage
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{introduction/introduction}
\include{groups/groups}
\include{rep/rep}
\include{cursym/cursym}
\include{conclusion/conclusion}
\end{document}