On 20-05-2009, at 21:23, W.P. McNeill wrote:
I tried to check out http://svn.textmate.org/trunk/Bundles/Latex.tmbundle again and this time it worked. I can do an svn list on this directory too. I have no idea why it didn't work last night.
I can see that latexmk.pl is under the directory that I just checked out. (Though I'm still curious where it was before.)
I switched back to having pdflatex be my default engine. I worked around the problem with pdflatex not being able to handle .eps images by converting them to .pdf as explained here: http://www.hamilton.ie/gavinmc/docs/pdflatex_images.html .
You can also use Oberdiek's epstopdf LaTeX package with
\usepackage{epstodf}
in the preamble of your document. It will convert .eps files to .pdf on the fly.
In Terminal type
texdoc --list epstopdf
and choose the pdf which has oberdiek in its path to read on the usage and options.
Berend