diff options
author | minskim <minskim> | 2011-03-07 20:04:27 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-07 20:04:27 +0000 |
commit | 60d9fdee7bf13dbd8e3b3edcdbb87dcd20712a4f (patch) | |
tree | 66389cb7a7a70ec16a79f942608d1e8bc64061c8 /fonts/tex-pxfonts/Makefile | |
parent | fee357cf45f8b93af0a4d769cad1f5e754f32dbc (diff) | |
download | pkgsrc-60d9fdee7bf13dbd8e3b3edcdbb87dcd20712a4f.tar.gz |
Import tex-pxfonts-2010 as fonts/tex-pxfonts.
Pxfonts supplies virtual text roman fonts using Adobe Palatino (or
URWPalladioL) with some modified and additional text symbols in the OT1,
T1, and TS1 encodings; maths alphabets using Palatino/Palladio; maths
fonts providing all the symbols of the Computer Modern and AMS fonts,
including all the Greek capital letters from CMR; and additional maths
fonts of various other symbols. The set is complemented by a sans-serif
set of text fonts, based on Helvetica/NimbusSanL, and a monospace set
derived from the parallel TX font set. All the fonts are in Type 1
format (AFM and PFB files), and are supported by TeX metrics (VF and TFM
files) and macros for use with LaTeX.
Diffstat (limited to 'fonts/tex-pxfonts/Makefile')
-rw-r--r-- | fonts/tex-pxfonts/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts/tex-pxfonts/Makefile b/fonts/tex-pxfonts/Makefile new file mode 100644 index 00000000000..47e7a0c90c3 --- /dev/null +++ b/fonts/tex-pxfonts/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/07 20:04:27 minskim Exp $ + +DISTNAME= pxfonts +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Palatino-like fonts in support of mathematics + +CONFLICTS= teTeX-texmf<=3.0nb29 + +TEX_MAP_FILES+= pxfonts.map + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |