Guest User

Untitled

a guest
Apr 20th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. documentclass{beamer}
  2.  
  3. usepackage{graphicx}
  4. usepackage{lipsum}
  5.  
  6. begin{document}
  7. begin{frame}
  8. includegraphics[height=0.3textheight]{example-image-a} \
  9. begin{overlayarea}{linewidth}{0.5textheight}
  10. only<1>{
  11. begin{itemize}
  12. item A
  13. item B
  14. item C
  15. end{itemize}
  16. }
  17. only<2>{
  18. begin{itemize}
  19. item Dfootnotemark
  20. item E%footnote{Footnote concerning E.}
  21. item F
  22. item G
  23. end{itemize}
  24. vspace*{2.5cm} % Push footnote approximately to bottom.
  25. footnotetext{Footnote concering D.}
  26. }
  27. end{overlayarea}
  28. end{frame}
  29. end{document}
Add Comment
Please, Sign In to add comment