blob: 95cfffff6f8f9bdf9226e768df051dbfde2d60be (
plain)
- $if(toc)$
- $if(toc-title)$
- \renewcommand*\contentsname{$toc-title$}
- $endif$
- $if(beamer)$
- \begin{frame}[allowframebreaks]
- $if(toc-title)$
- \frametitle{$toc-title$}
- $endif$
- \setcounter{tocdepth}{$toc-depth$}
- \tableofcontents
- \end{frame}
- $else$
- {
- $if(colorlinks)$
- \hypersetup{$if(toccolor)$linkcolor=$toccolor$$endif$}
- $endif$
- \setcounter{tocdepth}{$toc-depth$}
- \tableofcontents
- }
- $endif$
- $endif$
- $if(lof)$
- \listoffigures
- $endif$
- $if(lot)$
- \listoftables
- $endif$
|