This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DOCBOOK: How to get rid of "List of Tables"?


[ from docbook ML]

Rick Bronson wrote on 010617 23:00 -0700:
 
>   How to get rid of "List of Tables" in a book with chapters, each
> chapter has one table.

I'd suggest to override the following piece of code from
print/dbparam.dsl in your customization layer:

(define ($generate-book-lot-list$)
  (list (normalize "table")
    (normalize "figure")
    (normalize "example")
    (normalize "equation")))

Michael
-- 
mw@miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]