Blocks and colors.tex 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. \section{Blocks and Colors}
  2. \frame{\sectionpage}
  3. \begin{frame}{Color}
  4. \begin{itemize}
  5. \item \textcolor{blue2}{That's the blue2 color}
  6. \item \textcolor{green2}{That's the green2 color}
  7. \item \textcolor{red2}{That's the red2 color}
  8. \item \textcolor{violet2}{That's the violet2 color}
  9. \item \textcolor{orange2}{That's the orange2 color}
  10. \item \textcolor{yellow}{That's the yellow color}
  11. \end{itemize}
  12. \end{frame}
  13. \begin{frame}{Blocks}
  14. \begin{block}{begin block}
  15. There's a block
  16. \end{block}
  17. \begin{alertblock}{begin alertblock}
  18. there's a alert block
  19. \end{alertblock}
  20. \begin{exampleblock}{begin example block}
  21. here comes example
  22. \end{exampleblock}
  23. \end{frame}
  24. \begin{frame}{Blocks}
  25. \begin{theorem}
  26. Here comes a theorem
  27. \end{theorem}
  28. \begin{proof}
  29. Here comes the proof
  30. \end{proof}
  31. \end{frame}