After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 642579 - [Patch] add LATEX_FOOTER configuration option
[Patch] add LATEX_FOOTER configuration option
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-02-17 15:58 UTC by Mark de Wever
Modified: 2011-03-28 14:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which adds the LATEX_FOOTER configuration option (6.16 KB, application/octet-stream)
2011-02-17 15:58 UTC, Mark de Wever
Details

Description Mark de Wever 2011-02-17 15:58:32 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.
Comment 1 Dimitri van Heesch 2011-02-17 19:33:38 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 2 Dimitri van Heesch 2011-03-28 14:18:55 UTC
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.