summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mlist/mlist.cfg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-16 11:19:28 +0000
committerNorbert Preining <preining@logic.at>2007-11-16 11:19:28 +0000
commita7dfc63af349a5ea5fb37b110f584cc878308ea7 (patch)
tree35d4254aa89bccb17aca5d5a3561aa69294466cd /Master/texmf-dist/tex/latex/mlist/mlist.cfg
parenteef08b0a5a7904d6aae52d911e76f7a2fca06f29 (diff)
mlist v0.5 from ctan
git-svn-id: svn://tug.org/texlive/trunk@5457 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mlist/mlist.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/mlist/mlist.cfg69
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mlist/mlist.cfg b/Master/texmf-dist/tex/latex/mlist/mlist.cfg
new file mode 100644
index 00000000000..9d193412c7c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mlist/mlist.cfg
@@ -0,0 +1,69 @@
+%%
+%% 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={},
+}
+\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'.