formations/templates/main.tex

48 lines
773 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}
2015-03-10 09:20:45 +01:00
\skbinput[]{styles/preambule}
\skbinput[]{styles/formation\_en}
2015-03-09 09:27:18 +01:00
\title[]{(((title)))}
\subtitle{XXX CLIENT XXX}
\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}
2015-03-10 09:20:45 +01:00
\skbinput[]{styles/title.tex}
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}