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 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES
latex compilation: \backmatter incompatible with COMPACT_LATEX=YES
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.9
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-01-06 00:14 UTC by Mark Calabretta
Modified: 2015-06-27 19:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark Calabretta 2015-01-06 00:14:11 UTC
A change to latexgen.cpp in doxygen 1.8.9 is incompatible with COMPACT_LATEX=YES in that refman.tex now unconditionally includes the \backmatter command for index generation.

\backmatter is only applicable for latex book class which applies if COMPACT_LATEX is set to NO, otherwise, article class is used.  In that case \backmatter is undefined, leading to errors when latex compiles the document.

The solution is simply to make the use of \backmatter conditional on the value of COMPACT_LATEX.
Comment 1 albert 2015-01-06 12:30:53 UTC
I just pushed a proposed solution, conform suggestion, to github (pull request 285).
Comment 2 Dimitri van Heesch 2015-01-06 18:43:56 UTC
Thanks, I've merged the pull request
Comment 3 Dimitri van Heesch 2015-06-27 19:02:01 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.10. 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 (preferably in the form of a self-contained example).