blob: 9989f99d1bee60849cae21f557070747e09461ad (
plain)
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
|
_________________
The MLIST package
v0.4
This package defines the commands \newvect, \newmatr, and \newfunc for
creating macros to typeset vectors, matrices, and functions. For
example, Logical indexing can then be used to refer to elements or
arguments without hard-coding the symbols in the document:
\newvect\myvect{V}[elem=a,b,c]
\myvect{1,2,3}
produces
\left( V_a, V_b, V_c \right)
All aspects of the typeset appearance can be adjusted, and new `mlists'
can be defined to represent other mathematical constructs.
Consider this package an exploration of separation of form and content
for some mathematical constructions. I hope you find it useful.
______________
Will Robertson
wspr 81 [at] gmail [dot] com
Copyright 2007
Distributed under the LaTeX Project Public License
|