From e5d22ce91a614d8a8d4a7bec870f6fbcd4756396 Mon Sep 17 00:00:00 2001 From: Aditya Mahajan Date: Wed, 20 Feb 2013 02:44:42 -0500 Subject: Canonical way to set TOC depth Use `\placecontent` instead of `\placelist` as `\placecontent` is easier to configure. --- default.context | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'default.context') diff --git a/default.context b/default.context index fe1509c65..3fdb0a2a0 100644 --- a/default.context +++ b/default.context @@ -45,6 +45,10 @@ $endif$ indentnext=no, ] +$if(toc)$ +\setupcombinedlist[content][list={$placelist$}] +$endif$ + $for(header-includes)$ $header-includes$ $endfor$ @@ -69,7 +73,7 @@ $for(include-before)$ $include-before$ $endfor$ $if(toc)$ -\placelist[$placelist$] +\placecontent $endif$ $body$ -- cgit v1.2.3