Acquiring bitmap fonts
When CTAN was young, most people would start using TeX
with a 300 dots-per-inch (dpi) laser printer, and sets of Computer
Modern bitmap fonts for this resolution are available on CTAN.
(There are separate sets for write-black and write-white printers, as
well as sets at 120 dpi and 240 dpi.)
Over the years, there have been regular requests that CTAN should hold
a wider range of resolutions, but they were resisted for two reasons:
- The need to decide which printers to generate fonts for. The
broad-brush approach taken for 300 dpi printers was (more or less)
justified back then, given the dominance of certain printer
‘engines’, but nowadays one could not make any such assumption.
- Given the above, justifying the space taken up by a huge array
of bitmap fonts.
Fortunately, (La)TeX distribution technology has put a stop to these
arguments: most (if not all) current distributions generate bitmap
fonts as needed, and cache them for later re-use. The impatient
user, who is determined that all bitmap fonts should be created once
and for all, may be supported by scripts such as allcm
(distributed with TeX Live, at least; otherwise such a
person should consult “the use of Metafont)”.
If your output is to a PostScript-capable device, or if your output is
destined to be converted to PDF, you should switch to
using Type 1 versions of the CM fonts. Two free
sets are available; the older (bakoma) is
somewhat less well produced than the bluesky fonts, which were
originally professionally produced and sold, but were then donated to
the public domain by their originators Y&Y and Bluesky Research,
in association with the AMS. The two sets contain slightly
different ranges of fonts, but you are advised to use the
bluesky set except when bakoma is for some reason
absolutely unavoidable. In recent years, several other ‘Metafont’ fonts
have been converted to Type 1 format; it’s common never to need to
generate bitmap fonts for any purpose other than previewing (see
“previewing documents with Type 1 fonts”),
if even then.
More modern fonts may be used in place of the Computer Modern set. The
EC fonts and the
Latin Modern fonts are both close relatives of
Computer Modern with wider ranges of glyphs to offer.
- BaKoMa fonts
- fonts/cm/ps-type1/bakoma (or browse the directory)
- Bluesky fonts
- Browse fonts/cm/ps-type1/bluesky/
- CM fonts (write-black printers)
- fonts/cm/pk/pk300.zip
- CM fonts (write-white printers)
- fonts/cm/pk/pk300w.zip
- EC fonts (Type 1 format)
- fonts/ps-type1/cm-super (or browse the directory)
- Latin Modern fonts
- fonts/lm (or browse the directory)
This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=getbitmap