Kayvan A. Sylvan schrieb:

On Wed, Nov 06, 2002 at 11:20:38AM -0300, German Poo Caaman~o wrote:

El mi�, 06-11-2002 a las 11:05, Pierre Lescanne escribi�:

In the extended manual, several tricks are suggested to get good
displays in Acroread. I tried them, none worked. However since I use
times font, I have included in the preamble, \usepackage{times} it
works pretty fine. This could be suggested in the documentation.

\usepackage{pslatex}

works fine. I don't know if it is in the extended manual.

You can also just set the fonts in the Layout->Document dialog to
"pslatex"

pslatex is obsolete!
use instead
\usepackage{mathptmx}% instead of package times
\usepackage[scaled=0.9]{helvet} % or [scaled=0.92], if you like

or

\usepackage{mathpazo};
\usepackage{palatino};


Herbert



Reply via email to