Advertisement
Guest User

Untitled

a guest
Dec 1st, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.33 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \newtheorem{theorem}{Theorem}
  4.  
  5. \begin{document}
  6.  
  7. \begin{theorem}
  8. This is the main theorem.
  9. \end{theorem}
  10.  
  11. \begin{theorem}[$c^\star$ case]
  12. This is a sub-case of the main theorem.
  13. \end{theorem}
  14.  
  15. \begin{theorem}[$w^\star$ case]
  16. This is another sub-case of the main theorem.
  17. \end{theorem}
  18.  
  19. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement