Problem finding metafonts at compilation
There are tfm
-files missing. So quite probably you simply don't have the fonts installed. Check if there are some more tex packages you can install. (With a current TeXLive you need to install with tlmgr times
+ rsfs
.) –
sudo apt-get install texlive-fonts-recommended
After installing the recommended fonts the compliation worked like a charm.
I had the same problem on mac os because I choose to install only the basic livetex 2013 package.
So the rsfs package was missing.
I solved this by installing the https://code.google.com/p/mactlmgr/ TeX Live Utility.
This is a small tool that allow to download and install automatically whatever package is missing from the tex live repository.
After installing the package refs everything works perfectly