53 lines
994 B
TeX
53 lines
994 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[]{SIG libres pour les collectivités}
|
||
|
\subtitle{XXX CLIENT XXX}
|
||
|
|
||
|
\author[Equipe Auteur]{Cadoles}
|
||
|
|
||
|
\institute[Cadoles]{\includegraphics[width=2cm]{beamer-skel/img/logo-cadoles-01.png}}
|
||
|
|
||
|
\date{{\small \today}}
|
||
|
|
||
|
\subject{Talks}
|
||
|
|
||
|
\AtBeginSubsection[]
|
||
|
{
|
||
|
\begin{frame}<beamer>
|
||
|
\frametitle{}
|
||
|
\tableofcontents[currentsection,currentsubsection]
|
||
|
\end{frame}
|
||
|
}
|
||
|
|
||
|
\logo{
|
||
|
% \includegraphics[width=1cm]{beamer-skel/img/logo-ecologie.png}~
|
||
|
\hspace{120pt}
|
||
|
\includegraphics[width=2cm]{beamer-skel/img/logo-cadoles-01.png}~
|
||
|
\hspace{113pt}
|
||
|
\includegraphics[width=1cm]{beamer-skel/img/logo_en.jpg}~
|
||
|
}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\skbinput[from=rep]{style/title.tex}
|
||
|
|
||
|
% Corps de la formation
|
||
|
|
||
|
\skbinput[from=rep]{style/license.tex}
|
||
|
|
||
|
\end{document}
|