diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-05 23:25:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-05 23:25:35 +0000 |
commit | 65b584b13375549113c4bd25b14116a013ef08f2 (patch) | |
tree | 5125a63f0400489093497a18646cc5cd2c0acc15 /Master/texmf-dist/tex/latex/thmtools/parseargs.sty | |
parent | c8341d201aa8f8dfccefe14289a4c9031ae066e4 (diff) |
thmtools update (5apr10)
git-svn-id: svn://tug.org/texlive/trunk@17726 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/thmtools/parseargs.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/parseargs.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/parseargs.sty b/Master/texmf-dist/tex/latex/thmtools/parseargs.sty index 6e4d5f79ccf..b08ac01f3ed 100644 --- a/Master/texmf-dist/tex/latex/thmtools/parseargs.sty +++ b/Master/texmf-dist/tex/latex/thmtools/parseargs.sty @@ -48,7 +48,7 @@ \newcommand\parseOpt[4]{% %\parseOpt{openchar}{closechar}{yes}{no} \def\@parsecmd{% - \@ifnextchar#1{\@@reallyparse}{#4\@parse} + \@ifnextchar#1{\@@reallyparse}{#4\@parse}% }% \def\@@reallyparse#1##1#2{% #3\@parse |