diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/abc/abc.sty')
-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}% |