MSIn_-_TRA_Methodologie/Syllabus/methodologie.tex

110 lines
3.6 KiB
TeX
Raw Normal View History

2021-04-04 11:17:58 +02:00
\documentclass[10pt]{report} % report, article, book
\usepackage{ffgTemplate}
\usepackage{pdfpages}
\begin{document}
2021-04-04 11:17:58 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Paramètre du document fichier PDF généré %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\formationType{MSIn} % Type de formation : MSIn, MSam, ...
\def\discipline{Trampoline} % Discipline : GAF, GAM, Tr, Tu, ...
\def\disciplineAcronym{TR}
\def\moduleTitle{Méthodologie} % Titre du module de la formation
\def\writer{Trullemans Gregory} % auteur (actuel) du syllabus
2021-04-04 11:17:58 +02:00
% mots clés séparé par une virgule :
\def\motcle{Formation, Moniteur, Sportif, Initiateur, Trampoline, Méthodologie, Module}
2021-04-04 11:17:58 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NE PAS MODIFIER CES LIGNES %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hypersetup{
% PDF Informations definition
pdftitle = {Formation \formationType\xspace \discipline\xspace: Module \moduleTitle},
2021-04-04 11:17:58 +02:00
pdfauthor = {\writer},
pdfcreator = {\writer\xspace with \LaTeX\xspace and FfG style v2.1},
pdfproducer = {\LaTeX},
2021-04-04 11:17:58 +02:00
pdfkeywords = {\motcle},
% PDF layout presentation définition
breaklinks = true, % permet le retour à la ligne dans les liens trop longs
colorlinks = true, % colorise les liens
linkbordercolor = {1 1 1}, % Couleur de la bordure des liens (blanc)
linkcolor = black, % couleur des liens internes
urlcolor = blue, % couleur des hyperliens
citecolor = blue, % couleur des liens de citations
2021-04-04 11:17:58 +02:00
}
\maketitle
\tableofcontents
2021-04-04 11:17:58 +02:00
\input{./chap_introduction.tex}
\input{./chap_considerations_generales.tex}
\input{./chap_methode_globale.tex}
\input{./chap_part_method.tex}
\input{./chap_famille_actions.tex}
\input{./chap_etapes_obligatoires.tex}
2021-04-04 11:17:58 +02:00
\input{./chap_planification.tex}
2021-04-04 12:03:05 +02:00
% \input{./chap_conclusion.tex}
2021-04-04 11:17:58 +02:00
2021-04-04 12:03:05 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CHAPTER %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2021-04-04 11:17:58 +02:00
\begin{thebibliography}{9}
\bibitem{JHennessy}
Jeff T. Hennessy,
\emph{The trampoline as I see it}
International Publications of Lafayette,
1969.
\bibitem{PartMethodWeb1}
Pierre Blois,
\emph{La part-method}.
$http://gymnet.org/article-6158-la-part-method$,
Gymnet 1998-2014.
\bibitem{Suty0679}
P. Suty,
\emph{Progression pédagogique pour l'enseignement du trampoline.
Trampoline N°18}.
Fédération Française de Sports au Trampoline, Paris,
Juin 1979.
\bibitem{ABCTr}
Charles Soulard \& Pascal Chambriard,
\emph{A, B, C trampoline : Apprendre en trampoline, part method.}
France Promo Gym, Aix-les-bains,
2000.
% Pages 37 et 38.
\bibitem{RamMor2006}
Gabriel Ramirez Morales,
\emph{Enseignement acrobatique - Comportement à l'entraînement et en compétition}
L'Harmattan, Paris,
2006
% Pages 149 à 152
\bibitem{PozzoStudeny}
Thierry Pozzo \& Christophe Studeny,
\emph{Théorie et pratique des sports acrobatiques}
Edition Vigot,
1987
\end{thebibliography}
\bigskip
2021-04-04 12:03:05 +02:00
\subsection*{Versions}
\vspace{-0.4cm}
2021-04-04 11:17:58 +02:00
\begin{itemize}
2021-04-04 12:03:05 +02:00
\item Version 2016 : Trullemans Gregory, avril 2016.
2021-04-04 11:17:58 +02:00
\item Version 2018 : Trullemans Gregory, le 5 août 2018.
2021-04-04 12:03:05 +02:00
\item Version 2021 : Trullemans Gregory, le \today
\end{itemize}
2021-04-04 11:17:58 +02:00
\end{document}