Advertisement
saami783

Untitled

Feb 7th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.77 KB | None | 0 0
  1. \documentclass[a4paper, 12pt, twoside]{report}
  2. \usepackage[utf8]{inputenc}     % LaTeX, comprend les accents !
  3. \usepackage[T1]{fontenc}       
  4. \usepackage[francais]{babel}
  5. \usepackage{lmodern}
  6. \usepackage{ae,aecompl}
  7. \usepackage[top=2.5cm, bottom=2cm,
  8.             left=3cm, right=2.5cm,
  9.             headheight=15pt]{geometry}
  10. \usepackage{graphicx}
  11. \usepackage{eso-pic}    % Nécessaire pour mettre des images en arrière plan
  12. \usepackage{array}
  13. \usepackage{hyperref}
  14. \usepackage{lastpage}
  15. \usepackage{float}
  16. \usepackage{graphicx}
  17. \usepackage{amsmath}
  18. \usepackage{amssymb}
  19. \usepackage{mathtools, nccmath}
  20.  
  21. \usepackage{booktabs}
  22.  
  23. \usepackage{caption}
  24. \usepackage{subcaption}
  25. \usepackage{placeins}
  26. \usepackage{placeins}
  27. \captionsetup{justification=centering, font=small}
  28. \captionsetup{skip=2pt}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement