[Tex/LaTex] TeXlipse doesn’t generate any pdf file

compilingerrorsmacpdftexlipse

I've just installed TeXlipse using the simple installing option (Install new softwares -> http://texlipse.sourceforge.net/) on my Mac OS.

I create a new LaTeX project, select output format = pdf, build command = pdflatex. However, no pdf file was generated. I tried to turn off automatically build and then clicked build but still nothing happened.

In console, it's written:

/usr/bin/open -a /System/Library/CoreServices/Finder.app "/Users/myusername/Documents/workspace/TexLipse"

Can someone please explain me how to build pdf file with TeXlipse in Mac OS X?

Best Answer

I suspect something went wrong with the configuration of the builder settings. I had a similar problem which required me to reconfigure that part of the installation process. When I clicked Build nothing happened, but after fixing this it works.

See the screenshot below and the following url Texclipse installation and configuration - Part 2

enter image description here

Insert /usr/texbin where it asks for the "Bin directory of TeX distribution". This will access the files at /usr/local/texlive/2011/bin if you've got the 2011 version of MacTeX installed.

Related Question