Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. documentclass[twoside]{book}
  2. usepackage[english]{babel}
  3. usepackage[utf8]{inputenc}
  4. usepackage{amsmath, amssymb, amsfonts}
  5. usepackage{amsthm}
  6. usepackage[utf8]{inputenc}
  7. usepackage[T1]{fontenc}
  8. usepackage{mathtools}
  9. pdfpagewidth=6in
  10. pdfpageheight=9in
  11. textheight=6in
  12. textwidth=10.5cm
  13. hoffset=-2.25cm
  14. topmargin=0cm
  15. newtheorem{definition}{Definition}[section]
  16. pagestyle{headings}
  17. newtheorem*{remark}{Remark}
  18. newtheorem*{problem}{Problem}
  19. newtheorem{example}{Example}
  20. newtheorem{theorem}{Theorem}
  21. newtheorem{lemma}{Lemma}
  22. newtheorem*{s}{Statement}
  23. newtheorem*{corollary}{Corollary}
  24. begin{document}
  25.  
  26. title{----------}
  27. author{-----------}
  28. frontmatter
  29. maketitle
  30. tableofcontents
  31. mainmatter
  32. setcounter{tocdepth}{4}
  33. setcounter{secnumdepth}{4}
  34. chapter{Preliminaries}
  35.  
  36. bigskip
  37. bigskip
  38. bigskip
  39.  
  40. Hello!!
  41.  
  42. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement