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
| | \documentclass[aspectratio=169,ignorenonframetext,presentation]{beamer}
\input{header}
\begin{document}
\begin{frame}[plain, fragile, noframenumbering]{}
\vspace{5mm}
\titlepage
\vfill{}
\vspace{-12mm}
\begin{center}
\includegraphics[width=0.2\paperwidth]{static/Guix-white}
\vspace{-10mm}
\href{https://hpc.guix.info}{\texttt{https://hpc.guix.info}}
\end{center}
\vfill{}
\normalsize
\begin{minipage}{0.2\paperwidth}
\vspace{-7mm}
\includegraphics[width=0.2\paperwidth]{static/LOGO-JRES-2022}
\end{minipage}
\begin{flushright}
\begin{minipage}{0.2\paperwidth}
\vspace{-20mm}
\includegraphics[width=0.2\paperwidth]{static/u-paris}
\end{minipage}
\end{flushright}
\end{frame}
%% From Beamer documentation p.207
%% User Guide for version 3.66.
%% http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf
\mode<all>
\input{contenu}
\mode*
\begin{frame}[plain, noframenumbering]{}
\begin{center}
\vfill{}
\Large{%
\textbf{%
Des questions ?%
}}\normalsize
\vfill{}
\texttt{guix-science@gnu.org}
\vfill{}
\includegraphics[width=0.2\paperwidth]{static/cafe-guix}\\
\href{https://hpc.guix.info/events/2022/café-guix/}{\texttt{https://hpc.guix.info/events/2022/café-guix/}}
% \vfill{}
% \tiny{%
% Copyright \copyright{} 2021 Simon Tournier%
% }
\end{center}
\end{frame}
%% From Beamer documentation p.207
%% User Guide for version 3.66.
%% http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf
\mode<all>
\input{supplement}
\mode*
\end{document}
|