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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: DOCBOOK: Automatic TOC generation


Well Norm, it does not work.
The generation seems to loop forever.
I had a look at the dbcommon.dsl file and got a question:
If we change the chapter-number-restart-list, shouldn't we change the
chapter-number-ignore-list too ?
I tried to do that:
(define (chapter-number-restart-list cmp)   (list (normalize "part")))
(define (chapter-number-ignore-list cmp)   '())

and it still wouldn"t work. What am I missing here ??????
Help !

Stéphane Bline.
----- Original Message -----
From: Norman Walsh <ndw@nwalsh.com>
To: <docbook@lists.oasis-open.org>
Sent: Friday, March 17, 2000 11:39 PM
Subject: Re: DOCBOOK: Automatic TOC generation

> / Stéphane Bline <sbline@apsydev.com> was heard to say:
> | A couple of questions here that needs answering. I'm fairly new to DSSSL
and
> | I haven't been able to do the following:
> |
> | * Reseting the chapter counter for each part. At the moment I have the
> | following:
> [...]
> |  And I'd like to have:
> |     Part I
> |         Chapter 1
> |         Chapter 2
> |     Part II
> |         Chapter 1
> |         Chapter 2
> |
> |  Any way I can do this ?
>
> Um, yes. Try this in your stylesheet:
>
> (define (chapter-number-restart-list cmp)   (list (normalize "book")
>                                                   (normalize "part")))
> (define (appendix-number-restart-list cmp)  (list (normalize "book")
>                                                   (normalize "part")
>   (normalize "article")))
>
> | * Is it possible to selectively disable/enable the automatic TOC
generation
> | (using PIs in the XML source for instance ?)
>
> Nope. What specific sort of control would you like to have?
>
>                                         Be seeing you,
>                                           norm
>
> --
> Norman Walsh <ndw@nwalsh.com>      | Science is a way of talking about
> http://www.oasis-open.org/docbook/ | the universe in words that bind it
> Chair, DocBook Technical Committee | to a common reality. Magic is a
>                                    | method of talking to the universe
>                                    | in words that it cannot ignore.
>                                    | The two are rarely
>                                    | compatible.--Neil Gaiman



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


Powered by eList eXpress LLC