extra word wrapping in inherited-method table
svn: r9084
This commit is contained in:
parent
105d75b5d1
commit
0fc5a646aa
|
@ -327,7 +327,8 @@
|
||||||
`(table ((class "tocviewlist") (cellspacing "0"))
|
`(table ((class "tocviewlist") (cellspacing "0"))
|
||||||
,@toc-content)))))))
|
,@toc-content)))))))
|
||||||
,@(render-onthispage-contents d ri top)
|
,@(render-onthispage-contents d ri top)
|
||||||
,@(apply append
|
,@(parameterize ([extra-breaking? #t])
|
||||||
|
(apply append
|
||||||
(map (lambda (t)
|
(map (lambda (t)
|
||||||
(let loop ([t t])
|
(let loop ([t t])
|
||||||
(if (table? t)
|
(if (table? t)
|
||||||
|
@ -339,7 +340,7 @@
|
||||||
(pair? (table-flowss e)))
|
(pair? (table-flowss e)))
|
||||||
(and (delayed-flow-element? e)
|
(and (delayed-flow-element? e)
|
||||||
(loop (delayed-flow-element-flow-elements e ri))))))
|
(loop (delayed-flow-element-flow-elements e ri))))))
|
||||||
(flow-paragraphs (part-flow d)))))))))
|
(flow-paragraphs (part-flow d))))))))))
|
||||||
|
|
||||||
(define/public (get-onthispage-label)
|
(define/public (get-onthispage-label)
|
||||||
null)
|
null)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user