Guest User

Untitled

a guest
Jan 13th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. documentclass[12pt,a4paper]{article}
  2. %------------------------------------------------------------
  3. usepackage{amsmath,amssymb,amsthm}
  4. %------------------------------------------------------------
  5. usepackage[utf8]{inputenc}
  6. usepackage[T1]{fontenc}
  7. % ------------------------------------------------------------
  8. newtheorem{theorem}{Theorem}[section]
  9. newtheorem{definition}{Definition}[section]
  10. newtheorem{definitions}{Definitions}[section]
  11. newtheorem{notation}{Notation}[section]
  12. newtheorem{corollary}{Corollary}[section]
  13. newtheorem{proposition}{Proposition}[section]
  14. newtheorem{lemma}{Lemma}[section]
  15. newtheorem{remark}{Remark}[section]
  16. newtheorem{example}{Example}[section]
  17. numberwithin{equation}{section}
  18. begin{document}
  19. section{section1}
  20. begin{theorem}
  21. end{theorem}
  22. begin{proof}
  23. end{proof}
  24. end{document}
Add Comment
Please, Sign In to add comment