diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-10 20:39:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-10 20:39:21 +0000 |
commit | e1a117088413d48cac6939b23a443b39036ec0b0 (patch) | |
tree | 9dfaf3eabfcee8c467c6957c4dad34c85c866198 /fonts | |
parent | 303d23ae3dd44913cb6bc907be5f304edd5ff990 (diff) | |
download | pkgsrc-e1a117088413d48cac6939b23a443b39036ec0b0.tar.gz |
Import tex-esint-1.1 as fonts/tex-esint.
The esint package permits access to alternate integral symbols when
you're using the Computer Modern fonts. In the original set, several
integral symbols are missing, such as \oiint. Many of these symbols are
available in other font sets (pxfonts, txfonts, etc.), but there is no
good solution if you want to use Computer Modern. The package provides
Metafont source and LaTeX macro support.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-esint/DESCR | 6 | ||||
-rw-r--r-- | fonts/tex-esint/Makefile | 14 | ||||
-rw-r--r-- | fonts/tex-esint/PLIST | 7 | ||||
-rw-r--r-- | fonts/tex-esint/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/fonts/tex-esint/DESCR b/fonts/tex-esint/DESCR new file mode 100644 index 00000000000..aab6021a6bc --- /dev/null +++ b/fonts/tex-esint/DESCR @@ -0,0 +1,6 @@ +The esint package permits access to alternate integral symbols when +you're using the Computer Modern fonts. In the original set, several +integral symbols are missing, such as \oiint. Many of these symbols are +available in other font sets (pxfonts, txfonts, etc.), but there is no +good solution if you want to use Computer Modern. The package provides +Metafont source and LaTeX macro support. diff --git a/fonts/tex-esint/Makefile b/fonts/tex-esint/Makefile new file mode 100644 index 00000000000..ac1b366e21f --- /dev/null +++ b/fonts/tex-esint/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/10 20:39:21 minskim Exp $ + +DISTNAME= esint +PKGNAME= tex-${DISTNAME}-1.1 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Extended set of integrals for Computer Modern + +CONFLICTS= teTeX-texmf<=3.0nb29 +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/tex-esint/PLIST b/fonts/tex-esint/PLIST new file mode 100644 index 00000000000..2ca8331deb2 --- /dev/null +++ b/fonts/tex-esint/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/10 20:39:21 minskim Exp $ +share/texmf-dist/fonts/source/public/esint/bigint.mf +share/texmf-dist/fonts/source/public/esint/esint10.mf +share/texmf-dist/fonts/source/public/esint/mathint.mf +share/texmf-dist/fonts/tfm/public/esint/esint10.tfm +share/texmf-dist/tex/latex/esint/esint.sty +share/texmf-dist/tex/latex/esint/uesint.fd diff --git a/fonts/tex-esint/distinfo b/fonts/tex-esint/distinfo new file mode 100644 index 00000000000..622d3180c9c --- /dev/null +++ b/fonts/tex-esint/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/10 20:39:21 minskim Exp $ + +SHA1 (tex-esint-15878/esint.tar.xz) = fe0012ef2ec720aeb10f42b382ed4e7d50b30096 +RMD160 (tex-esint-15878/esint.tar.xz) = 837a617cd1ef6a81055119af81c10ecd8a0d813a +Size (tex-esint-15878/esint.tar.xz) = 5664 bytes |