diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-27 17:19:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-27 17:19:42 +0000 |
commit | 3e47a94c1cc7bd3a1437f4e814c679182b982a33 (patch) | |
tree | 8daf070247b76688996ca57ab6fa5ac7359a06b0 /print | |
parent | dda287b5d28163e3f9dca38b0c7983e4bdda9626 (diff) | |
download | pkgsrc-3e47a94c1cc7bd3a1437f4e814c679182b982a33.tar.gz |
Import tex-environ-0.2 as print/tex-environ.
The package provides the \collect@body command (as in amsmath), as well
as a \long version \Collect@Body, for collecting the body text of an
environment. These commands are used to define a new author interface to
creating new environments. For example: \NewEnviron{test} wraps the
entire environment body in square brackets, doing the right thing in
ignoring leading and trailing spaces.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-environ/DESCR | 6 | ||||
-rw-r--r-- | print/tex-environ/Makefile | 11 | ||||
-rw-r--r-- | print/tex-environ/PLIST | 2 | ||||
-rw-r--r-- | print/tex-environ/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/print/tex-environ/DESCR b/print/tex-environ/DESCR new file mode 100644 index 00000000000..38fd74b26bd --- /dev/null +++ b/print/tex-environ/DESCR @@ -0,0 +1,6 @@ +The package provides the \collect@body command (as in amsmath), as well +as a \long version \Collect@Body, for collecting the body text of an +environment. These commands are used to define a new author interface to +creating new environments. For example: \NewEnviron{test} wraps the +entire environment body in square brackets, doing the right thing in +ignoring leading and trailing spaces. diff --git a/print/tex-environ/Makefile b/print/tex-environ/Makefile new file mode 100644 index 00000000000..fff97919908 --- /dev/null +++ b/print/tex-environ/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 17:19:42 minskim Exp $ + +DISTNAME= environ +PKGNAME= tex-${DISTNAME}-0.2 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= New interface for environments in LaTeX + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-environ/PLIST b/print/tex-environ/PLIST new file mode 100644 index 00000000000..839af6bc7da --- /dev/null +++ b/print/tex-environ/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/27 17:19:42 minskim Exp $ +share/texmf-dist/tex/latex/environ/environ.sty diff --git a/print/tex-environ/distinfo b/print/tex-environ/distinfo new file mode 100644 index 00000000000..fc5f0a7642b --- /dev/null +++ b/print/tex-environ/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/10/27 17:19:42 minskim Exp $ + +SHA1 (tex-environ-15878/environ.tar.xz) = b1828ee8e58ee77c6b4101d9898e7ad906dc6778 +RMD160 (tex-environ-15878/environ.tar.xz) = e92484d35e6e1d29be47db51c7aa5ad9e1570f88 +Size (tex-environ-15878/environ.tar.xz) = 2024 bytes |