GNOME Bugzilla – Bug 742899
<CAPTION> inside <TABLE> no longer works for LaTex output
Last modified: 2015-06-27 19:01:42 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.
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.
Patch has been integrated into github version.
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).