Initialisation dossier rapport final
This commit is contained in:
		
							parent
							
								
									35dac7a719
								
							
						
					
					
						commit
						f7fe886c29
					
				|  | @ -0,0 +1 @@ | |||
| \chapter{Analyse du projet} | ||||
|  | @ -0,0 +1 @@ | |||
| \chapter{Conclusion} | ||||
|  | @ -0,0 +1 @@ | |||
| \chapter{Développement} | ||||
|  | @ -0,0 +1 @@ | |||
| \chapter{Introduction} | ||||
|  | @ -0,0 +1 @@ | |||
| \chapter{Manuel d'utilisation} | ||||
|  | @ -0,0 +1 @@ | |||
| \chapter{Organisation du projet} | ||||
|  | @ -0,0 +1,5 @@ | |||
| @online{ptf-collision-response, | ||||
|     author = "Randy Gaul", | ||||
|     title  = "How to Create a Custom 2D Physics Engine: The Basics and Impulse Resolution", | ||||
|     howpublished = "\url{http://goo.gl/G0gdWU}" | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							|  | @ -0,0 +1,42 @@ | |||
| \documentclass{report} | ||||
| 
 | ||||
| % Packages basiques | ||||
| \usepackage[utf8]{inputenc} | ||||
| \usepackage[T1]{fontenc} | ||||
| \usepackage{lmodern} | ||||
| \usepackage[french]{babel} | ||||
| \usepackage{hyperref} | ||||
| 
 | ||||
| % Noms personnalisés | ||||
| \addto{\captionsfrench}{\renewcommand{\bibname}{Webographie}} | ||||
| 
 | ||||
| \begin{document} | ||||
| 
 | ||||
| % Page de garde | ||||
| \title{Projet L1 -- C.M.I.} | ||||
| \date{29 février 2016} | ||||
| \author{Maëlle Beuret, Rémi Cérès, Mattéo Delabre} | ||||
| \maketitle | ||||
| 
 | ||||
| % Table des matières | ||||
| \setcounter{tocdepth}{1} | ||||
| \tableofcontents | ||||
| 
 | ||||
| \setlength{\parskip}{0.4cm plus4mm minus3mm} | ||||
| 
 | ||||
| % Sous-parties | ||||
| \include{./parts/intro} | ||||
| \include{./parts/organisation} | ||||
| \include{./parts/analyse} | ||||
| \include{./parts/develop} | ||||
| \include{./parts/manuel} | ||||
| \include{./parts/conclu} | ||||
| 
 | ||||
| % Bibliographie | ||||
| \cleardoublepage | ||||
| \phantomsection | ||||
| \addcontentsline{toc}{chapter}{Webographie} | ||||
| \bibliographystyle{unsrt} | ||||
| \bibliography{rapport} | ||||
| 
 | ||||
| \end{document} | ||||
		Loading…
	
		Reference in New Issue