You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| environ | A new interface for environments in LaTeX. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| README | 1 KiB | 2008-Jun-18 | Shown below |
| environ.dtx | 22 KiB | 2008-Jun-18 | |
| environ.ins | 2 KiB | 2008-Jun-18 | |
| environ.pdf | 129 KiB | 2008-Jun-18 |
*File sizes in kibibytes.
___________________
The ENVIRON package
v0.2
Provides two things: a new way of defining
environments that read their contents before
processing; and, a \long version of amsmath's
\collect@body macro called \Collect@Body.
Here's an example:
\NewEnviron{test}[3][]{"#1,#2,\BODY,#3"}
\begin{test}[zero]{one}{last}
three\par four
\end{test}
Produces the equivalent of:
"zero,one,three\par four,last"
______________
Will Robertson
wspr 81 [at] gmail [dot] com
Copyright 2007-2008
Distributed under the LaTeX Project Public License