Thread: [Doxygen-develop] Generating latex / pdf documentation of Doxygen
Brought to you by:
dimitri
From: Albert_1 <alb...@gm...> - 2010-09-26 14:52:24
|
Dear all, I just checked out the last version of Doxygen (1.7.1-20100920). Building Doxygen under cygwin (on 64-bit Vista system) does not give any problem. Building the Doxygen HTML documentation and the rtf documentation on cygwin (with this new version) is no problem either. Building the pdf documentation gives error messages: Chapter 28. (./langhowto.tex Underfull \vbox (badness 10000) detected at line 52 ./langhowto.tex:88: Missing $ inserted. <inserted text> $ l.88 ...rzegorz Kowal & {\tt\tiny [unreachable] g_ kowal at poczta dot onet d... I've attached the complete build log to this post (compressed tar). When generating the documentation directly on windows (also with this new doxygen version and with MikTex 2.8) I already get error message when generating the HTML ? RTF / latex documentation: Generating docs for page starting... epstopdf: The input file does not exist. error: Problems running epstopdf. Check your TeX installation! Generating docs for page docblocks... When generating documentation for my own code I do not have any problems (had to get some extra packages for MikTex) How can I solve this problem ? Best Regards, Albert http://old.nabble.com/file/p29812102/latex_err.taz latex_err.taz -- View this message in context: http://old.nabble.com/Generating-latex---pdf--documentation-of-Doxygen-tp29812102p29812102.html Sent from the Doxygen - Development mailing list archive at Nabble.com. |
From: Dimitri V. H. <do...@gm...> - 2010-09-26 15:15:20
|
Hi Albert, On Sep 26, 2010, at 16:52 , Albert_1 wrote: > > Dear all, > > I just checked out the last version of Doxygen (1.7.1-20100920). > Building Doxygen under cygwin (on 64-bit Vista system) does not give any > problem. > Building the Doxygen HTML documentation and the rtf documentation on cygwin > (with this new version) is no problem either. > Building the pdf documentation gives error messages: > Chapter 28. > (./langhowto.tex > Underfull \vbox (badness 10000) detected at line 52 > ./langhowto.tex:88: Missing $ inserted. > <inserted text> > $ > l.88 ...rzegorz Kowal & {\tt\tiny [unreachable] g_ > kowal at poczta dot onet > d... > > > I've attached the complete build log to this post (compressed tar). > > When generating the documentation directly on windows (also with this new > doxygen version and with MikTex 2.8) I already get error message when > generating the HTML ? RTF / latex documentation: > Generating docs for page starting... > epstopdf: The input file does not exist. > error: Problems running epstopdf. Check your TeX installation! > Generating docs for page docblocks... > > When generating documentation for my own code I do not have any problems > (had to get some extra packages for MikTex) > > How can I solve this problem ? Edit doc/maintainers.txt and replace "g_kowal" by "g kowal", then rerun make in the doc directory and then in the latex directory. Regards, Dimitri |
From: Albert <alb...@gm...> - 2010-09-26 15:25:33
|
Hi Dimitri, Thanks, this solves this issue. There are quite a few messages on the germinal and in the log file. Upon request I can send these as well (i.e. if you cannot reproduce these messages) Windows issue still exists Best regards, Albert On Sun, Sep 26, 2010 at 5:15 PM, Dimitri Van Heesch <do...@gm...> wrote: > Hi Albert, > > On Sep 26, 2010, at 16:52 , Albert_1 wrote: > >> >> Dear all, >> >> I just checked out the last version of Doxygen (1.7.1-20100920). >> Building Doxygen under cygwin (on 64-bit Vista system) does not give any >> problem. >> Building the Doxygen HTML documentation and the rtf documentation on cygwin >> (with this new version) is no problem either. >> Building the pdf documentation gives error messages: >> Chapter 28. >> (./langhowto.tex >> Underfull \vbox (badness 10000) detected at line 52 >> ./langhowto.tex:88: Missing $ inserted. >> <inserted text> >> $ >> l.88 ...rzegorz Kowal & {\tt\tiny [unreachable] g_ >> kowal at poczta dot onet >> d... >> >> >> I've attached the complete build log to this post (compressed tar). >> >> When generating the documentation directly on windows (also with this new >> doxygen version and with MikTex 2.8) I already get error message when >> generating the HTML ? RTF / latex documentation: >> Generating docs for page starting... >> epstopdf: The input file does not exist. >> error: Problems running epstopdf. Check your TeX installation! >> Generating docs for page docblocks... >> >> When generating documentation for my own code I do not have any problems >> (had to get some extra packages for MikTex) >> >> How can I solve this problem ? > > Edit doc/maintainers.txt and replace "g_kowal" by "g kowal", > then rerun make in the doc directory and then in the latex directory. > > Regards, > Dimitri > > |