[Doxygen-users] Running make in latex folder yields: ... tex\latex\xcolor\xcolor.sty is missing
Brought to you by:
dimitri
From: Chris1234 <chr...@ma...> - 2014-08-06 15:15:28
|
Briefly: With administrator privaleges, I installed MikTex on my computer, but when I ran Doxygen on Java source code, I do not get a refman.pdf file! That's my main problem. My question is how do I create a PDF version of my HTML files. What am I doing wrong. Details: I mentioned refman.pdf above because, I guess, that file is what I should be looking for. I do have the "pdflatex" command installed. I know this because I ran "pdflatex -help" and this gave me output. Again, I want to create a PDF version of my Doxygen HTML files. The HTML looks fine, but I'd like to get a PDF version. I looked on the Internet and this led me to believe that I should run the makefile in the latex folder. (1) When I run the Makefile, I get the following error: LaTeX Error: File 'xcolor.sty' not found. Type X to quit or (RETURN) to proceed, or enter new name (Default extension: sty) Enter file name: ... (2) I tried setting the following two commands to "NO" in the configuration file, but that solved nothing. CALL_GRAPH CALLER_GRAPH (3) I tried to install MikTex in a different location but that did not help. Does anyone have any ideas. Thank you, -- View this message in context: http://doxygen.10944.n7.nabble.com/Running-make-in-latex-folder-yields-tex-latex-xcolor-xcolor-sty-is-missing-tp6761.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |