Re: [Doxygen-users] in PDFs - change url color, font of explicit html href, etc. ?
Brought to you by:
dimitri
From: Monique S. <mon...@ea...> - 2016-07-25 17:01:44
|
> I’ve created a custom_doxygen.sty file, and assigned it to the LATEX_EXTRA_STYLESHEET. I assume that it’s being picked up by Doxygen ... Turns out that my custom_doxygen.sty file was NOT being picked up by Doxygen. With the help of this Stack Overflow Q&A, http://stackoverflow.com/questions/1977596/how-can-i-change-the-margins-on-a-pdf-document-created-by-doxygen, I found that in addition to assigning the custom_doxygen.sty file to the Doxyfile LATEX_EXTRA_STYLESHEET option, it’s also necessary to assign it (minus the .sty extension) to the EXTRA_PACKAGES option. So now I know how to effect changes, and the work becomes figuring out the appropriate LaTeX packages to use and their options/arguments. Still lots to deal with, but now the customization can proceed :-). -Monique |