Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. documentclass[]{article}
  2. usepackage{amsmath,amsthm}
  3. %done by macro1.tex
  4. theoremstyle{definition}
  5. newtheorem{thm}{Theorem}[section]
  6. %done by macro2.tex
  7. theoremstyle{plain}
  8. makeatletter
  9. letthmrelax
  10. letc@thmrelax
  11. makeatletter
  12. newtheorem{thm}{Theorem}[section]
  13.  
  14. usepackage{kantlipsum}
  15. begin{document}
  16. begin{thm}
  17. kant[1]
  18. end{thm}
  19. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement