Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. usepackage{amsthm}
  2.  
  3. newtheorem{example}{Example}[section]
  4.  
  5.  
  6. begin{document}
  7.  
  8. section{} ...
  9.  
  10. section{} ...
  11.  
  12. begin{example} ....
  13.  
  14. end{example}
  15.  
  16. begin{example} Taking table ....
  17.  
  18. end{example}
  19.  
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement