Helmut Jarausch asked:
BH> > No, you did not. ecrm is not a font file, but just a parameter file
BH> > shared by different fonts.
> ...
> So, the ec-fonts are not installed on teTeX-beta-20000807 ?
They _are_ installed, but you have to know more what would you like to do.
(teTeX-beta-20000807 is mostly for testing purposes, not a complete
distribution for everybody -- see readme-20000804).
If you want to generate, e.g., ecrm1000, please run:
mf '\mode=hplaser; input ecrm1000.mf'
(this is example mode for 300dpi, default is hpfour for 600dpi; ecrm1000.mf
will be made on-the-fly from _parameter_ file ecrm.mf).
You would better running latex file to make EC fonts automagically:
\documentclass{article}
\usepackage[T1]{fontenc} % switch to EC fonts
\begin{document}
some text \em{some more} {\bf etc.}
\end{document}
Staszek Wawrykiewicz
email: [EMAIL PROTECTED]