nacho wrote > 2) Yes you have to have TEXLive installed. > 3) If you install it on Mavericks check the paths. TexLive now install > into a weird location and you should add that location to your path or > else you'll get an error.
For me it was not a path issue. I installed MacTex and it added /usr/texbin to my PATH. That contains 23 links to pdftext (ls -l | grep pdftex). However pdflatex was not one of them. Fixed my problem with the following: # cd /usr/texbin # sudo ln -s pdftex pdflatex Other than that, it was quite straight forward. So now I have forked the PharoLaserGameTutorial repo, and compiled it to a PDF, and can start working on it :) cheers -ben -- View this message in context: http://forum.world.st/compiling-Pillar-files-locally-for-LaserGame-book-tp4757965p4758547.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.