formations/templates/main.tex

47 lines
753 B
TeX
Raw Normal View History

2015-03-09 09:27:18 +01:00
\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}
2015-03-09 09:27:18 +01:00
\title[]{(((title)))}
\subtitle{(((client)))}
2015-03-09 09:27:18 +01:00
\author[Equipe Auteur]{(((author)))}
\institute[Cadoles]{\skbfigure[width=2cm]{cadoles/logo_01.png}}
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}
\skbinput[from=rep]{style/title}
2015-03-09 09:27:18 +01:00
% Corps de la formation
2015-03-09 15:19:54 +01:00
%\skbinput[from=slides]{}
2015-03-09 09:27:18 +01:00
\skbinput[from=rep]{licences/(((license)))}
2015-03-09 09:27:18 +01:00
\end{document}