Re: [Doxygen-users] osx: Gerbens Latex problems
Brought to you by:
dimitri
From: Alan D. <ala...@ps...> - 2004-12-14 09:05:25
|
Hi there, $ sh -c "latex _formulas.tex" compiles no problems, however $ sh -c latex _formulas.tex does not work - just starts latex as if there was no input file (i.e _formulas.tex is not passed). I assume the former is what you meant. Any ideas anyone? Thanks in advance, A. On 13 Dec 2004, at 19:17, Dimitri van Heesch wrote: > On Mon, Dec 13, 2004 at 12:17:32PM +0100, Alan Drew wrote: >> I have a problem with Gerben Wierda's binary distribution of TeX and >> doxygen on osx 10.3.6 (binary install). When putting formula in, the >> following error occurs: >> >> sh: line 1: latex: command not found >> Problems running latex. Check your installation or look for typos in >> _formulas.tex! >> Generating image form_0.png for formula >> sh: line 1: dvips: command not found >> Problems running dvips. Check your installation! >> >> >> Both latex and dvips are working correctly and in my path. On checking >> _formulas.tex, there are no mistakes. Indeed, _formulas.tex compile no >> probs by hand. When outputting latex documentation, running the >> Makefile generated by doxygen compiles the documentation with no >> errors. What am I doing wrong? > > Doxygen tries to run latex as follows: > > sh -c latex _formulas.text > > So you could check if that also works from the command line. > > Regards, > Dimitri > ---------------------------------------------------------- Alan Drew 1851 Research Fellow School of Physics and Astronomy University of St Andrews North Haugh St Andrews Fife Scotland KY16 9SS Tel: +44 (0)1334 463062 Fax: +44 (0)1334 463104 Mob: +44(0)7930 754643 email: ala...@ph... |