48 lines
774 B
TeX
48 lines
774 B
TeX
\documentclass{beamer}
|
|
|
|
\usepackage{skb}
|
|
|
|
\skbconfig[
|
|
root = (((root))),
|
|
rep = content,
|
|
pub = presentations,
|
|
fig = figures,
|
|
sli = slides,
|
|
acr = database/acr,
|
|
bib = database/bib
|
|
]{skblocal.tex}
|
|
|
|
\skbinput[]{styles/preambule}
|
|
\skbinput[]{styles/formation\_en}
|
|
|
|
\title[]{(((title)))}
|
|
\subtitle{XXX CLIENT XXX}
|
|
|
|
\author[Equipe Auteur]{(((author)))}
|
|
|
|
\institute[Cadoles]{\skbfigure[width=2cm]{cadoles/logo\_01.png}}
|
|
|
|
\date{{\small \today}}
|
|
|
|
\subject{Talks}
|
|
|
|
\AtBeginSubsection[]
|
|
{
|
|
\begin{frame}<beamer>
|
|
\frametitle{}
|
|
\tableofcontents[currentsection,currentsubsection]
|
|
\end{frame}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\skbinput[]{styles/title.tex}
|
|
|
|
% Corps de la formation
|
|
%\skbinput[from=slides]{}
|
|
|
|
\skbinput[]{styles/license-cc-by-sa-2.0.tex}
|
|
|
|
\end{document}
|
|
|