Guest User

Untitled

a guest
Mar 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass[handout]{beamer}
  2. usepackage{amsmath}
  3.  
  4. begin{document}
  5.  
  6. frame{
  7. %The theorem with a handout optional argument.
  8. begin{theorem}only<handout>{[Second Fundamental Theorem of Calculus]}
  9. (int_a^b f'(x)mathrm{d}x=f(b)-f(a).)
  10. end{theorem}bigskip
  11.  
  12. %The theorem without a handout command.
  13. begin{theorem}[Second Fundamental Theorem of Calculus]
  14. (int_a^b f'(x)mathrm{d}x=f(b)-f(a).)
  15. end{theorem}
  16. }
  17. end{document}
Add Comment
Please, Sign In to add comment