52 lines
855 B
TeX
52 lines
855 B
TeX
|
\documentclass{beamer}
|
||
|
|
||
|
\usepackage{skb}
|
||
|
|
||
|
\skbconfig[
|
||
|
root = ../../,
|
||
|
rep = content,
|
||
|
pub = presentations,
|
||
|
fig = figures,
|
||
|
sli = slides,
|
||
|
acr = database/acr,
|
||
|
bib = database/bib
|
||
|
]{skblocal.tex}
|
||
|
|
||
|
\skbinput[from=rep]{style/preambule}
|
||
|
|
||
|
\title[]{Formation tronc commun niveau 2}
|
||
|
\subtitle{XXX CLIENT XXX}
|
||
|
|
||
|
\author[Equipe Auteur]{Cadoles}
|
||
|
|
||
|
\institute[Cadoles]{\skbfigure[width=2cm]{cadoles/logo\_01.png}}
|
||
|
|
||
|
\date{{\small \today}}
|
||
|
|
||
|
\subject{Talks}
|
||
|
|
||
|
\AtBeginSubsection[]
|
||
|
{
|
||
|
\begin{frame}<beamer>
|
||
|
\frametitle{}
|
||
|
\tableofcontents[currentsection,currentsubsection]
|
||
|
\end{frame}
|
||
|
}
|
||
|
|
||
|
\logo{
|
||
|
\hspace{120pt}
|
||
|
\skbfigure[width=2cm]{cadoles/logo\_01.png}
|
||
|
\hspace{113pt}
|
||
|
\skbfigure[width=1cm]{en/logo.png}
|
||
|
}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\skbinput[from=rep]{style/title.tex}
|
||
|
|
||
|
% Corps de la formation
|
||
|
|
||
|
\skbinput[from=rep]{style/license.tex}
|
||
|
|
||
|
\end{document}
|