diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-10 20:57:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-10 20:57:17 +0000 |
commit | dbb09e6496f3b223c3d55b684f3ebdefaf88454e (patch) | |
tree | ff3dc78b7db96aca0e352e0f192762ba3674657e /Master/texmf-dist/tex/latex | |
parent | b9de8b37ede65e75de420bd3814aa62f4e1017d6 (diff) |
abc (9sep15)
git-svn-id: svn://tug.org/texlive/trunk@38340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/abc/abc.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/abc/abc.sty b/Master/texmf-dist/tex/latex/abc/abc.sty index 6251b0cc5df..1833e9a3634 100644 --- a/Master/texmf-dist/tex/latex/abc/abc.sty +++ b/Master/texmf-dist/tex/latex/abc/abc.sty @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{abc} - [2008/03/03 v2.0 Enrico Gregorio] + [2015/09/09 v2.0a Enrico Gregorio] \newif\ifabc@shellescape \newif\ifabc@generate @@ -163,7 +163,7 @@ \let\abc@start\comment \let\abc@finish\endcomment \fi -\def\abc{\@ifnextchar[\abc@grab{\abc@grab[]}} +\def\abc{\@makeother\%\@ifnextchar[\abc@grab{\abc@grab[]}} \define@key{abc}{name}[]{% \if!#1!\stepcounter{abc@count}% \edef\abc@tempfile{\normalabcoutputfile-\@arabic\c@abc@count}% |