Myriam Abramson wrote:
Hi! Sorry if that's well known already but I am getting confused bydifferent answers I read on this issue.
write into the preamble:
\usepackage[T1]{fontenc}
\usepackage{lmodern}
if you do not have the latin modern fonts installed, then
use
\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\usepackage{mathptmx}
Herbert
