Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Doxygen to create PDFs on Mac OS X

I'm pulling my hair out over this - and it's probably a two second fix.

Doxygen creates perfectly wonderful HTML documentation.

It also will produce TeX output, which, according to the documentation, can be used to create a PDF using make: make pdf in the TeX output folder.

It complains that it's missing pdflatex.

So, I installed MacTeX.

Still, no luck, and no such binary pdflatex installed on my machine.

Every Google search I try leads me down 20 year old websites with animated GIF background, outdated information, and no one ever tells me how the * to get pdflatex installed on my machine.

What am I missing here?

EDIT: I realize now that I can use TeXShop to open the refman.tex file and create the PDF myself. But I'd still like to know if I'm missing something with pdflatex - as I'd still like to be able to generate the PDF automatically.

like image 785
Steve Avatar asked Sep 14 '25 02:09

Steve


1 Answers

The modern way to install TeX/LaTeX on the Macintosh is the MacTex version of TeXLive.

See this page

like image 108
Joel Jones Avatar answered Sep 15 '25 15:09

Joel Jones