I am extremely new to tex ( a few days). I spent almost two days last week trying to get pdf output for my C# project using the Doxygen wizard and some tutorials online namely the one here
http://users.ecs.soton.ac.uk/srg/softwaretools/document/install/
I got it working, came in this morning and refman.tex is no longer being generated. I have uninstalled everything and reinstalled it. I get html output, xml and tex files are generated but there is no refman.tex so I can't run the batch file to generate the pdf which is actually what I need. There are also no errors in the log.
My setup is
- Windows 7 64bit
- MikTex 2.9 (full installation with the
epstopdf.exereplaced withepstopdf.batas in the link above. - Ghostscript 9 (bin path setup in environment variables)
- Doxygen 1.8.2
My doxygen configuration is at this link with personal information removed. http://wikisend.com/download/595188/DoxygenConfiguration.txt
Any help is greatly appreciated.
Thanks for reading.
epstopdfis out of date: I would not removeepstopdf.exe. – Joseph Wright♦ Aug 21 '12 at 9:04doxygenconfiguration works in my Windows machine (32bit, TL2012,doxygen1.8.2) and I getrefman.texas expected inside thelatexdirectory. I tested with a sample Java project of mine, I wonder ifdoxygenrequires a certain specific configuration for handling C# files. – Paulo Cereda Aug 21 '12 at 14:38