Friday, October 9, 2009

LATEX: Font Style

Crash Course in Latex
http://www.haptonstahl.org/latex/basics_formatting.php
  • avant
  • bookman
  • chancery -- this is a nice flowing font
  • charter
  • courier
  • helvet (helvetica) -- this only changes the monospace font, and I don't know when that is used
  • lucida
  • newcent (new century)
  • palatino - great everyday font, very readable
  • pslatex
  • punk -- silly font
  • times (time new roman)
  • utopia
All of these worked for me just by putting a line like this in the header
\usepackage{avant}
The font is automatically set for the whole document.

No comments:

Post a Comment