[Doxygen-users] Bug: Doxygen fails to copy logo image to LaTex output dir
Brought to you by:
dimitri
From: Vega, L. A <lui...@lm...> - 2016-02-25 23:31:58
|
When outputting documentation in LaTeX format, doxygen fails to copy the image set in "PROJECT_LOGO" to the output directory. Because of this, the use of the $projectlogo command option within a customized LaTeX header will cause a failure to build the final refman.pdf output. Workaround: 1- Copy the image into the output directory before calling make. 2- Use the relative path (from the output dir) to the image (instead of $projectlogo) within the customized LaTeX header |