Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. documentclass{beamer}
  2.  
  3. usepackage{amsthm}
  4. newtheorem{theorem}{Theorem}
  5.  
  6. usepackage{etoolbox}
  7.  
  8. begin{document}
  9.  
  10. begingroup
  11. apptocmd{thetheorem}{protectfootnote{A footnote.}}{}{}
  12.  
  13. begin{theorem}
  14. Some text.
  15. end{theorem}
  16.  
  17. endgroup
  18.  
  19. begin{theorem}
  20. Some text.
  21. end{theorem}
  22.  
  23. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement