diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/environ')
-rw-r--r-- | Master/texmf-dist/doc/latex/environ/README | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/environ/environ.pdf | bin | 97203 -> 132373 bytes |
2 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/environ/README b/Master/texmf-dist/doc/latex/environ/README index 6fe3cb4b30b..5d61602e73c 100644 --- a/Master/texmf-dist/doc/latex/environ/README +++ b/Master/texmf-dist/doc/latex/environ/README @@ -1,10 +1,26 @@ ___________________ The ENVIRON package -v0.0 +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 +Copyright 2007-2008 Distributed under the LaTeX Project Public License diff --git a/Master/texmf-dist/doc/latex/environ/environ.pdf b/Master/texmf-dist/doc/latex/environ/environ.pdf Binary files differindex dd5504dc2fc..c013a4e3e48 100644 --- a/Master/texmf-dist/doc/latex/environ/environ.pdf +++ b/Master/texmf-dist/doc/latex/environ/environ.pdf |