formations/templates/main-beamer.tex

48 lines
789 B
TeX

\documentclass{(((class)))}
\usepackage{skb}
\skbconfig[
root = (((root))),
rep = content,
pub = presentations,
fig = figures,
sli = slides,
acr = database/acr,
bib = database/bib
]{skblocal.tex}
\skbinput[from=(((content)))]{style/preambule}
\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=(((content)))]{style/title}
% Corps de la formation
%\skbinput[from=(((content)))]{}
\skbinput[from=(((content)))]{licences/(((license)))}
\end{document}