summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mlist/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-20 20:42:15 +0000
committerKarl Berry <karl@freefriends.org>2007-05-20 20:42:15 +0000
commit7565be950065c44ddd2808eed2e63588d89768a7 (patch)
treed706ba7b47929f546ebe83585a13f3381b1feef6 /Master/texmf-dist/doc/latex/mlist/README
parent9229f19eaf9e81c41e134e6d17e21e79ba62065b (diff)
new latex package mlist (19may07)
git-svn-id: svn://tug.org/texlive/trunk@4323 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mlist/README')
-rw-r--r--Master/texmf-dist/doc/latex/mlist/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mlist/README b/Master/texmf-dist/doc/latex/mlist/README
new file mode 100644
index 00000000000..9989f99d1be
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mlist/README
@@ -0,0 +1,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
+