diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-06 00:14:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-06 00:14:13 +0000 |
commit | 492bd51873ed40453535b5f6cfad77b3c82b792a (patch) | |
tree | 04cd054bbf7041e400c1dc785753d76fb8e1a2f2 /Master/texmf-dist/tex/latex | |
parent | e651b058802905949b57e67c813f83a01d29eb34 (diff) |
mlist 0.6a (4jul09)
git-svn-id: svn://tug.org/texlive/trunk@14131 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mlist/mlist.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/mlist/mlist.sty b/Master/texmf-dist/tex/latex/mlist/mlist.sty index 71edc383ef8..292db726f63 100644 --- a/Master/texmf-dist/tex/latex/mlist/mlist.sty +++ b/Master/texmf-dist/tex/latex/mlist/mlist.sty @@ -13,7 +13,7 @@ %% %% \ProvidesPackage{mlist} - [2008/05/22 v0.6 Typesetting maths lists] + [2008/08/15 v0.6a Typesetting maths lists] \let\mlisthead\@firstofone \let\mlistelem\@secondoftwo \newcommand\mlistsub [2]{#1_{#2}} @@ -62,7 +62,7 @@ \expandafter\def\csname#1\endcsname} \providecommand\def@co[2]{% \def@c{#1\expandafter}\expandafter{#2}} -\newcommand\@optarg[1]{\@ifnextchar[{#1}{#1[]}}%] +\newcommand\mlist@optarg[1]{\@ifnextchar[{#1}{#1[]}}%] \newcommand\@ifnextbrace{\expandafter\@ifnextchar\bgroup} \def\mlist@colon{:} \def\mlist@period{.} @@ -208,10 +208,10 @@ \fi} \newcommand\newmlist[1]{% \@mlist@warntrue - \@optarg{\@defmlist@opt{#1}}} + \mlist@optarg{\@defmlist@opt{#1}}} \newcommand\renewmlist[1]{% \@mlist@warnfalse - \@optarg{\@defmlist@opt{#1}}} + \mlist@optarg{\@defmlist@opt{#1}}} \def\@defmlist@opt#1[#2]{\@defmlist{#1}{#2}} \newcommand\@defmlist[2]{% \if@mlist@warn @@ -230,10 +230,10 @@ \@mlist{symbol=##1,#2,index={##2}}}% \def@c{new\expandafter\@gobble\string#1}##1##2{% \@mlist@warntrue - \@optarg{\csname @new\string#1@opt\endcsname{##1}{##2}}}% + \mlist@optarg{\csname @new\string#1@opt\endcsname{##1}{##2}}}% \def@c{renew\expandafter\@gobble\string#1}##1##2{% \@mlist@warnfalse - \@optarg{\csname @new\string#1@opt\endcsname{##1}{##2}}}% + \mlist@optarg{\csname @new\string#1@opt\endcsname{##1}{##2}}}% \def@c{@new\string#1@opt}##1##2[##3]{% \csname @new\string#1\endcsname{##1}{##2}{##3}}% \def@c{@new\string#1}##1##2##3{% |