formations/templates/main-beamer.tex

62 lines
1.2 KiB
TeX

\documentclass{(((class)))}
\usepackage{skb}
\skbconfig[
root = (((root))),
rep = content,
pub = presentations,
fig = figures,
sli = slides,
acr = database/acr,
bib = database/bib
]{skblocal.tex}
\newcommand{\pdfauthor}{(((author)))}
\newcommand{\pdftitle}{(((title)))}
\newcommand{\pdfkeywords}{EOLE}
\skbinput[from=(((content)))]{style/preambule}
\newlength{\logospacing}
\setlength{\logospacing}{(\textwidth - 2cm*(((logos_count))))/(((logos_count - 1)))}
\logo{
((* for institute in institutes *))
\skbfigure[width=2cm]{logos/(((institute)))}~ \hspace{\logospacing}
((* endfor *))
\skbfigure[width=2cm]{logos/Cadoles.png}~
}
\title[]{(((title)))}
\subtitle{(((client)))}
\author[Equipe Auteur]{(((author)))}
\institute[Cadoles]{\skbfigure[width=2cm]{logos/Cadoles.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}