Re: @sp change committed 9/01
Dumas Patrice <[email protected]> Fri, 5 Dec 2003 19:48:48 +0100
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
> Hrm. Where does it put the title page? I just generated a new CVS > manual with the latest texi2html and a grep cannot find any strings from > the title page in any generated *.html file. Does it go away with > - -split=chapter? It goes to $Texi2HTML::TITLEPAGE after the text is formatted and then &$Texi2HTML::Config::titlepage() is called, which formats authors, title, subtitle... However, $Texi2HTML::TITLEPAGE is only used if the top node has no lines. Thus it is normal if the titlepage doesn't appear in the cvs manual. Maybe we could put it before the Top node, or at the beginning of the document ? Pat