I'm using Led editor in Windows 7. I want to use Times font but the output pdf fonts are somewhat different.
Here are the codes for Times font
\usepackage[T1]{fontenc}
\usepackage{winfonts}
\fontfamily{times-ttf}\selectfont
\renewcommand{\ttdefault}{times-ttf}
\renewcommand{\rmdefault}{times-ttf}
\renewcommand{\sfdefault}{times-ttf}
\renewcommand*\familydefault{\ttdefault}
and I copy the winfonts.sty in the same directory. What may cause this problem or am I doing something wrong?
\usepackage{mathptmx}or\usepackage{times}? – Aug 09 '11 at 11:47winfonts.styis not enough. What have you done with the other files? And did you add\pdfmapfile{=winfonts.map}to your document? – Ulrike Fischer Aug 09 '11 at 12:06