Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. documentclass[french,a4paper,12pt]{report}
  2. usepackage{babel}
  3. usepackage{graphicx}
  4. usepackage{amsmath,amsfonts,amstext,amssymb}
  5. usepackage{times}
  6. usepackage{setspace}
  7. usepackage{Lettrine}
  8. usepackage{fancyhdr}
  9. usepackage{multirow}
  10. usepackage{pslatex}
  11. usepackage[T1]{fontenc}
  12. usepackage[latin1]{inputenc}
  13. usepackage{array}
  14. usepackage{enumerate}
  15. usepackage{color}
  16. usepackage{version}
  17. usepackage{newcent}
  18. usepackage{nestochp}
  19. usepackage{anysize}
  20. usepackage{amsthm}
  21. makeatletter
  22. g@addto@macroth@remark{thm@headpunct{ }}
  23. makeatother
  24. theoremstyle{remark}
  25. newtheorem{Def}{Définition}
  26. newtheorem*{pre}{Preuve}
  27. newtheorem{The}{Théorème}
  28. newtheorem{Lem}{Lemme}
  29. newtheorem*{Rem}{Remarque}
  30. newtheorem{pro}{Proposition}
  31. numberwithin{equation}{chapter}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement