Hazem09

Untitled

Apr 22nd, 2022 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.27 KB | None | 0 0
  1. \documentclass[12pt]{report}
  2. \usepackage[T1]{fontenc}
  3. \usepackage[french]{babel}
  4. \usepackage[autolanguage]{numprint}
  5. \usepackage[utf8x]{inputenc}
  6. \usepackage{amsmath}
  7. \usepackage{graphicx}
  8. \usepackage[colorinlistoftodos]{todonotes}
  9. \usepackage{sectsty}
  10. \usepackage{algorithm}
  11. \usepackage[noend]{algpseudocode}
  12. \usetikzlibrary{shapes.geometric , arrows,calc}
  13. \sectionfont{\Huge}
  14. \subsectionfont{\LARGE}
  15. \subsubsectionfont{\Large}
  16. \paragraphfont{\large}
  17. \subparagraphfont{\normalsize}
  18. \setlength{\parskip}{\baselineskip}
  19. \setlength{\parindent}{15pt}
  20. \setlength {\marginparwidth }{2cm}
  21. \usepackage[scale=0.75,top=2cm,bottom=2cm]{geometry}
  22.  
  23.  
  24. \begin{document}
  25.  
  26. \begin{titlepage}
  27.  
  28. \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
  29.  
  30. \center % Center everything on the page
  31. \textsc{\small \textbf{république algérienne démocratique et populaire
  32. ministre de l'enseignement supérieure et de la recherche scientifique
  33. université des sciences et de la technologie Houari Boumediene}}\\[0.5cm] % Name of your university/college
  34. %   LOGO SECTION
  35. %----------------------------------------------------------------------------------------
  36.  
  37. \includegraphics[scale=0.17]{logousthb1.png}\\[1cm] % Include a department/university logo - this will require the graphicx package
  38.  
  39. %----------------------------------------------------------------------------------------
  40. \textsc{\Large Faculté de mathématique}\\[0.5cm] % Major heading such as course name
  41. \textsc{\large Département de Recherche Opérationnelle}\\[0.5cm] % Minor heading such as course title
  42.  
  43. %----------------------------------------------------------------------------------------
  44.  
  45. %----------------------------------------------------------------------------------------
  46. %   TITLE SECTION
  47. %----------------------------------------------------------------------------------------
  48. {\huge \bfseries Mémoire}\\[0.5cm]
  49. {\bfseries En vue de l'obtention du Diplôme de Licence \\En Recherche Opérationnelle}\\[0.5cm]
  50. {\large \bfseries Thème}
  51. \HRule \\[0.4cm]
  52. { \huge \bfseries Algorithme génétique pour la résolution du TSP}\\[0.4cm] % Title of your document
  53. \HRule \\[1.5cm]
  54.  
  55. %----------------------------------------------------------------------------------------
  56. %   AUTHOR SECTION
  57. %----------------------------------------------------------------------------------------
  58.  
  59. \begin{minipage}{0.4\textwidth}
  60. \begin{flushleft} \large
  61. \emph{Présenté par:}\\
  62. \textsc{brahimi} Hazem \\% Your name
  63. \textsc{mahfoudi} Khaled
  64. \end{flushleft}
  65. \end{minipage}
  66. ~
  67. \begin{minipage}{0.4\textwidth}
  68. \begin{flushright} \large
  69. \emph{Encadré par:} \\
  70. Mr. \textsc{lamini} % Supervisor's Name
  71. \end{flushright}
  72. \end{minipage}\\[4.0cm]
  73.  
  74. % If you don't want a supervisor, uncomment the two lines below and remove the section above
  75. %\Large \emph{Author:}\\
  76. %John \textsc{Smith}\\[3cm] % Your name
  77.  
  78. %----------------------------------------------------------------------------------------
  79. %   DATE SECTION
  80. %----------------------------------------------------------------------------------------
  81.  
  82. {\large \today}\\ % Date, change the \today to a set date if you want to be precise
  83.  
  84.  
  85.  
  86. \vfill % Fill the rest of the page with whitespace
  87.  
  88. \end{titlepage}
  89. \end{document}
Add Comment
Please, Sign In to add comment