Doxygen requirements for Latex
Posted by mholmes on 09 Nov 2010 in Activity log
By trial and error, I've learned that you need to install the following packages to get Doxygen to produce Latex PDF output:
- TeX Live: Basic LaTeX packages (texlive-latex-base)
- TeX Live: TeX and Outline font utilities (texlive-font-utils)
- TeX Live: LaTeX recommended packages (texlive-latex-recommended)
- TexLive: Recommended fonts (texlive-fonts-recommended)
- graphviz
Now, after running Doxygen, you can run make
in the latex
directory and it will build a PDF.