Re: [Doxygen-users] Doxygen Latex Title Page Header and Footer
Brought to you by:
dimitri
From: Guy H. <guy...@or...> - 2009-07-31 10:16:25
|
In our doc builds we override the default latex header using the LATEX_HEADER config option. The file that this option specifies can be used put together your own preamble and titlepage with whatever headers/footers you like. Or you can specify an empty file which then lets you include the doxygen output in other latex docs using '\input refman.tex'. I do this to get doxygen output included as appendices in other docs. Provided you include doxygen.sty (or whatever bits of it you need) it works very well. cheers guy bakermatt wrote: > Our team is using Doxygen to generate our documentation which we build in > both PDF and HTML formats. I have written a Perl script to modify the > header and footer information in the doxygen.sty file after calling doxygen, > but the *head and *foot tags don't seem to effect the title page doxygen > creates. We are also using main.dox (with an @mainpage flag) to put a > general description of the system in the first chapter of the document. > > How can I get doxygen.sty to take hold on the title page and first chapter? > |