I'm sure this is a newbie question, but I can't figure this out. I have tried to follow the advice here: http://en.wikibooks.org/wiki/LaTeX/Fonts and here: http://www.cl.cam.ac.uk/~rf10/pstex/latexcommands.htm
But I can not seem to be able to generate any font change. I either get no change or error messages.
Here is the output of one failed attempt to change the font to Times using this command:
\rmfamily
\renewcommand{\rmdefault}{ptm}
Apparently I either don't have a correct package installed or...
The output says " Metric (TFM) file not found." but I am not sure where to go from there.
mathptmx,newtx(using\usepackage{newtxtext}for text and\usepackage{newtxmath}for math). Your example should work (to see the effect use\rmfamilyafter the other instruction`. The problem could be a broken installation (and by the way you have an old one: 2009, you might consider to upgrade to a more recent one). – Guido Dec 26 '12 at 04:22tfmfile is found attexlive/2011/texmf-dist/fonts/tfm/adobe/times/ptmr7t.tfm. That you should have thefdwithout thetfmseems like a broken install to me. I suggest to make a fresh install of a current TeXLive distribution. – Stephan Lehmke Dec 26 '12 at 05:19