Guest User

Untitled

a guest
Jan 25th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.52 KB | None | 0 0
  1. \documentclass{beamer}
  2.  
  3. \usetheme{Berlin}
  4.  
  5. \begin{document}
  6.  
  7. \section{Section 1}
  8. \begin{frame}{Some frame}
  9.  This is a frame
  10. \end{frame}
  11.  
  12. \begin{frame}{Some frame II}
  13.  This is frame is short, and is meant to conclude the topic of the previous one
  14. \end{frame}
  15.  
  16. \begin{frame}{A new frame}
  17.  Here I'm discussing something new
  18. \end{frame}
  19.  
  20. \section{Section 2}
  21. \begin{frame}{Some frame}
  22.  This is a frame
  23. \end{frame}
  24.  
  25. \begin{frame}{A new frame}
  26.  Here I'm discussing something new
  27. \end{frame}
  28.  
  29. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment