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/source | |
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/source')
-rw-r--r-- | Master/texmf-dist/source/latex/abc/abc.dtx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/abc/abc.dtx b/Master/texmf-dist/source/latex/abc/abc.dtx index 54508b8deeb..0ce7aff91ac 100644 --- a/Master/texmf-dist/source/latex/abc/abc.dtx +++ b/Master/texmf-dist/source/latex/abc/abc.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2005 by Enrico Gregorio +% Copyright (C) 2005-2015 by Enrico Gregorio % <Enrico dot Gregorio at univr dot it> % ------------------------------------------------------- % @@ -23,7 +23,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{abc} %<*package> - [2008/03/03 v2.0 Enrico Gregorio] + [2015/09/09 v2.0a Enrico Gregorio] %</package> %<*driver> \documentclass{ltxdoc} @@ -38,7 +38,7 @@ %</driver> % \fi % -% \CheckSum{397} +% \CheckSum{399} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -56,6 +56,9 @@ % Grave accent \` Left brace \{ Vertical bar \| % Right brace \} Tilde \~} % +% \changes{v2.0a}{2015/09/09}{Fixed gobbling of leading lines that +% start with \%} +% % \changes{v2.0}{2008/03/03}{Many changes, in order to allow for Mup % support; added saveall and nosaveall options} % @@ -730,7 +733,7 @@ repeatend % are initialized here; the name of the temporary file is, by default, % ``out-abc'' which should not clobber any existing file. % \begin{macrocode} -\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}% |