I am trying to generate .tex files to be compiled in order to get a pdf version of my documentation. However, I get a lot of Missing } inserted. \end{DoxyEnumFields} and Missing \cr inserted. \end{DoxyEnumFields} errors when compiling with pdflatex (I use TexLive 2018). The related doxygen configuration I use is
By digging a little bit it looks like the Latex engine fails to parse some strings, so this could be a latex issue and a little bit off topic here. My question is if anybody here got into the same issue. Long time ago (doxygen 1.8.11) I could get correct latex compialtion, however many things have changed since then, I guess.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same failure (version 1.18.15) and isolated it to a table in my document.
I tried implementing the table in markdown and html, but the failure occurrs regardless of the implementation type or table complexity. The PDF was generated once the table was removed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is due to the dependency on the unmaintained tabu package: https://github.com/doxygen/doxygen/issues/6769, which stopped working since the LaTeX update from December 2018. Tabu made its introduction in Doxygen in 1.8.11. Sadly tabu's author gave up on it around that very same time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I am trying to generate .tex files to be compiled in order to get a pdf version of my documentation. However, I get a lot of Missing } inserted. \end{DoxyEnumFields} and Missing \cr inserted. \end{DoxyEnumFields} errors when compiling with pdflatex (I use TexLive 2018). The related doxygen configuration I use is
By digging a little bit it looks like the Latex engine fails to parse some strings, so this could be a latex issue and a little bit off topic here. My question is if anybody here got into the same issue. Long time ago (doxygen 1.8.11) I could get correct latex compialtion, however many things have changed since then, I guess.
Thank you.
I just discovered the exact same problem. Does anyone know if there has been any progress on this issue?
I have the same issue with version 1.18.15
I have the same failure (version 1.18.15) and isolated it to a table in my document.
I tried implementing the table in markdown and html, but the failure occurrs regardless of the implementation type or table complexity. The PDF was generated once the table was removed.
This is due to the dependency on the unmaintained tabu package: https://github.com/doxygen/doxygen/issues/6769, which stopped working since the LaTeX update from December 2018. Tabu made its introduction in Doxygen in 1.8.11. Sadly tabu's author gave up on it around that very same time.