CTAN Comprehensive TeX Archive Network

Verzeichnis macros/latex/contrib/environ

README
___________________
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:

Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (158.0k).

environ – A new interface for environments in

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.

Paketenviron
Version0.3
LizenzenThe Project Public License
Copyright2007, 2013 Will Robertson
BetreuerWill Robertson
TDS-Archivenviron.tds.zip
Enthalten inTeX Live als environ
MiKTeX als environ
ThemenMakro-Unterstützung
...
Gästebuch Seiten-Struktur Impressum Autor kontaktieren