diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/listings.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/listings.4ht | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/listings.4ht b/Master/texmf-dist/tex/generic/tex4ht/listings.4ht index f20b32b72ea..1dc59171b9f 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/listings.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/listings.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% listings.4ht 2008-09-16-11:44 % -% Copyright (C) 2001--2008 Eitan M. Gurari % +% listings.4ht 2009-04-14-17:07 % +% Copyright (C) 2001--2009 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2008-09-16-11:44} +\immediate\write-1{version 2009-04-14-17:07} \append:defII\lst@EnterMode{% \ifx \lsthk:EveryLine\:UnDef @@ -35,7 +35,9 @@ \def\dd:listings{\d:listings\let\dd:listings\empty}}% \fi \append:def\lsthk@EveryPar{\dd:listings}% - \a:listings\bgroup \aftergroup\lst:EnterMode } + \a:listings\bgroup + \Configure{$}{}{}{}% + \aftergroup\lst:EnterMode } \def\lst:EnterMode{\b:listings\egroup} \NewConfigure{listings}{4} \let\dd:listings=\empty |