Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. documentclass[xcolor=dvipsnames]{beamer}
  2. usecolortheme[named=BrickRed]{structure}
  3. usetheme{Singapore}
  4. begin{document}
  5.  
  6. section{Section No 1}
  7. subsection{SubSection No 1}
  8. frame{tableofcontents[currentsection]}
  9. frame{tableofcontents[currentsubsection]}
  10. frame{Some text 1}
  11. subsection{SubSection No 2}
  12. subsection{SubSection No 3}
  13. frame{Some text 2}
  14.  
  15. section{Section No 2}
  16. subsection{SubSection No 1}
  17. frame{tableofcontents[currentsubsection]}
  18. frame{Some more text 1}
  19. subsection{SubSection No 2}
  20. subsection{SubSection No 3}
  21. frame{Some more text 2}
  22.  
  23. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement