main.tex 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. \documentclass[aspectratio=43]{beamer}
  2. \usepackage[english]{babel}
  3. \input{chapters/preamble}
  4. \title{My Presentation} %->->->->-> Check hyperref title <-<-<-<-<-
  5. \subtitle{And Some Things About It}
  6. \author[F.de Tal]{\textcolor{yellow}{Fulano Ciclano de Tal}}
  7. \institute[IMUFSP]{
  8. \textcolor{white}{Institute of Mathematics}%
  9. \\%
  10. \textcolor{white}{Federal University of Some Place}%
  11. } %You can change the Institution if you are from somewhere else
  12. \date{Feb. 30, 2142}
  13. %\logo{\includegraphics[width= 0.05\textwidth]{images/logo.png}}
  14. \begin{document}
  15. \frame{\titlepage}
  16. \begin{frame}{Summary}
  17. \tableofcontents
  18. \end{frame}
  19. \input{chapters/Blocks and colors}
  20. \input{chapters/boxesandcolumns}
  21. \input{chapters/equationandfigure}
  22. \input{chapters/graphs and other tikz}
  23. % \section*{References} %You can remove this if you do not want to use it
  24. % \nocite{Djairo} \nocite{PhilPanof} \nocite{Fleming} \nocite{Shankar}
  25. % \begin{frame}{References}
  26. % \printbibliography
  27. % \end{frame}
  28. \section{}
  29. \begin{frame}{}
  30. \centering
  31. \Huge\bfseries
  32. \textcolor{yellow}{The End}
  33. \end{frame}
  34. \end{document}