Guest User

Untitled

a guest
Jan 12th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. documentclass{beamer}
  2.  
  3. % Subsection counter:
  4. newcounter{stappen}
  5. newcommand{snumreset}{setcounter{stappen}{0}}
  6. newcommand{snum}{stepcounter{stappen} Roman{stappen}}
  7.  
  8. begin{document}
  9. section{Section 1}
  10. subsection{Subsec 1}
  11. snumreset
  12.  
  13. begin{frame}
  14. frametitle{subsecnamesnum}
  15. begin{itemize}
  16. item<1-> bla
  17. item<2-> counter should not increase
  18. item<3-> counter should again not increase
  19. end{itemize}
  20. end{frame}
  21.  
  22. begin{frame}
  23. frametitle{subsecnamesnum}
  24. Counter should be at two.
  25. end{frame}
  26. end{document}
Add Comment
Please, Sign In to add comment