From facf39d8c4b91ff587338d6c311a9bf2f0719ddb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Jul 2008 00:23:27 +0000 Subject: new latex package inlinedef (10jul08) git-svn-id: svn://tug.org/texlive/trunk@9440 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/inlinedef/README | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/inlinedef/README (limited to 'Master/texmf-dist/doc/latex/inlinedef/README') 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 -- cgit v1.2.3