Re: [Doxygen-users] Doxygen: PROJECT_LOGO and LaTeX
Brought to you by:
dimitri
From: Stefan P. <ste...@gm...> - 2018-03-16 08:40:31
|
Am 15.03.2018 um 15:53 schrieb Joe Bloggs: > 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 > Is there any reference to the logo in the TEX files created by doxygen? You may need to use a custom header to include it. -- *Stefan P.* Top-posting: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? |