diff options
author | markd <markd@pkgsrc.org> | 2015-04-27 06:44:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-04-27 06:44:26 +0000 |
commit | b40440643bb126280aa64d33098ca04e6ab6bb07 (patch) | |
tree | f6521f365f09ca163c9ad268454325870d02168d /print/tex-breqn | |
parent | aac887d9df08bbb71f5332874a080d067c99129c (diff) | |
download | pkgsrc-b40440643bb126280aa64d33098ca04e6ab6bb07.tar.gz |
Add tex-breqn 0.98c
Automatic line breaking of displayed equations
Diffstat (limited to 'print/tex-breqn')
-rw-r--r-- | print/tex-breqn/DESCR | 14 | ||||
-rw-r--r-- | print/tex-breqn/Makefile | 12 | ||||
-rw-r--r-- | print/tex-breqn/PLIST | 8 | ||||
-rw-r--r-- | print/tex-breqn/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/print/tex-breqn/DESCR b/print/tex-breqn/DESCR new file mode 100644 index 00000000000..bcf0f9dfb55 --- /dev/null +++ b/print/tex-breqn/DESCR @@ -0,0 +1,14 @@ +The package provides solutions to a number of common +difficulties in writing displayed equations and getting high- +quality output. For example, it is a well-known inconvenience +that if an equation must be broken into more than one line, +'left...right' constructs cannot span lines. The breqn package +makes them work as one would expect whether or not there is an +intervening line break. The single most ambitious goal of the +package, however, is to support automatic linebreaking of +displayed equations. Such linebreaking cannot be done without +substantial changes under the hood in the way formulae are +processed; the code must be watched carefully, keeping an eye +on possible glitches. The bundle also contains the flexisym and +mathstyle packages, which are both designated as support for +breqn. diff --git a/print/tex-breqn/Makefile b/print/tex-breqn/Makefile new file mode 100644 index 00000000000..cccd25f5517 --- /dev/null +++ b/print/tex-breqn/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2015/04/27 06:44:26 markd Exp $ + +DISTNAME= breqn +PKGNAME= tex-${DISTNAME}-0.98c +TEXLIVE_REV= 35027 + +MAINTAINER= pkgsrc-users@NetBSD,org +COMMENT= Automatic line breaking of displayed equations +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-breqn/PLIST b/print/tex-breqn/PLIST new file mode 100644 index 00000000000..3ef9d1d2265 --- /dev/null +++ b/print/tex-breqn/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2015/04/27 06:44:26 markd Exp $ +share/texmf-dist/tex/latex/breqn/breqn.sty +share/texmf-dist/tex/latex/breqn/cmbase.sym +share/texmf-dist/tex/latex/breqn/flexisym.sty +share/texmf-dist/tex/latex/breqn/mathpazo.sym +share/texmf-dist/tex/latex/breqn/mathptmx.sym +share/texmf-dist/tex/latex/breqn/mathstyle.sty +share/texmf-dist/tex/latex/breqn/msabm.sym diff --git a/print/tex-breqn/distinfo b/print/tex-breqn/distinfo new file mode 100644 index 00000000000..cc11919cf64 --- /dev/null +++ b/print/tex-breqn/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/04/27 06:44:26 markd Exp $ + +SHA1 (tex-breqn-35027/breqn.tar.xz) = 41464200e44e7afc6e5fabebf4622b72cdf2af6d +RMD160 (tex-breqn-35027/breqn.tar.xz) = 1ee0b860b332a8845bccc7ea3e316bc6af74fb5b +Size (tex-breqn-35027/breqn.tar.xz) = 24152 bytes |