-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbeamerCEA.tex
204 lines (158 loc) · 4.42 KB
/
beamerCEA.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
\documentclass[t,10pt,aspectratio=169]{beamer}
% load theme and commands
\usetheme{CEA}
% better numbering for pages in appendix
\usepackage{appendixnumberbeamer}
% encoding and language
\usepackage[utf8x]{inputenc}
\usepackage[english]{babel}
% % comment if you do not want a summary at each section
% \AtBeginSection[]{
% \tocframecurrent{Table of contents }
% \sepframewhite{Lorem ipsum}
% }
\begin{document}
% classical beamer stuff
\title{This is the presentation title }
\subtitle{and the subtitle}
\date[28/10/2022]{October 28, 2022 }
\author{John \textsc{Smith}}
%% logo on title page
\titlepagelogo{\includegraphics[height=24mm]{graphics/IRFU.pdf}}
%% also possible to have several logos
% \titlepagelogo{\includegraphics[height=24mm]{graphics/IRFU.pdf}\hspace{10pt}\includegraphics[height=24mm]{ATLAS_logo_default_RGBHEX.pdf}}
% specific CEA beamer stuff
\seminar[ICHEP]{International Conference of High Energy Physics}
\CEAmerci{Thank you}
\CEAcenter{CEA SACLAY}
\addr{91\,191 Gif-sur-Yvette Cedex\\France}
\CEAemail{\href{mailto:[email protected]}{\texttt{[email protected]}}}
\begin{frame}[plain]
\titlepage
\end{frame}
% or with a picture
\setcounter{page}{1}
\titlepagepicture{ATLASpicture.jpg}
\begin{frame}[plain]
\titlepage
\end{frame}
\section{Lorem ipsum dolor sit amet}
\subsection[Subsection]{First subsection}
\tocframe{Table of contents}
\sepframewhite{Additional text which is really very very long just to see up to where we can go }
\sepframered{Additional text}
\sepframeblack{Additional text}
\sepframeblue{Additional text}
\begin{frame}
\frametitle{Lorem ipsum dolor}
\framesubtitle{Sous-titre}
\begin{columns}[t,onlytextwidth]
\begin{column}{.5\textwidth}
Some text in column 1.
\begin{itemize}
\item bullet 1
\begin{itemize}
\item sub-bullet 1.1
\item sub-bullet 1.2
\end{itemize}
\item bullet 2
\end{itemize}
\end{column}\begin{column}{.5\textwidth}
Some text in column 2.
\begin{itemize}
\item bullet 3
\begin{itemize}
\item sub-bullet 3.1
\item sub-bullet 3.2
\end{itemize}
\item bullet 4
\end{itemize}
\end{column}
\end{columns}
\vfill
Some maths :
%
\begin{equation}
\forall \, z \in \mathbb{C}, \, \exp(z) = \sum_{n=0}^{+\infty} \frac{z^n}{n!}~; \qquad%
\mathrm{e}^{\mathrm{i}\pi} + 1 = 0~.
\end{equation}
%
\vspace*{\fill}
\end{frame}
% \end{document}
\subsection[2nd subsection]{Second subsection}
\begin{frame}
\frametitle{Frame title}
Some text before block
\vfill
\begin{block}{Block title}
Block content, with math:
$\forall \, u \in \mathcal{H}\!, %
\Delta u = \vec{\nabla}\!\cdot\! \left( \vec{\nabla} u \right)$.
%
\begin{equation*}
\int_{\Omega}\! \vec{\nabla}\!\cdot\! \vec{v} \mathop{}\!\mathrm{d}V =
\int_{\partial \Omega}\!\! \vec{v} \cdot \vec{n} \mathop{}\!\mathrm{d}S~; \qquad
\int_{\Sigma}\! \vec{\nabla}\!\times\! \vec{w} \mathop{}\!\mathrm{d}S =
\oint_{\Gamma}\! \vec{w} \cdot \vec{t} \mathop{}\!\mathrm{d}\gamma~.
\end{equation*}
%
\end{block}
\end{frame}
\begin{frame}
\frametitle{Blocks}
\begin{block}{Normal block}
Lorem ipsum
\end{block}
\begin{alertblock}{Alert block}
Lorem ipsum
\end{alertblock}
\begin{exampleblock}{Example block}
Lorem ipsum
\end{exampleblock}
\begin{itemize}
\item \structure{structure} text
\item \alert{alert} text
\item \myexample{example} text
\end{itemize}
And also: \textbf{bold}, \emph{emph}, \textsc{textsc}
\end{frame}
\section{Second Section}
\begin{frame}
\frametitle{A very busy slide}
{
\fontsize{8pt}{10}\selectfont
\vspace{-2ex}
This is a very busy slide so we use a smaller font size here, and also move text a bit up.
\begin{itemize}
\item 1st bullet
\item 2nd bullet
\item 3rd bullet
\item 4th bullet
\item 5th bullet
\item 6th bullet
\item 7th bullet
\item 8th bullet
\item 9th bullet
\item 10th bullet
\item 11th bullet
\item 12th bullet
\item 13th bullet
\item 14th bullet
\end{itemize}
}
\end{frame}
\appendix
\begin{frame}[plain]
\usebeamertemplate*{last page}
\end{frame}
\tocframe{Appendices}
\section{Appendix 1}
\begin{frame}
\frametitle{Appendix 1}
\end{frame}
\section{Appendix 2}
\begin{frame}
\frametitle{Appendix 2}
\end{frame}
\end{document}