Next in thread → Next in month →

Re: [docbook-apps] How to Exclude "List of Tables, List of Figure s, List of Examples"

From
Mike Haberman <>
Date
2003-09-30T20:50:43+00:00
ID
Thread
Re: [docbook-apps] How to Exclude "List of Tables, List of Figure s, List of Examples"
Right.!!

Right now my hack is to remove line 165 in dbautoc.dsl:

But this is indeed a hack:

(define (build-lot nd lotgi #!optional (first? #t))
  (let* ((lotlist (node-list-filter-by-gi (children nd)
                                          (append (division-element-list)
                                                  (component-element-list)
                                                  (section-element-list)
<!--
                                                  (block-element-list)
-->
                                                  (list-element-list)
                                                  (list (normalize
  
cut cut cut
))))))))
Next in thread → Next in month →