79 lines
1.8 KiB
TeX
79 lines
1.8 KiB
TeX
%! TeX Program = pdflatex
|
|
%! TeX Root = ./beamer.tex
|
|
|
|
\documentclass{bredelebeamer}
|
|
%\pdfpcsetup{duration=45,lastminutes=5,enduserslide=\getrefnumber{lastslide}}
|
|
|
|
\selectlanguage{french}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\title[Titre version courte]{Placez votre titre ici dans sa version longue}
|
|
% Titre du diaporama
|
|
|
|
\subtitle{Vous pouvez ajouter un sous-titre}
|
|
% Sous-titre optionnel
|
|
|
|
\author[P. Nom]{Prénom Nom\inst{1}}
|
|
% La commande \inst{...} Permet d'afficher l' affiliation de l'intervenant.
|
|
% Si il y a plusieurs intervenants: Marcel Dupont\inst{1}, Roger Durand\inst{2}
|
|
% Il suffit alors d'ajouter un autre institut sur le modèle ci-dessous.
|
|
|
|
\institute[(ObAS)]
|
|
{
|
|
\inst{1}%
|
|
Observatoire Astronomique de Strasbourg, CNRS
|
|
}
|
|
|
|
\date{\today}
|
|
% Optionnel. La date, généralement celle du jour de la conférence
|
|
|
|
\subject{Sujet de votre diaporama}
|
|
% C'est utilisé dans les métadonnes du PDF
|
|
|
|
\titlegraphic{
|
|
\includegraphics[height=0.10\textheight]{Figures/logos/logo_ObAS.pdf}
|
|
\hspace{1.5cm}
|
|
\includegraphics[height=0.10\textheight]{Figures/logos/logo_Unistra.pdf}
|
|
}
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\begin{frame}[plain]
|
|
\titlepage
|
|
\end{frame}
|
|
|
|
\begin{frame}{Sommaire}
|
|
\tableofcontents
|
|
% possibilité d'ajouter l'option [pausesections]
|
|
\end{frame}
|
|
|
|
\input{Parts/Apercu}
|
|
|
|
\input{Parts/Blocs}
|
|
|
|
\input{Parts/Boites}
|
|
|
|
\input{Parts/Listes}
|
|
|
|
\input{Parts/Texte}
|
|
|
|
\input{Parts/Tableaux}
|
|
|
|
\input{Parts/Figures}
|
|
|
|
\part*{}
|
|
|
|
\begin{frame}[plain,label=lastslide]
|
|
Pour finir, je dois citer \citet{FavoriteAuthor}, voilà ! Je peux également choisir de le citer en pied de page\footcite{FavoriteAuthor}
|
|
\end{frame}
|
|
|
|
\appendix
|
|
\begin{frame}[plain]{Bibliographie}
|
|
\renewcommand*{\bibfont}{\footnotesize}
|
|
\printbibliography
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|