Re: [Doxygen-users] Bug: Doxygen fails to copy logo image to LaTex output dir
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2016-04-03 17:36:28
|
I've just pushed a proposed patch to github (pull request 463) The project logo was only copied for HTML, now it is done also for LaTeX and RTF. A current work around is to specify the project logo in LATEX_EXTRA_FILES On Fri, Feb 26, 2016 at 12:31 AM, Vega, Luis A <lui...@lm...> wrote: > 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 > > > > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |