OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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
))))))))


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]