Guest User

Untitled

a guest
Oct 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. documentclass[a4paper,12pt]{report}
  2. usepackage{amsmath}
  3. usepackage{amsfonts}
  4. usepackage{amssymb}
  5. usepackage{amsthm}
  6. usepackage{epsfig}
  7. usepackage{epstopdf}
  8. usepackage{titling}
  9. usepackage{url}
  10. usepackage{array}
  11. usepackage[explicit]{titlesec}
  12. usepackage{ulem}
  13. usepackage{setspace}
  14. onehalfspacing
  15. % or:
  16. %onehalfspacing
  17. %%%%%%%%%%%%%%%%%%%% Dimmensions of the pages%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18. %textwidth165mm hoffset-15mm
  19. setlength{textwidth}{16.4cm}
  20. setlength{textheight}{23.5cm}
  21. %setlength{oddsidemargin}{.3cm}
  22. setlength{evensidemargin}{-.3cm}
  23. textheight=6.0in textheight=9.0in oddsidemargin=0in
  24. evensidemargin=0.1in topmargin=-0.3in topskip=0.3pt
  25. baselineskip=12pt topskip=0.1pt
  26. parskip=5pt
  27. parindent=0em
  28. flushbottom
  29. renewcommand{baselinestretch}{2.0}
  30.  
  31. %%%%%%%%%%%%%%%%%%%%%%%%% Theorem Environments %%%%%%%%%%%%%%%%%%%%%%%%%
  32. newtheorem{definition}{Definition}[section]
  33. newtheorem{lemma}{Lemma}[section]
  34. newtheorem{theorem}{Theorem}[section]
  35. newtheorem{proposition}{Proposition}[section]
  36. newtheorem{remark}{Remark}[section]
  37. newtheorem{remarks}{Remarks}[section]
  38. newtheorem{corollary}{Corollary}[section]
  39. newtheorem{example}{Example}[section]
  40. newtheorem{algo}{Algorithm}[section]
Add Comment
Please, Sign In to add comment