Index of /ctan/macros/latex/contrib/environ/
| | | |
../ | | - | Directory |
environ.dtx | 2014-May-04 08:29:21 | 18.0K | application/octet-stream |
environ.ins | 2014-May-04 08:29:21 | 1.6K | application/octet-stream |
environ.pdf | 2014-May-04 08:29:21 | 152.2K | application/pdf |
README | 2014-May-04 08:29:21 | 0.5K | text/plain;charset=utf-8 |
___________________
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-2014
Distributed under the LaTeX Project Public License
%% ^^A Test that \RenewEnvironment works correctly: