summaryrefslogtreecommitdiff
path: root/print/tex-environ/DESCR
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-10-27 17:19:42 +0000
committerminskim <minskim@pkgsrc.org>2011-10-27 17:19:42 +0000
commit3e47a94c1cc7bd3a1437f4e814c679182b982a33 (patch)
tree8daf070247b76688996ca57ab6fa5ac7359a06b0 /print/tex-environ/DESCR
parentdda287b5d28163e3f9dca38b0c7983e4bdda9626 (diff)
downloadpkgsrc-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/tex-environ/DESCR')
-rw-r--r--print/tex-environ/DESCR6
1 files changed, 6 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.