Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. usepackage{amsthm}
  2. theoremstyle{definition}
  3. newtheorem{exmp}{Ex}[section]
  4.  
  5. begin{exmp}
  6. This is my first example
  7. end{exmp}
  8.  
  9. begin{exmp}
  10. This is my second example
  11. end{exmp}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement