formations/templates/main.tex

47 lines
753 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[from=rep]{style/preambule_slides}
\title[]{(((title)))}
\subtitle{(((client)))}
\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[from=rep]{style/title}
% Corps de la formation
%\skbinput[from=slides]{}
\skbinput[from=rep]{licences/(((license)))}
\end{document}