summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/abc/README6
-rw-r--r--Master/texmf-dist/doc/latex/abc/abc.pdfbin166828 -> 278241 bytes
-rw-r--r--Master/texmf-dist/source/latex/abc/abc.dtx11
-rw-r--r--Master/texmf-dist/tex/latex/abc/abc.sty4
4 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/abc/README b/Master/texmf-dist/doc/latex/abc/README
index b59512bab32..d85e6f6614e 100644
--- a/Master/texmf-dist/doc/latex/abc/README
+++ b/Master/texmf-dist/doc/latex/abc/README
@@ -1,9 +1,9 @@
The abc package lets you include lines of music written in the ABC Plus
language (http://abcplus.sourceforge.net).
-This is version 2.0 of the package
+This is version 2.0a of the package (a maintenance release)
- Copyright 2006-2008 Enrico Gregorio
+ Copyright 2005-2015 Enrico Gregorio
This program is provided under the terms of the
LaTeX Project Public License distributed from CTAN
@@ -54,5 +54,5 @@ your distribution's documentation. However, this is not
strictly necessary in order to use the package, see the
documentation.
-2008/03/03
+2015/09/09
Enrico Gregorio
diff --git a/Master/texmf-dist/doc/latex/abc/abc.pdf b/Master/texmf-dist/doc/latex/abc/abc.pdf
index 1291a8d0f7b..6a3bf2a7132 100644
--- a/Master/texmf-dist/doc/latex/abc/abc.pdf
+++ b/Master/texmf-dist/doc/latex/abc/abc.pdf
Binary files differ
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}%
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}%