Friday, November 30, 2007

Cool fonts

Are you sick of the same old (but still, nice to read) Times New Roman font? Well, here are some alternatives.

Serif fonts:

\usepackage{palatino}
\usepackage{charter}

Sans-serif fonts (for code snippets etc):

\usepackage{lmodern}
\usepackage[scaled=1]{helvet}
\usepackage[scaled=.8]{beramono}

If you have further additions, please post them as a comment to this post!

No comments: