Added tocdepth to latex template.

This commit is contained in:
John MacFarlane 2013-01-05 11:49:10 -08:00
parent 9601cc5026
commit d541256441

View file

@ -135,6 +135,7 @@ $endfor$
$if(toc)$
{
\hypersetup{linkcolor=black}
\setcounter{tocdepth}{$toc-level$}
\tableofcontents
}
$endif$