more i/o reference work
svn: r6807 original commit: 4bf593ddc4bf3a96f3b4d1123838e66b6da5fbb0
This commit is contained in:
parent
ca77096693
commit
10218709c7
|
@ -285,9 +285,13 @@
|
||||||
(define/private (render-toc part base-len skip?)
|
(define/private (render-toc part base-len skip?)
|
||||||
(let ([number (collected-info-number (part-collected-info part))])
|
(let ([number (collected-info-number (part-collected-info part))])
|
||||||
(let ([subs
|
(let ([subs
|
||||||
(apply
|
(if (not (and (styled-part? part)
|
||||||
append
|
(eq? 'quiet (styled-part-style part))
|
||||||
(map (lambda (p) (render-toc p base-len #f)) (part-parts part)))])
|
(not (= base-len (sub1 (length number))))))
|
||||||
|
(apply
|
||||||
|
append
|
||||||
|
(map (lambda (p) (render-toc p base-len #f)) (part-parts part)))
|
||||||
|
null)])
|
||||||
(if skip?
|
(if skip?
|
||||||
subs
|
subs
|
||||||
(let ([l (cons
|
(let ([l (cons
|
||||||
|
|
Loading…
Reference in New Issue
Block a user