Add template (beamer wip)
This commit is contained in:
parent
003c18b17b
commit
aba3c08cc6
14 changed files with 707 additions and 0 deletions
67
templates/nemu/regular/fr/copyright_and_toc.tex
Normal file
67
templates/nemu/regular/fr/copyright_and_toc.tex
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
\section*{Remerciements}
|
||||
\markboth{Remerciements}{}
|
||||
\addcontentsline{toc}{chapter}{\protect\numberline{}Remerciements}
|
||||
|
||||
\noindent Ce document est destiné à une utilisation au sein d’EPITA
|
||||
(\charterColor{\href{http://www.epita.fr/}{site}}) uniquement.
|
||||
|
||||
\bigskip
|
||||
|
||||
\noindent Copyright \copyright{} [@--
|
||||
if ($DOC->team eq 'yaka') { $DOC->year . '/' . ($DOC->year + 1) }
|
||||
else {
|
||||
if ($DOC->month < 2) { ($DOC->year - 1). '/' . $DOC->year }
|
||||
else { $DOC->year . '/' . ($DOC->year + 1) }
|
||||
}
|
||||
--@]%stopzone
|
||||
~Assistants
|
||||
\email{%
|
||||
[@-- $DOC->team --@]%stopzone
|
||||
@epita.fr%
|
||||
}
|
||||
|
||||
\bigskip
|
||||
|
||||
\begin{center}
|
||||
\colorlet{currentcolor}{.}{\color{\graphicChartColor}%
|
||||
\framebox[14cm]{
|
||||
\color{currentcolor}{%
|
||||
\parbox{13cm}{
|
||||
\vspace{0.5cm}
|
||||
\textbf{Copier ce document est autorisé \emph{sous ces conditions seulement} :}
|
||||
|
||||
\begin{itemize}[itemsep=8pt,topsep=8pt]
|
||||
|
||||
\item[$\triangleright$] Vous avez téléchargé cet exemplaire depuis
|
||||
l’intranet\footnotemark{} des assistants.
|
||||
|
||||
\item[$\triangleright$] Il s’agit de sa version la plus récente disponible.
|
||||
|
||||
\item[$\triangleright$] Il est de votre responsabilité de vous assurer
|
||||
qu’aucun individu hors de votre promotion (EPITA
|
||||
[@--
|
||||
if ($DOC->team eq 'acu') {
|
||||
$DOC->month < 2 ? $DOC->year + 2 : $DOC->year + 3
|
||||
}
|
||||
else { $DOC->year + 2 }
|
||||
--@]%stopzone
|
||||
) ne puisse accéder à ce document \emph{ni} à ses copies.
|
||||
|
||||
\end{itemize}
|
||||
|
||||
\medskip
|
||||
|
||||
}}}}
|
||||
\end{center}
|
||||
|
||||
\newpage
|
||||
\thispagestyle{empty}
|
||||
\mbox{}
|
||||
\newpage
|
||||
|
||||
\tableofcontents
|
||||
\markboth{Table des matières}{}
|
||||
\addcontentsline{toc}{chapter}{\protect\numberline{}Table des matières}
|
||||
|
||||
\mainmatter
|
||||
\addcontentsline{toc}{part}{\protect\numberline{}Rapport de stage}
|
||||
Reference in a new issue