blob: b02f3f9522711dcf1faea9c448a044adccd6487b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
|