diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-18 23:33:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-18 23:33:42 +0000 |
commit | 30c16fa53afa2ed0a485a55bcc625528106c74bd (patch) | |
tree | 834d440c927892598ff628eb7a37fa8d3a4d8d20 /Master/texmf-dist/tex | |
parent | 300660e3de2430063d9a38815b6f755f5fc0d94d (diff) |
spurious \aftergroup, tex4ht r175
git-svn-id: svn://tug.org/texlive/trunk@41722 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/listings.4ht | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/listings.4ht b/Master/texmf-dist/tex/generic/tex4ht/listings.4ht index c2dd1fc1abd..97e635f6d7b 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 (2014-07-13-16:08), generated from tex4ht-4ht.tex -% Copyright 2001--2009 Eitan M. Gurari -% 2009--2014 TeX Users Group +% listings.4ht (2016-07-17-16:23), generated from tex4ht-4ht.tex +% Copyright 2001-2009 Eitan M. Gurari +% Copyright 2009-2016 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2014-07-13-16:08} +\immediate\write-1{version 2016-07-17-16:23} \newif\iflstnest \append:defII\lst@EnterMode{% @@ -41,7 +41,7 @@ \NewConfigure{listings-init}{2} \lst@AddToHook{TextStyle}{% \Configure{listings}{}{}{}{}% - \a:lstinline \bgroup \aftergroup\b:lstinline\aftergroup\egroup + \a:lstinline \bgroup \aftergroup\b:lstinline\egroup } \NewConfigure{lstinline}{2} \pend:defI\lst@MakeCaption{% |