8b56734cd9
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.
11 lines
286 B
Makefile
11 lines
286 B
Makefile
# $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"
|