latex fonts for LCD reading?

John D Lamb J.D.Lamb at btinternet.com
Mon Aug 18 17:39:17 UTC 2008


On Sun, 2008-08-17 at 22:06 +0200, Francisco Borges wrote:
> Hello,
> 
> The default latex fonts are awesome for reading printed pages. But I
> don't really like them to read texts on screen.
> 
> Does anyone has suggestions of latex fonts to use in order to proof
> read the text on a LCD screen?

You could try Palatino (actually Palladio), Utopia or Bookman

\usepackage{mathpazo}% Palatino
\usepackage{fourier}% Utopia
\usepackage{bookman}% Bookman

The third of these doesn’t have any extra support for maths fonts. The
others do.

For simple LaTeX you can include one of these and comment it out to get
the standard LaTeX fonts.

With a little more work you can use almost any font in LaTeX.

-- 
JDL





More information about the ubuntu-users mailing list