made the main table of contents elapse 3 levels, instead of 2

This commit is contained in:
messju
2004-03-30 17:40:06 +00:00
parent b47f5c267e
commit 0a92190418

View File

@@ -7,7 +7,7 @@
;; contents) that should be made at the nd-level ;; contents) that should be made at the nd-level
(define (toc-depth nd) (define (toc-depth nd)
(if (string=? (gi nd) "book") (if (string=? (gi nd) "book")
2 ; the depth of the top-level TOC 3 ; the depth of the top-level TOC
1 ; the depth of all other TOCs 1 ; the depth of all other TOCs
)) ))