diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/docstrip.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/docstrip.dtx | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/base/docstrip.dtx b/Master/texmf-dist/source/latex/base/docstrip.dtx index 4f6c7b61bfb..bf5f49ecf4e 100644 --- a/Master/texmf-dist/source/latex/base/docstrip.dtx +++ b/Master/texmf-dist/source/latex/base/docstrip.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 +% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -8,12 +8,12 @@ % ------------------------------------------- % % It may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 +% conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2003/12/01 or later. +% and version 1.3c or later is part of all distributions of LaTeX +% version 2005/12/01 or later. % % This file has the LPPL maintenance status "maintained". % @@ -29,10 +29,10 @@ \catcode`\{=1 \catcode`\}=2 \def\filename{docstrip.dtx} -\def\fileversion{2.5c} -\def\filedate{2003/09/18} +\def\fileversion{2.5d} +\def\filedate{2005/07/29} \def\docdate {1999/03/31} -% \CheckSum{2436} +% \CheckSum{2439} %% \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 %% Lower-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 @@ -1875,6 +1875,16 @@ Z \iden{\def\@xifnch} {\futurelet\reserved@c\@ifnch} % \end{macrocode} % \end{macro} +% \begin{macro}{\kernel@ifnextchar} +% \changes{v2.5d}{2005/07/29}{Added macro} +% The 2003/12/01 release of \LaTeX\ incorporated this macro to avoid +% problems with \texttt{amsmath} but this also means that we have to +% perform the same trick here when people use \LaTeX\ on a +% installation file containing |\ProvidesFile|. +% \begin{macrocode} +\let\kernel@ifnextchar\@ifnextchar +% \end{macrocode} +% \end{macro} % % % \subsection{The evaluation of boolean expressions} |