diff options
-rw-r--r-- | default.context | 6 |
1 files changed, 5 insertions, 1 deletions
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$ |