From d541256441c14601977192c2415003b5b357a108 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 5 Jan 2013 11:49:10 -0800 Subject: [PATCH] Added tocdepth to latex template. --- default.latex | 1 + 1 file changed, 1 insertion(+) diff --git a/default.latex b/default.latex index 73074cc50..c55f95266 100644 --- a/default.latex +++ b/default.latex @@ -135,6 +135,7 @@ $endfor$ $if(toc)$ { \hypersetup{linkcolor=black} +\setcounter{tocdepth}{$toc-level$} \tableofcontents } $endif$