Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{enumitem}
  4. newtheorem{theorem}{Theorem}[section]
  5.  
  6. begin{document}
  7.  
  8. setcounter{section}{2}% Just for this example
  9. section{A section}
  10.  
  11. setcounter{theorem}{1}% Just for this example
  12. begin{theorem}
  13. The set has the following parameters:
  14. begin{enumerate}[label={(thetheorem.arabic*)},leftmargin=*]
  15. item Non-empty and
  16. item Compact.
  17. end{enumerate}
  18. end{theorem}
  19.  
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement