>>>>> "Myriam" == Myriam Abramson <[EMAIL PROTECTED]> writes:
Myriam> Hello,
Myriam> I am using the Article(LNCS) document class. I got a comment
Myriam> that the fonts were not correct in the pdf. I looked at the
Myriam> document properties and saw some type3 fonts there in addition
Myriam> to the Adobe fonts. Is that the problem? What to do?
In 1.4.x, you can try to add
\usepackage{ae}
in the preamble, or better (if you have it)
\usepackage{lmodern}
This allows to use Type1 fonts with the T1 encoding.
JMarc