Re: [Doxygen-users] Doxygen puts \+ commands in LaTeX files : undefined control sequence
Brought to you by:
dimitri
From: Thomas N. <nem...@gm...> - 2015-05-04 06:11:50
|
Hi Albert. Thank you for you answer. I've worked on the issue by myself since my post and found the solution. I use a custom latex title page. I don't know why suddenly this issue appeared since I do not remember having seen a package upgrade when periodically upgrading my systems but the solution was to refactor my old header.tex file Latex packages used in that file were no more correctly setup. 2015-04-02 18:58 GMT+02:00 Albert <alb...@gm...>: > > 1.8.7 is not yet that old (though the extension -2~precise1 to the version > number is not known to me, might be something from ubuntu), but still it > would be useful to see if you can reproduce the problem with version > 1.8.9.1. I'm not familiar with a program called "doxygen-latex > 1.8.7-2~precise1". The version of Texlive is also a bit old but I don't > think the problem comes from this. > > On Thu, Apr 2, 2015 at 3:08 PM, Thomas Nemeth <nem...@gm...> > wrote: > >> >> The reason is pdftex always complains of undefined >> control sequences. After looking at the errors and >> the .tex files, it seems that most of C macros got >> a \+ sequence between letters. >> >> Eg : MESSAGE_SIZE becomes M\+E\+S\+S\+A\+G\+E\+\_\+\+S\+I\+Z\+E >> > |