Skip to content

Commit

Permalink
toc-level -> toc-depth.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacFarlane committed Jan 5, 2013
1 parent 9575f4f commit 25ad173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.latex
Expand Up @@ -135,7 +135,7 @@ $endfor$
$if(toc)$
{
\hypersetup{linkcolor=black}
\setcounter{tocdepth}{$toc-level$}
\setcounter{tocdepth}{$toc-depth$}
\tableofcontents
}
$endif$
Expand Down
2 changes: 1 addition & 1 deletion default.rst
Expand Up @@ -27,7 +27,7 @@ $include-before$
$endfor$
$if(toc)$
.. contents::
:depth: $toc-level$
:depth: $toc-depth$
..
$endif$
Expand Down

0 comments on commit 25ad173

Please sign in to comment.