\documentclass[10pt]{report} % report, article, book \usepackage{ffgTemplate} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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{Figures acrobatiques} % Titre du module de la formation \def\writer{Trullemans Gregory} % auteur (actuel) du syllabus % mots clés séparé par une virgule : \def\motcle{Formation, Niveau 1, Trampoline, figure, acrobatique, Module} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % NE PAS MODIFIER CES LIGNES % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \hypersetup{ % PDF Informations definition pdftitle = {Formation~\formationType~\discipline~\moduleTitle}, pdfauthor = {\writer}, pdfcreator = {\LaTeX\xspace with hyperref package} pdfproducer = {\writer}, pdfkeywords = {\motcle}, % PDF layout presentation définition breaklinks = true, % permet le retour à la ligne dans les liens trop longs % colorlinks = true, % colorise les liens linkcolor = blue, % couleur des liens internes urlcolor = blue, % couleur des hyperliens citecolor = blue, % couleur des liens de citations %bookmarksopen = true, %pdftoolbar = false, %pdfmenubar = false, %pdfpagemode = FullScreen, } \maketitle \tableofcontents \newpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % CHAPTER % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input{chapter_introduction.tex} \part{Rotations Avant} \input{chapter_petit_pique.tex} \input{chapter_kaboom_avant.tex} \input{chapter_salto_avant.tex} \input{chapter_pique.tex} \input{chapter_barani.tex} \part{Rotations arrières} \input{chapter_pull-over.tex} \input{chapter_kaboom.tex} \input{chapter_salto_arriere.tex} \input{chapter_3_4_arriere.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % CHAPTER % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{thebibliography}{9} \bibitem{KaboomLabeau0606} Philippe Labeau, \emph{Le Kaboom arrière}. Blog du Club Sportif Municipal du Pecq, Section Trampoline. Juin 2006. \bibitem{34Labeau2006} \emph{3/4 Avant (ou piqué) Ball Out}. Blog du Club Sportif Municipal du Pecq, Section Trampoline. Juin 2006. \bibitem{Blois_back} Pierre Blois, \emph{le Salto arrière. Trampoline N°14}. Fédération Française de Sports au Trampoline, Paris, Juin 1978. % \bibitem{Blois_BBO} % Pierre Blois, % \emph{La Ball Out et Barani Ball Out. Trampoline N°11}. % Fédération Française de Sports au Trampoline, Paris, % Octobre 1977. \bibitem{Blois_34Cody} Pierre Blois, \emph{Le ¾ Arrière - Cody. Trampoline N°45}. Fédération Française de Sports au Trampoline, Paris, Mars 1986. \bibitem{Ducroux0102} Robert Ducroux et Georges Rivoal, \emph{Le Salto Arrière Groupé, Gym Technic' n°38}. France Promo Gym, Aix les bains, Janvier-Février 2002. \end{thebibliography} \bigskip \section*{Versions} \begin{itemize} \item Version 2016 : Trullemans Gregory, juin 2016. \item Version 2017 : Trullemans Gregory, juin 2017. \item Version 2018 : Trullemans Gregory, juillet 2018. \item Version 2022 : Trullemans Gregory, juillet 2022. \item Version 2024 : Trullemans Gregory, août 2024. \end{itemize} \end{document}