I hope this is the right place to post this. I have a problem with a Doxygen project when building the auto generated Latex file using the make.bat file, I get the error as follows:
! LaTeX Error: Undefined tab position.
I don’t know what I have done wrong, but the problem goes away when I use a lower case project name. I don’t think there is anything wrong with the Latex file which is referenced in the error; I compared this file for both upper case and lower case project name and in both cases and detected no differences. I think it has something to do with the project name, in the latex source each uppercase character has a + appended to it i.e. QWERTY becomes “Q+W+E+R+T+Y". When replacing each occurrence of "+" in the "refman.tex" file the latex compiles successfully.
There is a link to some sample code here, I don’t know what I am doing wrong to break Doxygen any advice would be appreciated.
Thanks,
Chris B.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I hope this is the right place to post this. I have a problem with a Doxygen project when building the auto generated Latex file using the make.bat file, I get the error as follows:
! LaTeX Error: Undefined tab position.
I don’t know what I have done wrong, but the problem goes away when I use a lower case project name. I don’t think there is anything wrong with the Latex file which is referenced in the error; I compared this file for both upper case and lower case project name and in both cases and detected no differences. I think it has something to do with the project name, in the latex source each uppercase character has a + appended to it i.e. QWERTY becomes “Q+W+E+R+T+Y". When replacing each occurrence of "+" in the "refman.tex" file the latex compiles successfully.
There is a link to some sample code here, I don’t know what I am doing wrong to break Doxygen any advice would be appreciated.
Thanks,
Chris B.