diff options
author | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
commit | 7bb3c5f7e78fa9d6d2a0aafa15993c5f514fb80e (patch) | |
tree | 53a2f49bd12913b0b0d14adfb0d0328162b87a4c /print/tex-mh | |
parent | a404047910cb4192e6ecdd17ebd0526ca9a01eda (diff) | |
download | pkgsrc-7bb3c5f7e78fa9d6d2a0aafa15993c5f514fb80e.tar.gz |
Split out and update various texlive packages from teTeX3-texmf to
separate packages.
Diffstat (limited to 'print/tex-mh')
-rw-r--r-- | print/tex-mh/DESCR | 19 | ||||
-rw-r--r-- | print/tex-mh/Makefile | 13 | ||||
-rw-r--r-- | print/tex-mh/PLIST | 11 | ||||
-rw-r--r-- | print/tex-mh/distinfo | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/print/tex-mh/DESCR b/print/tex-mh/DESCR new file mode 100644 index 00000000000..df36059894e --- /dev/null +++ b/print/tex-mh/DESCR @@ -0,0 +1,19 @@ +The mh bundle is a series of packages designed to enhance the +appearance of documents containing a lot of math. The main +backbone is amsmath, so those unfamiliar with this required +part of the LaTeX system will probably not find the packages +very useful. Component parts of the bundle are: breqn, empheq, +flexisym, mathstyle and mathtools, mhsetup, The empheq package +is a visual markup extension of amsmath. Empheq allows +sophisticated boxing and other marking of multi-line maths +displays, and fixes problems with the way that the ntheorem +package places end-of-theorem markers. The mathtools package +provides many useful tools for mathematical typesetting. It +fixes various deficiencies of amsmath and standard LaTeX. The +mhsetup package defines various programming tools needed by +both empheq and mathtools. The breqn package makes more easy +the business of preparing displayed equations in LaTeX, +including permitting automatic line-breaking within displayed +equations. (Breqn uses the mathstyle package to keep track of +the current maths typesetting style, something that raw TeX +hides from the programmer.) diff --git a/print/tex-mh/Makefile b/print/tex-mh/Makefile new file mode 100644 index 00000000000..e2b3f6a7767 --- /dev/null +++ b/print/tex-mh/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2013/10/19 20:43:39 markd Exp $ + +DISTNAME= mh +PKGNAME= tex-${DISTNAME}-29420 +TEXLIVE_REV= 29420 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= The MH bundle + +CONFLICTS+= teTeX-texmf<=3.0nb42 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-mh/PLIST b/print/tex-mh/PLIST new file mode 100644 index 00000000000..4013d337e2d --- /dev/null +++ b/print/tex-mh/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2013/10/19 20:43:39 markd Exp $ +share/texmf-dist/tex/latex/mh/breqn.sty +share/texmf-dist/tex/latex/mh/cmbase.sym +share/texmf-dist/tex/latex/mh/empheq.sty +share/texmf-dist/tex/latex/mh/flexisym.sty +share/texmf-dist/tex/latex/mh/mathpazo.sym +share/texmf-dist/tex/latex/mh/mathptmx.sym +share/texmf-dist/tex/latex/mh/mathstyle.sty +share/texmf-dist/tex/latex/mh/mathtools.sty +share/texmf-dist/tex/latex/mh/mhsetup.sty +share/texmf-dist/tex/latex/mh/msabm.sym diff --git a/print/tex-mh/distinfo b/print/tex-mh/distinfo new file mode 100644 index 00000000000..d846cec794f --- /dev/null +++ b/print/tex-mh/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/10/19 20:43:39 markd Exp $ + +SHA1 (tex-mh-29420/mh.tar.xz) = 2af4fc7b96afa568cba10d1c145c72ec11c893db +RMD160 (tex-mh-29420/mh.tar.xz) = 4f07b64840aec1249637b26800f0f1d52f519215 +Size (tex-mh-29420/mh.tar.xz) = 40516 bytes |