58 lines
1.1 KiB
TeX
58 lines
1.1 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}
|
|
((* if intitutes|length > 1 *))
|
|
\setlength{\logospacing}{(\textwidth - 2cm*(((logos_count))))/(((logos_count - 1)))}
|
|
((* 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}~
|
|
}
|
|
|
|
\title[]{(((title)))}
|
|
\subtitle{(((client)))}
|
|
|
|
\author[Equipe Auteur]{(((author)))}
|
|
|
|
\institute[Cadoles]{\skbfigure[width=2cm]{logos/Cadoles.png}}
|
|
|
|
\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}
|
|
|