Re: Section[1] only in toc
Peter Fleck <[email protected]>
| Newsgroups | gmane.text.docbook.apps |
|---|---|
| Message-ID | <CAK-1rw_QFs8EeousyRmPK_tgUijuTaAR2omJo1SDNO+zF5QgpA@mail.gmail.com> |
Yes, sorry FO, I know I can use a manual.toc for HTML. Thanks, Peter On Tue, 31 Mar 2020 at 23:27, Bob Stayton <[email protected]> wrote: > You didn't mention whether this was for FO or HTML type of output. > > Bob [email protected] > > On 3/31/2020 2:08 PM, Peter Fleck wrote: > > I have an abnormal use case. > > The source file is a book with many articles, however the TOC is to be > first level sections of each article and not the article title itself. > > Example: > > <article> > <info><title></info> -- not included > <section><info><title></info></section> -- included > <section><info><title></info></section> -- included > ... > </article> > <article> > <info><title></info> -- not included > <section><info><title></info></section> -- included > <section><info><title></info></section> -- included > ... > </article> > > Any pointers would be appreciated. > > Thanks, > > Peter > >