initial commit

This commit is contained in:
khannurien
2026-02-10 16:45:35 +01:00
commit 039ad357bb
24 changed files with 2020 additions and 0 deletions

117
Slides/slides.tex Normal file
View File

@@ -0,0 +1,117 @@
\documentclass{slides}
\addbibresource{slides.bib}
\title{Présentation}
\subtitle{À propos de...}
\date{\today}
\titlegraphic{\flushright\includegraphics[height=1.3cm]{img/logos.png}\vspace{.5cm}}
\author{
\texorpdfstring{
\begin{table}[]
\begin{flushleft}
\begin{tabular}{ll}
& Vincent Lannurien~\inst{1} \\
& Laurent Lemarchand~\inst{1} \\
& Abdel Malek Toumi~\inst{2} \\
& Jalil Boukhobza~\inst{2}
\end{tabular}
\end{flushleft}
\end{table}
}
{
Vincent Lannurien \and
Laurent Lemarchand \and
Abdel Malek Toumi \and
Jalil Boukhobza
}
}
\institute{
\texorpdfstring{
\begin{table}[]
\centering
\begin{flushleft}
\begin{tabular}{L}
\inst{1}~Lab-STICC, CNRS UMR 6285, Université de Bretagne Occidentale, Brest
\inst{2}~Lab-STICC, CNRS UMR 6285, ENSTA, Institut Polytechnique de Paris, Brest \\
\end{tabular}
\end{flushleft}
\end{table}
}
{
Lab-STICC, CNRS UMR 6285, ENSTA, Institut Polytechnique de Paris, Brest \and
Lab-STICC, CNRS UMR 6285, Université de Bretagne Occidentale, Brest
}
}
\begin{document}
\maketitle
\begin{frame}{Introduction}
\begin{center}
\includegraphics[width=0.8\textwidth]{img/logos.png}
\end{center}
\addtocounter{footnote}{1}
\footnotetext{\fullcite{herocache}}
\end{frame}
\note[enumerate]{
\item Note...
}
\begin{framefont}{\small}
\begin{frame}[t]{Plan de la présentation}
\begin{columns}
\column{0.5\textwidth}
\tableofcontents[hideallsubsections]
\column{0.5\textwidth}
\begin{center}
\includegraphics[width=0.9\columnwidth]{img/logos.png}
\end{center}
\end{columns}
\end{frame}
\end{framefont}
\section{Contexte}
\begin{frame}{...}
\begin{columns}
\column{0.45\textwidth}
\texttt{\textbf{Foobar}}
\column{0.45\textwidth}
\begin{center}
\includegraphics[width=\columnwidth]{img/logos.png}
\end{center}
\end{columns}
\addtocounter{footnote}{1}
\footnotetext{\fullcite{herofake}}
\end{frame}
\begin{frame}[standout]
Merci de votre attention.
\end{frame}
\appendix
\section{Bibliographie}
\begin{frame}[allowframebreaks]{Références}
\printbibliography[heading=none]
\end{frame}
% \appendix
% \section{Annexes}
% \begin{frame}{Annexe 1 -- ...}
% \end{frame}
\end{document}