I am running texworks on mac and pdflatex to generate pdf.
epstopdf used to run fine until i upgraded my mac to the new yosemite.
Now I have this problem -
[1{/usr/local/texlive/2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]sh: repstopdf: command not found
I tried to manually add
--enable-write18
[1{/usr/local/texlive/2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]sh: epstopdf: command not found
I also installed texlive-fontutils through macports
Could anyone tell me how to solve this. I added \usepackage{epstopdf} to the preamble.
I can access both repstopdf and epstopdf on my terminal
I tried various solutions posted here tex-soln
UPDATE:
Taking the suggestion I installed texlive 2014 and removed the 2011 version:
I have the same problem:
[1{/opt/local/var/db/texmf/fonts/map/pdftex/updmap/pdftex.map}]sh: repstopdf: command not found
/usr/localapparently one file at a time, so possibly it has broken something in your set up. But I also notice that you are using TexLive 2011, so perhaps it's time for an upgrade to TexLive 2014? The best way to do that is to install the MacTeX package - 2G bytes, but worth it. – Thruston Oct 20 '14 at 10:47[1{/opt/local/var/db/texmf/fonts/map/pdftex/updmap/pdftex.map}]sh: repstopdf: command not found – Pavan K Oct 20 '14 at 12:48
repstopdfis not invoked with a full path, and/or thePATHenvironment variable isn't explicitly set in TeXworks, that's likely the source of your problems. More info here: https://code.google.com/p/mactlmgr/issues/detail?id=102 if anyone's interested. If you launch TeXworks from Terminal, that may work around the problem I described. – Adam Maxwell Oct 20 '14 at 23:50/opt/local/var/db/texmf/fonts/...? – Herb Schulz Apr 08 '22 at 12:57