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


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

Re: Appendix & TOC


Norman Walsh a écrit :
> 
> / Nicolas Mailhot <nmailhot@capgemini.fr> was heard to say:
> | Is it possible to specify somewhere that you do not want
> | appendix subsections to be included in the main TOC ?
> 
> Off the top of my head...
> 
> ;; Returns the depth of auto TOC that should be made at the nd-level
> (define (toc-depth nd)
>   (if (string=? (gi nd) (normalize "book"))
>       7
>       (if (string=? (gi nd) (normalize "appendix"))
>         0
>         1)))
> 

Seems good... but doesn't work at all.
Should I modify a specific file insted of putting this in my
stylesheet driver (seems you call this that way) ?

-- 
Nicolas


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