1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
%%
%% This is file `mlist.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% mlist.dtx (with options: `defaults')
%%
%% __________________________________
%% Copyright (C) 2007 Will Robertson
%%
%% License information appended.
%%
%%
\mlistsetup{%
sep={,},
sepsep={;},
wrapcmd=\mlistparen,
wrapone={}{},
dots=\dots,
dot={\,\cdot\,},
elemcmd=\mlistelem,
headcmd=\mathbf,
index={},
headhook={},
}
\newmlist\vect[
wrapcmd=\mlistparen,
wraponecmd=\mlistnowrap,
elemcmd=\mlistsub,
headcmd=\mathbf,
]
\newmlist\matr[
sep=&,
sepsep=\\,
wrap={\begin{bmatrix}}
{\end{bmatrix}},
]
\newmlist\func[
headcmd=\mlisthead,
wrapcmd=\mlistheadparen,
wraponecmd,
]
\newmlist\mset[
headcmd=\mathbb,
sep=\times,
wrapcmd=\mlistsup,
wraponecmd,
]
\newmset\setR{R}
\newmset\setC{C}
\newmset\setN{N}
\newmset\setZ{Z}
%%
%% Copyright (C) 2007 by Will Robertson <wspr81@gmail.com>
%%
%% Distributable under the LaTeX Project Public License,
%% version 1.3c or higher (your choice). The latest version of
%% this license is at: http://www.latex-project.org/lppl.txt
%%
%% This work is "maintained" (as per LPPL maintenance status)
%% by Will Robertson.
%%
%% This work consists of the file mlist.dtx
%% and the derived files mlist.pdf,
%% mlist.sty,
%% mlist.cfg, and
%% mlist.ins.
%%
%%
%% End of file `mlist.cfg'.
|