template_rapport.tex 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. % pdflatex -shell-escape template_rapport.tex
  2. \documentclass[a4paper,oneside]{article}
  3. \usepackage[frenchb]{babel}
  4. \usepackage[utf8]{inputenc}
  5. %\usepackage[T1]{fontenc}
  6. \usepackage{graphicx}
  7. \usepackage{amssymb}
  8. \usepackage{amsmath}
  9. \usepackage{hyperref}
  10. \usepackage{fullpage}
  11. \usepackage{titlesec}
  12. \usepackage{fancyhdr}
  13. \usepackage{nopageno}
  14. %%%%%%%%%%%%%%%%%%%%%%%%%
  15. \title{Rapport du projet Machin}
  16. \author{}
  17. \date{}
  18. \makeatletter
  19. \pagestyle{fancy}
  20. \fancyhf{}
  21. \fancyhead[L]{}
  22. \fancyhead[C]{}
  23. \fancyhead[R]{}
  24. \renewcommand{\headrulewidth}{0pt}
  25. \fancyfoot[L]{\@title}
  26. \fancyfoot[C]{}
  27. \fancyfoot[R]{page \thepage / \pageref{myLastPage}}
  28. \renewcommand{\footrulewidth}{0.4pt}
  29. %%%%%%%%%%%%%%%%%%%%%%%%%
  30. \begin{document}
  31. %%%%%%%%%%%%%%%%%%%%%%%%%
  32. \thispagestyle{empty}
  33. \Large
  34. ULCO - L3 Informatique
  35. \vfill
  36. \Huge
  37. \begin{center}
  38. \@title
  39. \end{center}
  40. \normalsize
  41. \vfill
  42. \paragraph{Étudiants : }
  43. \paragraph{Encadrant : }
  44. \paragraph{Date de début : }
  45. \paragraph{Date de fin : }
  46. \paragraph{Objet du projet : }
  47. ~
  48. \vfill
  49. \noindent\rule{\linewidth}{0.5pt}
  50. \tableofcontents
  51. ~\\
  52. \noindent\rule{\linewidth}{0.5pt}
  53. \clearpage
  54. %%%%%%%%%%%%%%%%%%%%%%%%%
  55. \section{Présentation du projet}
  56. 2 pages max
  57. \subsection{Analyse de la demande}
  58. Contexte…
  59. Besoins, priorités…
  60. \subsection{Spécifications}
  61. \begin{enumerate}
  62. \item …
  63. \item …
  64. \end{enumerate}
  65. \clearpage
  66. %%%%%%%%%%%%%%%%%%%%%%%%%
  67. \section{Réalisation}
  68. Description et justification des choix techniques.
  69. Des schémas commentés mais pas de code ni de blabla inutile.
  70. 4 pages max
  71. \subsection{Présentation }
  72. Le logiciel implémenté permet de charger un fichier de données (spécification 13) et d'afficher ces données en même temps dans un terminal et dans une fenêtre graphique (spécification 37).
  73. \begin{center}
  74. \includegraphics[width=9cm]{capture_ecran.png}
  75. \end{center}
  76. \paragraph{}
  77. De plus, pour répondre à la spécification … on a implémenté …
  78. \paragraph{}
  79. Enfin, comme convenu dans le cahier des charges, le logiciel fonctionne sur l'environnement … avec les bibliothèques …
  80. \subsection{Architecture générale}
  81. On a utilisé un MVC parce que …
  82. \begin{center}
  83. \includegraphics[width=10cm]{architecture_generale.eps}
  84. \end{center}
  85. \subsection{Gestion de ceci}
  86. \subsection{Gestion de cela}
  87. \clearpage
  88. %%%%%%%%%%%%%%%%%%%%%%%%%
  89. \section{Bilan}
  90. 2 pages max
  91. \subsection{Déroulement du projet}
  92. Différences par rapport aux prévisions (conception, planification…), problèmes rencontrés, solutions adoptées.
  93. \subsection{Réalisation des objectifs }
  94. \begin{tabular}{| l | c |}
  95. \hline
  96. fonctionnalité & réalisation \\
  97. \hline
  98. \hline
  99. fonctionnalité 1 & complète \\
  100. \hline
  101. fonctionnalité 2 & partielle \\
  102. \hline
  103. fonctionnalité 3 & non \\
  104. \hline
  105. \end{tabular}
  106. \paragraph{}
  107. Pour la fonctionnalité 2, il y a … Par rapport aux spécifications demandées, il manque …
  108. \subsection{Conclusion pour les projets futurs}
  109. Ce qui a bien marché, les erreurs à ne plus commettre.
  110. %%%%%%%%%%%%%%%%%%%%%%%%%
  111. \label{myLastPage}
  112. \end{document}
  113. %%%%%%%%%%%%%%%%%%%%%%%%%