$TEXMF
tree, and
update the filename database.
Now, incorporate the fonts in the set searched by PDFLaTeX,
dvips, dvipdfm/dvipdfmx, your
previewers and Type 1-to-PK conversion programs, by
extra_modules="
(and before the closing
quotes).
updmap --enable Map lm.map
initexmf --mkmaps
, and the
job is done.
this will make the fonts the default for all three LaTeX font families (“roman”, “sans-serif” and “typewriter”). You also need\
usepackage{lmodern}
for text, and\
usepackage[T1]{fontenc}
if you want to use any of the TS1-encoding symbols. There is no support for using fonts according to the OT1 encoding.\
usepackage{textcomp}
This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uselmfonts