Directory tex-archive/macros/latex/contrib/multienv
LaTeX package 'multienv'
========================
Copyright (c) 2012 by Martin Scharrer <martin@scharrer-online.de>
CTAN: <http://www.ctan.org/pkg/multienv>
Code repository: <https://bitbucket.org/martin_scharrer/multienv>
This package provides a multienv environment which allows to easily
add multiple environments using a key=value syntax. Macros to define
environments using this syntax are also provided.
Example:
--------
The following 'multienv' environment:
\begin{multienv}{enva,envb=arg,add code={code before}{code after},
envc=[oarg]{marg}}
content
\end{multienv}
is basically identical to:
\begin{enva}
\begin{envb}{arg}
code before
\begin{enc}[oarg]{marg}
content
\end{enc}
code after
\end{envb}
\end{enva}
except that actually the "plain" form together with explicit groups
is used: \begingroup\enva .. \endenva\endgroup.
Files
| Name | Size | Date | Notes |
|---|---|---|---|
README |
932 | 2012-05-20 11:45:11 | |
multienv.dtx |
16397 | 2012-05-20 11:45:12 | |
multienv.ins |
169 | 2012-05-20 11:45:11 | |
multienv.pdf |
207894 | 2012-05-20 11:45:13 |
Download the complete
contents of this directory in one zip archive
(207.0k).
multienv – Multiple environments using a "key=value" syntax
The package provides a multienv environment which permits easy addition of multiple environments using a key=value syntax. Macros to define environments using this syntax are also provided.
| Documentation |
Package documentation Readme |
| Version | 1.0 |
| License | The LaTeX Project Public License 1.3 |
| Copyright | 2012 Martin Scharrer |
| Maintainer | Martin Scharrer |
| Contained in | TeXLive as multienv |
| MiKTeX as multienv | |
| Topics |
support for development of TeX macros |
