Advertisement
Guest User

Untitled

a guest
Dec 4th, 2017
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.71 KB | None | 0 0
  1. \documentclass{amsart}
  2.  
  3. \usepackage{amsthm}
  4.  
  5. \newtheorem{theorem}{Theorem}
  6. \newtheorem{proposition}[theorem]{Proposition}
  7. \newtheorem{lemma}[theorem]{Lemma}
  8.  
  9. \begin{document}
  10.  
  11. \section{A section}
  12. \subsection{A subsection}
  13. \begin{theorem}\end{theorem}
  14. \begin{proposition}\end{proposition}
  15. \begin{lemma}\end{lemma}
  16. \subsection{A subsection}
  17. \begin{theorem}\end{theorem}
  18. \begin{proposition}\end{proposition}
  19. \begin{lemma}\end{lemma}
  20.  
  21. \section{A section}
  22. \subsection{A subsection}
  23. \begin{theorem}\end{theorem}
  24. \begin{proposition}\end{proposition}
  25. \begin{lemma}\end{lemma}
  26. \subsection{A subsection}
  27. \begin{theorem}\end{theorem}
  28. \begin{proposition}\end{proposition}
  29. \begin{lemma}\end{lemma}
  30.  
  31. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement