I'm using LaTeX on osx via TexLive 2011 and the TextMate bundle.
Currently I'm trying to list some code in a document (using verbatim),
but I get this error:
! I can't find file `pcrr7t'.
! Emergency stop.
I've googled a bit and it turns out it's a font. I've searched file via locate
and found it (in /usr/local/texlive/2008basic/texmf-dist/fonts/tfm/public/pslatex), but have no clue how to tell LaTeX to look there for fonts.
Did anyone run into this before ? Any hints/ideas ?
/texlive/2011folder, and then you need to refresh your filename database. – Werner Jan 30 '12 at 6:28locate pcrr7tit only lists the files in the 2008 folder, but not 2011 ones (although the files are there). I went to the TeX distribution options in System Preferences and selected TextLive-2008-basic and no luck. Then added another path in TextMateTEXFONTS /usr/local/texlive/2008basic/texmf-dist/fonts/tfm/public/pslatex/but with no luck :( Any other options/ideas ? – George Profenza Jan 30 '12 at 11:16