aboutsummaryrefslogtreecommitdiff
path: root/_extensions/ruc-play/stylish-report/toc.tex
blob: 95cfffff6f8f9bdf9226e768df051dbfde2d60be (plain)
  1. $if(toc)$
  2. $if(toc-title)$
  3. \renewcommand*\contentsname{$toc-title$}
  4. $endif$
  5. $if(beamer)$
  6. \begin{frame}[allowframebreaks]
  7. $if(toc-title)$
  8.   \frametitle{$toc-title$}
  9. $endif$
  10. \setcounter{tocdepth}{$toc-depth$}
  11. \tableofcontents
  12. \end{frame}
  13. $else$
  14. {
  15. $if(colorlinks)$
  16. \hypersetup{$if(toccolor)$linkcolor=$toccolor$$endif$}
  17. $endif$
  18. \setcounter{tocdepth}{$toc-depth$}
  19. \tableofcontents
  20. }
  21. $endif$
  22. $endif$
  23. $if(lof)$
  24. \listoffigures
  25. $endif$
  26. $if(lot)$
  27. \listoftables
  28. $endif$