diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/listings.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/listings.4ht | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/listings.4ht b/Master/texmf-dist/tex/generic/tex4ht/listings.4ht index 16bd5d4c6c3..0b650b48f4a 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/listings.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/listings.4ht @@ -1,15 +1,15 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% listings.4ht 2007-01-03-21:02 % -% Copyright (C) 2001--2007 Eitan M. Gurari % +% listings.4ht 2008-02-28-20:51 % +% Copyright (C) 2001--2008 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % -% version 1.3 of this license or (at your option) any % +% 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 work has the LPPL maintenance status "maintained".% % % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2007-01-03-21:02} +\immediate\write-1{version 2008-02-28-20:51} \append:defII\lst@EnterMode{% \ifx \lsthk:EveryLine\:UnDef @@ -61,12 +61,12 @@ \expandafter\lstset\expandafter{\lst@set}% \lsthk@DisplayStyle \catcode\active=\active - \lst@Init\relax \let\lst@gobble\z@ + \a:lstinputlisting \lst@Init\relax \let\lst@gobble\z@ \lst@SkipToFirst \lst@ifprint \def\lst@next{\input{#1}}% \else \let\lst@next\@empty \fi - \a:lstinputlisting \lst@next \b:lstinputlisting - \lst@DeInit + \lst@next \lst@DeInit + \b:lstinputlisting \endgroup} \NewConfigure{lstinputlisting}{2} \def\lst@Kern#1{% |