1
vote
0answers
301 views

Configuring paths to TeX Live for TeXShop [closed]

I recently installed TeXShop, and proceeded to write some code and tried to preview it. Unfortunately, I got an error message: Can't find required tool. /usr/texbin/simpdftex does not exist. ...
1
vote
1answer
271 views

LaTeX install path on OS X

I run the MacTeX 2012 installer and it installed a bunch of apps and tools under /Applications/TeX. However, I can't find the latex executables. There is no /usr/texbin, no /usr/local/texlive. If I ...
7
votes
2answers
2k views

Where is PATH modified to include /usr/texbin?

I've noticed that my PATH variable includes /usr/texbin, as it should, but I can't find any bash files that modified my PATH variable to include it. How did the TeXLive installation modify my PATH ...
6
votes
2answers
2k views

pdflatex fails within Emacs.app, but works in terminal

LaTeX rookie here. I'm running OS X 10.7 with Emacs 24, Auctex 11.86 and TexLive 2011 via MacTex. When i run LaTeX through Emacs in the terminal it outputs my test.tex as test.pdf just fine. ...
3
votes
2answers
663 views

Custom .sty directory with OSX 10.5 and pdfTeXk

I have a tex project using a custom .cls which builds in Windows 7 with TeXlipse + MikTeX. The .cls has a number of CTAN LaTeX contrib package dependencies, which I installed one-by-one with MikTeX ...