Hi,

Should Doxygen's "PROJECT_LOGO" work with LaTeX output?

I have Win10 with Doxygen v1.8.14 and MiKTeX v2.9 (for pdflatex).
Here are the minimum steps to demonstrate the question:

- Create an empty folder
- In the empty folder create a new Doxyfile with "doxygen -g"
- Create a new image in the same folder, 150x50 pixels, called "mylogo.jpg"
- Edit Doxyfile
- Change PROJECT_LOGO to "PROJECT_LOGO = mylogo.jpg"
- Run Doxygen (no source files are needed for this question)
- Doxygen creates two output folders: "html" and "latex"
- Run "make.bat" in the "latex" directory

I can see in a web browser that "html/index.html" has the logo image
next to the "My Project" title.  I can also see that Doxygen copied
"mylogo.jpg" to the "html" folder.

However... "latex/refman.pdf" doesn't show the logo even though
Doxygen has copied mylogo.jpg to the "latex" folder.

Any help greatly appreciated thank you.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to