37 lines
606 B
TeX
37 lines
606 B
TeX
\documentclass{article}
|
|
|
|
\usepackage{skb}
|
|
|
|
\skbconfig[
|
|
root = ../../,
|
|
rep = content,
|
|
pub = presentations,
|
|
fig = figures,
|
|
sli = slides,
|
|
acr = database/acr,
|
|
bib = database/bib
|
|
]{skblocal.tex}
|
|
|
|
\skbinput[from=rep]{style/preambule_report}
|
|
|
|
%\title[]{FIXME}
|
|
%\subtitle{FIXME}
|
|
|
|
%\author[Equipe Auteur]{Cadoles}
|
|
%
|
|
%\institute[Cadoles]{\skbfigure[width=2cm]{cadoles/logo_01.png}}
|
|
%
|
|
%
|
|
%\date{{\small \today}}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\skbinput[from=rep]{style/title}
|
|
|
|
% Corps de la formation
|
|
%\skbinput[from=rep]{}
|
|
|
|
\skbinput[from=rep]{licences/license-cc-by-sa-2.0}
|
|
|
|
\end{document}
|