Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. usepackage{...}
  2. theoremsytyle{theorem}
  3. newtheorem{thm}{Theroem}
  4. begin{document}
  5. begin{thm}
  6. The equality will holds if one of the following conditions are satisfied:
  7. begin{description}[font=normalfont,leftmargin=0cm]
  8. item[1.] ...
  9. item[2.] ...
  10. end{description}
  11. end{thm}
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement