summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lmake/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/lmake/README')
-rw-r--r--macros/latex/contrib/lmake/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/lmake/README b/macros/latex/contrib/lmake/README
new file mode 100644
index 0000000000..b02f3f9522
--- /dev/null
+++ b/macros/latex/contrib/lmake/README
@@ -0,0 +1,15 @@
+lmake 2012/02/29 v1.0
+Copyright (C) 2012 by Shengjun Pan panshengjun@gmail.com
+
+This package (lmake) provides two macros "lcmd" and "lmake" to simplify
+typesetting a list of phrases that fit a pattern:
+
+* \lcmd{command}{prefix}{list}
+ makes new commands in batch by adding a prefix to an existing command,
+ each with a different argument taken from a list.
+
+* \lmake[[key1=]value1,[key2=]value2,...]
+ makes a list of the form p(i1),p(i2),...,p(in), where teh p(.)'s are
+ similar phrases that fit a pattern.
+
+Plese refer to lmake.pdf for more details and examples.