summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/inlinedef/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-11 00:23:27 +0000
committerKarl Berry <karl@freefriends.org>2008-07-11 00:23:27 +0000
commitfacf39d8c4b91ff587338d6c311a9bf2f0719ddb (patch)
treef39426192ee6b5e3fd5d9ee98e3f6550b558d287 /Master/texmf-dist/doc/latex/inlinedef/README
parent762ba4250e16f197cdb2f153c126a0882509c776 (diff)
new latex package inlinedef (10jul08)
git-svn-id: svn://tug.org/texlive/trunk@9440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/inlinedef/README')
-rw-r--r--Master/texmf-dist/doc/latex/inlinedef/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/inlinedef/README b/Master/texmf-dist/doc/latex/inlinedef/README
new file mode 100644
index 00000000000..fc3bbad655c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/inlinedef/README
@@ -0,0 +1,33 @@
+INLINEDEF -- Inlined expansions within definitions
+
+AUTHOR
+ Stephen D. Hicks is author of inlinedef
+ email: sdh33@cornell.edu
+
+COPYRIGHT
+ This program is provided under the terms of the
+ LaTeX Project Public License distributed from CTAN
+ archives in the directory macros/latex/base/lppl.txt.
+ Copyright 2008 Stephen D. Hicks
+
+INSTALLATION
+ Run `latex inlinedef.ins' and copy the inlinedef.sty file into a
+ path searched by LaTeX.
+
+DESCRIPTION
+ This package provides a macro \Inline that precedes a \def or
+ \gdef. Within the definition text of an inlined definition,
+ keywords such as \Expand may be used to selectively inline certain
+ expansions at definition-time. This eases the process of
+ redefining macros in terms of the original definition, as well
+ as definitions in which the token that must be expanded is deep
+ within, where \expandafter would be difficult and \edef is not
+ suitable. Another application is as an easier version of
+ \aftergroup, by defining a macro in terms of expanded local
+ variables, then ending the group with \expandafter\endgroup\macro
+
+FILES
+ README This file
+ inlinedef.dtx Source code, test suite, and documentation
+ inlinedef.ins Installation script generating source and tests
+ inlinedef.pdf PDF version of the documentation