Guest User

Untitled

a guest
Jan 23rd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{amsthm}
  4.  
  5. newtheorem{theorem}{Theorem}
  6.  
  7. begin{document}
  8. begin{itemize}
  9. item begin{theorem}
  10. $a^2 + b^2 = c^2$
  11. end{theorem}
  12. end{itemize}
  13. end{document}
Add Comment
Please, Sign In to add comment