diff options
Diffstat (limited to 'print/tex-environ')
-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 |