GeneralFont families

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Winter Light
Posts: 6
Joined: Tue Aug 12, 2008 6:11 pm

Font families

Post by Winter Light »

I'm working with Andrew McNabb's resume template that I found here: http://www.mcnabbs.org/andrew/linux/lat ... bb-res.tex

In the template McNabb specifies the font thusly:

Code: Select all

\fontfamily{ppl} \selectfont
From Googling I think "ppl = Palentino" font. How do I find a list of fonts and their acronyms? I'd rather specify my fonts like this:

Code: Select all

\usepackage{fontspec,xunicode,xltxtra}
\setmainfont{random_font}
but don't want to alter anything in the template that I don't have to.

Any suggestions on where to find a list of font acronyms? I looked in the Tex Live docs and didn't see anything.

Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Font families

Post by Stefan Kottwitz »

Hi,

I don't have such a list, I would look into the fonts directory of my local TeX installation or into the corresponding stylefile.
A good start for searching fonts could be the LaTeX Font Catalogue.

Stefan
LaTeX.org admin
Post Reply