formations/templates/main-beamer.tex

58 lines
1.1 KiB
TeX
Raw Permalink Normal View History

2020-08-05 17:08:33 +02:00
\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}
2020-08-05 17:08:33 +02:00
\skbinput[from=(((content)))]{style/preambule}
\newlength{\logospacing}
2021-07-19 11:30:54 +02:00
((* if intitutes|length > 1 *))
\setlength{\logospacing}{(\textwidth - 2cm*(((logos_count))))/(((logos_count - 1)))}
2021-07-19 11:30:54 +02:00
((* else *))
\setlength{\logospacing}{0 cm}
((* endif *))
\logo{
((* for institute in institutes *))
\skbfigure[width=2cm]{logos/(((institute)))}~ \hspace{\logospacing}
((* endfor *))
\skbfigure[width=2cm]{logos/Cadoles.png}~
}
2020-08-05 17:08:33 +02:00
\title[]{(((title)))}
\subtitle{(((client)))}
\author[Equipe Auteur]{(((author)))}
\institute[Cadoles]{\skbfigure[width=2cm]{logos/Cadoles.png}}
2020-08-05 17:08:33 +02:00
\date{{\small \today}}
\subject{Talks}
\begin{document}
\skbinput[from=(((content)))]{style/title}
% Corps de la formation
%\skbinput[from=(((content)))]{}
\skbinput[from=(((content)))]{licences/(((license)))}
\end{document}