updated; added enumeration of section heads in toc

This commit is contained in:
gferg 2000-06-14 15:29:17 +00:00
parent 5d0e1bec9d
commit cb25823664
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@
(define %graphic-default-extension%
"gif")
(define %section-autolabel%
;; For enumerated sections (1.1, 1.1.1, 1.2, etc.)
#t)
(define (toc-depth nd)
2)