Knuth's final iteration of his re-interpretation of a c.19 Modern-style font from Monotype. The family is comprehensive, offering both sans and roman styles, and a monospaced font, together with mathematics fonts closely integrated with the mathematical facilities of TeX itself. The base fonts are distributed as MetaFont source, but autotraced PostScript Type 1 versions are available (see the Bluesky/Y&Y and BaKoMa versions). The Computer Modern fonts have inspired many later families, notably the European Computer Modern and the Latin Modern families.
18 lines
449 B
Makefile
18 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/13 07:05:41 minskim Exp $
|
|
# TeX Live Revision 7621
|
|
|
|
DISTNAME= cm
|
|
PKGNAME= tex-${DISTNAME}-2008.7621
|
|
CATEGORIES= fonts
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Computer Modern fonts
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb11
|
|
|
|
TEX_MIXEDMAP_FILES+= cmother-bsr.map
|
|
TEX_MIXEDMAP_FILES+= cmtext-bsr-interpolated.map
|
|
TEX_MIXEDMAP_FILES+= cmtext-bsr.map
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|