blob: 8f99215ff6749ef46cb5e80a886ff4de9f6b5047 (
plain)
- $if(toc)$
- $if(toc-title)$
- \renewcommand*\contentsname{$toc-title$}
- $endif$
- {
- $if(colorlinks)$
- \hypersetup{$if(toccolor)$linkcolor=$toccolor$$endif$}
- $endif$
- \setcounter{tocdepth}{$toc-depth$}
- \tableofcontents
- }
- $endif$
- $if(lof)$
- \listoffigures
- $endif$
- $if(lot)$
- \listoftables
- $endif$
|