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 742899 - <CAPTION> inside <TABLE> no longer works for LaTex output
<CAPTION> inside <TABLE> no longer works for LaTex output
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.9.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-01-14 09:52 UTC by Frank HJ Cuypers
Modified: 2015-06-27 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example (26.03 KB, application/x-zip-compressed)
2015-01-14 09:52 UTC, Frank HJ Cuypers
Details

Description Frank HJ Cuypers 2015-01-14 09:52:48 UTC
Created attachment 294498 [details]
Example

See the attached example. It has a <CAPTION> inside a <TABLE>. When I use doxygen, I now get the error:
! LaTeX Error: \begin{xtabular*} on input line 4 ended by \end{tabular*}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.7 \end{TabularNC}

When I remove the <CAPTION>..</CAPTION>, there is no problem.

This still worked for me on doxygen 1.8.6; the problem appeared when I upgraded to 1.8.9.1.
Comment 1 albert 2015-01-14 11:39:14 UTC
I've just pushed a proposed patch to github (pull request 292).
This is a regression on: Bug 732768 - nested html tables cause pdflatex to hang (1.8.4 and 1.8.6)

The TabularC and TabularNC had an unbalance.
Comment 2 albert 2015-01-17 10:17:26 UTC
Patch has been integrated into github version.
Comment 3 Dimitri van Heesch 2015-06-27 19:01:42 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).