You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
516 B

11 months ago
  1. \documentclass[english, 11pt]{beamer}
  2. \usetheme{Berlin}
  3. \usecolortheme{dove}
  4. \begin{document}
  5. \begin{frame}
  6. \section{This is the first frame}
  7. Chapters are not allowed in Beamer presentations
  8. \begin{itemize}
  9. \item This is the first item
  10. \item This is the second item
  11. \end{itemize}
  12. \end{frame}
  13. \begin{frame}
  14. \section{This is the second frame}
  15. However, Sections and Subsections are
  16. \begin{itemize}
  17. \item This is the third item
  18. \item This is the fourth item
  19. \end{itemize}
  20. \end{frame}
  21. \end{document}