toc links fix

svn: r10678

original commit: 5f30464c0ee6a26e4fec2fdb32793a20836ef3db
This commit is contained in:
Eli Barzilay 2008-07-08 15:32:47 +00:00
parent 6892b05531
commit fd3855f965

View File

@ -404,8 +404,11 @@
(let-values ([(t n) (toc-item->title+num c #t)])
`(tr () (td ([align "right"]) ,@n) (td () ,@t)))))))))
(define (toc-content)
(for/list ([t toc-chain] [i (in-naturals)])
(toc-item->block t i)))
;; no links -- the code constructs links where needed
(parameterize ([current-no-links #t]
[extra-breaking? #t])
(for/list ([t toc-chain] [i (in-naturals)])
(toc-item->block t i))))
`((div ([class "tocset"])
,@(if (part-style? d 'no-toc)
null