← Prev in month ← Prev in thread
Next in thread → Next in month →

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

From
Michael Wiedmann <>
Date
2001-06-18T06:31:48+00:00
ID
Thread
DOCBOOK-APPS: 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
-- 
                              http://www.miwie.org
← Prev in month ← Prev in thread
Next in thread → Next in month →