Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath,amsfonts,amssymb,amsthm,epsfig,epstopdf,titling,url,array}
  3.  
  4.  
  5. theoremstyle{plain}
  6. newtheorem{thm}{Theorem}[section]
  7. newtheorem{lem}[thm]{Lemma}
  8. newtheorem{prop}[thm]{Proposition}
  9. newtheorem*{cor}{Corollary}
  10. newtheorem{prob}[thm]{Problem}
  11.  
  12. theoremstyle{definition}
  13. newtheorem{defn}{Definition}[section]
  14. newtheorem{conj}{Conjecture}[section]
  15. newtheorem{exmp}{Example}[section]
  16.  
  17. theoremstyle{remark}
  18. newtheorem*{rem}{Remark}
  19. newtheorem*{note}{Note}
  20.  
  21. begin{document}
  22.  
  23. section{Chapter 1}
  24.  
  25. begin{prob}
  26.  
  27. This should Read Problem 1.36, rather than 1.1
  28.  
  29. end{prob}
  30.  
  31.  
  32.  
  33. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement