summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/newenviron/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/newenviron/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/newenviron/README')
-rw-r--r--macros/latex/contrib/newenviron/README44
1 files changed, 44 insertions, 0 deletions
diff --git a/macros/latex/contrib/newenviron/README b/macros/latex/contrib/newenviron/README
new file mode 100644
index 0000000000..9bb80720ce
--- /dev/null
+++ b/macros/latex/contrib/newenviron/README
@@ -0,0 +1,44 @@
+This is the README file for the 'newenviron' package.
+
+AUTHOR
+
+Ahmed Musa
+
+VERSION
+
+Version 1.0, 2013/02/10.
+
+LOCATION ON CTAN
+
+macros/latex/contrib/newenviron/
+
+LICENSE
+
+Copyright (c) 2013 Ahmed Musa
+
+This software is author-maintained. Permission is granted to copy,
+distribute and/or modify this software under the terms of the
+LaTeX Project Public License, version 1.3 or higher. This software
+is provided 'as it is', without warranty of any kind, either
+expressed or implied, including, but not limited to, the implied
+warranties of merchantability and fitness for any particular purpose.
+
+SUMMARY
+
+The 'newenviron' package provides the commands \newenviron and
+\renewenviron that can be used to define environments whose bodies
+will be collected in the macros \envbody and \<env name>body. These
+macros can used to apply some code to the environment body at invocation
+time.
+
+The user-defined environments can be mixed and nested to any depth,
+both at definition and invocation times.
+
+There also exist the commands \EveryBeginOfEnvironment and
+\EveryEndOfEnvironment for adding code to the start or end of the
+environment at invocation time.
+
+See the accompanying example file 'newenviron-examples.tex'.
+
+
+% End of README file of newenviron.sty