1
Macpup - The beauty of Linux / Re: Get Iplayer on Macpup?
« Last post by BillPiedmont on May 05, 2013, 12:53:45 PM »Thanks I'll give it a go!
sh-3.00# find / -type d -name pdftex
/usr/share/doc/texlive-doc/pdftex
/usr/share/doc/texlive-base/pdftex
/usr/share/texmf-texlive/tex/generic/pdftex
/usr/share/texmf-texlive/fonts/map/pdftexI tried this:sh-3.00# cd /usr/bin
sh-3.00# ln -s /usr/share/doc/texlive-base/pdftex pdftexand then to see if the pdftex command was then working:sh-3.00# cd ~/Documents
sh-3.00# ls
test.tex
sh-3.00# pdftex test.tex
sh: pdftex: command not foundso I guess creating a symlink to one of these directories was silly of me... but I don't know what else to do. I also triedsh-3.00# find / -executable -type f -name pdftexso that I could create symlinks to executables (like on my crunchbang system), but the search returned nothing.