GNOME Bugzilla – Bug 642579
[Patch] add LATEX_FOOTER configuration option
Last modified: 2011-03-28 14:18:55 UTC
Created attachment 181139 [details] Patch which adds the LATEX_FOOTER configuration option I recently wanted to add the LaTeX output of Doxygen in the middle of a manual. So I wanted to have a Doxygen generated refman.tex that only adds the list of files needed to include the Doxygen output. With an empty LATEX_HEADER file I could skip the automatic preamble, but alas there was no LATEX_FOOTER option to avoid the generation of the final part (\makeindex\end{document}). So I wrote a small patch (against the current trunk) which adds a LATEX_FOOTER configuration option. The option allows you to use a file to generate the final part of the LaTeX file. If you deem it useful feel free to include it in Doxygen.
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.4. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.