2018-12-31 09:53:12 +01:00
|
|
|
\documentclass{(((class)))}
|
2015-03-09 09:27:18 +01:00
|
|
|
|
|
|
|
\usepackage{skb}
|
|
|
|
|
|
|
|
\skbconfig[
|
|
|
|
root = (((root))),
|
|
|
|
rep = content,
|
|
|
|
pub = presentations,
|
|
|
|
fig = figures,
|
|
|
|
sli = slides,
|
|
|
|
acr = database/acr,
|
|
|
|
bib = database/bib
|
|
|
|
]{skblocal.tex}
|
|
|
|
|
2018-12-31 09:53:12 +01:00
|
|
|
\skbinput[from=(((content)))]{style/preambule}
|
2015-03-09 09:27:18 +01:00
|
|
|
|
|
|
|
\title[]{(((title)))}
|
2018-12-24 11:42:29 +01:00
|
|
|
\subtitle{(((client)))}
|
2015-03-09 09:27:18 +01:00
|
|
|
|
|
|
|
\author[Equipe Auteur]{(((author)))}
|
|
|
|
|
2018-12-24 11:42:29 +01:00
|
|
|
\institute[Cadoles]{\skbfigure[width=2cm]{cadoles/logo_01.png}}
|
2015-03-09 09:27:18 +01:00
|
|
|
|
2019-04-07 02:31:38 +02:00
|
|
|
|
2015-03-09 09:27:18 +01:00
|
|
|
\date{{\small \today}}
|
|
|
|
|
|
|
|
\subject{Talks}
|
|
|
|
|
|
|
|
\AtBeginSubsection[]
|
|
|
|
{
|
|
|
|
\begin{frame}<beamer>
|
|
|
|
\frametitle{}
|
|
|
|
\tableofcontents[currentsection,currentsubsection]
|
|
|
|
\end{frame}
|
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2018-12-31 09:53:12 +01:00
|
|
|
\skbinput[from=(((content)))]{style/title}
|
2015-03-09 09:27:18 +01:00
|
|
|
|
|
|
|
% Corps de la formation
|
2018-12-31 09:53:12 +01:00
|
|
|
%\skbinput[from=(((content)))]{}
|
2015-03-09 09:27:18 +01:00
|
|
|
|
2018-12-31 09:53:12 +01:00
|
|
|
\skbinput[from=(((content)))]{licences/(((license)))}
|
2015-03-09 09:27:18 +01:00
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|