diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-22 21:18:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-22 21:18:29 +0000 |
commit | 67e63a7a30121c28f1fba373801fa71d3f01a0da (patch) | |
tree | 9ba18b8502e6b0660a0be07cfda8fdf84ad237c8 /Master/texmf-dist/tex/generic | |
parent | 6dad87aef7774f59c57c210b9ecc574c370e928d (diff) |
listings fixes, tex4ht r907
git-svn-id: svn://tug.org/texlive/trunk@58970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/listings.4ht | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index 2dea085895d..b4c63a1a968 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht @@ -1,4 +1,4 @@ -% html4.4ht (2021-04-16-13:27), generated from tex4ht-html4.tex +% html4.4ht (2021-04-22-13:52), generated from tex4ht-html4.tex % Copyright 2009-2021 TeX Users Group % Copyright 1997-2009 Eitan M. Gurari % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2021-04-16-13:27} +\immediate\write-1{version 2021-04-22-13:52} \exit:ifnot{8859-6,% CJK,% @@ -37229,7 +37229,7 @@ description">}% \gdef\start:LstLn{% \HCode{<div class="lstlisting" id="listing-\listingN">}% \gdef\start:LstLn{\leavevmode\special{t4ht@+\string&{35}x00A0{59}}x% -\HCode{<br />}}} +\HCode{<br />\Hnewline}}} \bgroup \Configure{listings} {{\everypar{}\leavevmode}} diff --git a/Master/texmf-dist/tex/generic/tex4ht/listings.4ht b/Master/texmf-dist/tex/generic/tex4ht/listings.4ht index a2da6a8f75e..d504e4f6feb 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 (2020-02-13-13:43), generated from tex4ht-4ht.tex +% listings.4ht (2021-04-22-13:52), generated from tex4ht-4ht.tex % Copyright 2001-2009 Eitan M. Gurari -% Copyright 2009-2020 TeX Users Group +% Copyright 2009-2021 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 2020-02-13-13:43} +\immediate\write-1{version 2021-04-22-13:52} \def\lst@makecaption#1#2{\cptA: #1\if :#1:\else\cptB:\fi \cptC: #2\cptD:} @@ -43,7 +43,7 @@ \NewConfigure{listings-init}{2} \lst@AddToHook{TextStyle}{% \Configure{listings}{}{}{}{}% - \a:lstinline \bgroup \aftergroup\b:lstinline\egroup + \a:lstinline \bgroup \aftergroup\b:lstinline\aftergroup\egroup } \NewConfigure{lstinline}{2} \pend:defI\lst@MakeCaption{% |