Next in thread →
Next in month →
Re: DOCBOOK-APPS: Section levels in TOC
/ Walter Joyce <> was heard to say:
| Perfect. It works.
|
| Does anyone know how to handle it in the customization layer?
Just put the definition of
(define (toc-depth nd)
(if (string=? (gi nd) (normalize "book"))
3
1))
in a customization layer. See plain.dsl in the print directory
for an example of a customization layer.
Be seeing you,
norm
--
Norman Walsh <> | The greatest of all secrets is
http://www.oasis-open.org/docbook/ | knowing how to reduce the force of
Chair, DocBook Technical Committee | envy.--Cardinal De Retz
Next in thread →
Next in month →