Frequently Asked Question List for TeX
The process of installing a Type 1 font set is rather convoluted, and we will deal with it in two chunks: first (in the present answer) preparing the font for installation, and second installing a Type 1 font).
Many fonts are supplied in (La)TeX ready form: such fonts need no preparation, and may be installed immediately.
However, if you purchase a font from a Type foundry (either direct or via one of the web stores), you are likely to need to “prepare” it for use with (La)TeX. The rest of this answer discusses this preparation.
Acquire the font. A very small set of Type 1 fonts is installed in most PostScript printers you will encounter. For those few (whose use is covered by the basic PSNFSS package), you don’t need the Type 1 font itself, to be able to print using the font.
For all the myriad other Type 1 fonts, to be able to print using the font you need the Type 1 file itself. Some of these are available for free (they’ve either been donated to the public domain, or were developed as part of a free software project), but the vast majority are commercial products, requiring you to spend real money.
fontinst
; the package
documentation helps, but other guides are available (see below).
The simplest possible script to pass to fontinst
is:
\latinfamily{xyz}{}
\bye
where xyz
is the Berry name of the font family. This
simple script is adequate for most purposes: its output covers the
font family in both T1 and OT1 font encodings. Nevertheless,
with fancier fonts, more elaborate things are possible with
fontinst
: see its documentation for details.
Fontinst
also generates map files, and LaTeX font
definition (fd
) files.
Having traversed this list, you have a set of font files ready for installation.
FAQ ID: Q-prept1font