57 lines
1.5 KiB
TeX
57 lines
1.5 KiB
TeX
|
\documentclass[a4paper,11pt]{report}
|
||
|
\input{styles/preambule}
|
||
|
|
||
|
\renewcommand{\maketitle}{
|
||
|
\begin{center}
|
||
|
\includegraphics[scale=0.3]{"inc/logo"}
|
||
|
\end{center}
|
||
|
\vspace{0.5cm}
|
||
|
|
||
|
\begin{flushleft}
|
||
|
\textbf{\Huge \cadolesfont\textcolor{CadolesBlue}{\@title}}
|
||
|
\end{flushleft}
|
||
|
\begin{center}
|
||
|
\color{CadolesBlue}\TitleRule
|
||
|
\end{center}
|
||
|
\begin{flushright}
|
||
|
\vspace{-1.5ex}
|
||
|
\textbf{\huge \cadolesfont\textcolor{DarkGrey}{\formation}}
|
||
|
\end{flushright}
|
||
|
\vspace{1.5cm}
|
||
|
}
|
||
|
|
||
|
% TITRE DU DOCUMENT !
|
||
|
\title{Programme de Formation}
|
||
|
|
||
|
\newcommand{\departement}{Cadoles Formations}
|
||
|
\newcommand{\numeroversion}{0.0.1}
|
||
|
\newcommand{\adresse}{2 bis, Cours Fleury }
|
||
|
\newcommand{\codepostal}{21000 }
|
||
|
\newcommand{\ville}{Dijon }
|
||
|
\newcommand{\telephone}{Tél : 03 73 27 02 86 }
|
||
|
\newcommand{\fax}{Fax : 09 72 29 61 11}
|
||
|
\newcommand{\siteweb}{Site : http://www.cadoles.com/}
|
||
|
\newcommand{\formateur}{Emmanuel Garette}
|
||
|
\newcommand{\formation}{Amon-Sphynx}
|
||
|
\newcommand{\dossier}{modules_EOLE_envole/programme/amon-sphynx}
|
||
|
\author{Philippe Caseiro}
|
||
|
|
||
|
%\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\maketitle
|
||
|
\section{Public visé}
|
||
|
\input{dossier/public.tex}
|
||
|
\section{Pré-requis}
|
||
|
\input{dossier/prerequis.tex}
|
||
|
\section{Objectifs de la formation}
|
||
|
\input{dossier/objectifs.tex}
|
||
|
\section{Contenu de la formation}
|
||
|
\input{dossier/contenu.tex}
|
||
|
\section{Moyens pédagogiques, techniques et d'encadrement}
|
||
|
\input{dossier/moyens.tex}
|
||
|
\section{Évaluation des acquis}
|
||
|
\input{dossier/evaluation.tex}
|
||
|
\end{document}
|
||
|
|