Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{amsthm}
  3.  
  4. newtheoremstyle{underlinenonum}% name
  5. {-1.5mm} % Space above, empty = `usual value'
  6. {} % Space below
  7. {} % Body font
  8. {parindent} % Indent amount (empty = no indent, parindent = para indent)
  9. {} % Thm head font
  10. {} % Punctuation after thm head
  11. { } % Space after thm head: newline = linebreak
  12. {noindent{underline{thmnote{#3:}}}}
  13.  
  14. theoremstyle{underlinenonum}
  15. newtheorem*{subcase}{subcase}
  16. letmtendsubcaseendsubcase
  17. renewcommand{endsubcase}{renewcommandqedsymbol{tinyfbox{a}}qedmtendsubcase}
  18.  
  19. begin{document}
  20. begin{subcase}[Name of Thing] This is a thing I would like to say.end{subcase}
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement