summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-04 21:12:19 +0000
committerKarl Berry <karl@freefriends.org>2021-11-04 21:12:19 +0000
commita32e446cfab75699d279edc1c7fec7ba6a2c7cdc (patch)
tree58dc60cdace11c667afb1d879b5ee258fd5c1722 /Master/texmf-dist/tex/generic/tex4ht
parentbe1ce1d52289cd50b0dcfdbbdcbd226aa825cecc (diff)
fix for paragraphs after ams proof, tex4ht r1008
git-svn-id: svn://tug.org/texlive/trunk@60952 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht52
1 files changed, 30 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index 128af275b04..622b7303f26 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-10-20-14:28), generated from tex4ht-html4.tex
+% html4.4ht (2021-11-04-14:09), 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-10-20-14:28}
+\immediate\write-1{version 2021-11-04-14:09}
\exit:ifnot{8859-6,%
CJK,%
@@ -11795,11 +11795,13 @@ height="\expandafter\int:pt\the\Gin@req@height!*?: "
\ifx \deferred@thm@head\:UnDef\else
\Configure{proof}
- {\ifvmode \IgnorePar \fi \EndP
- \HCode{<div class="proof">}\par\ShowPar
- \HCode{<span class="head">}\IgnorePar}
- {\HCode{</span>}\ShowPar}
- {\ifvmode \IgnorePar \fi \EndP \HCode{</div>}\par}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="proof">}\par\ShowPar
+ \HCode{<span class="head">}\HtmlParOff}
+ {\HCode{</span>}\HtmlParOn}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par}
+% it seems that paragraphs are not started after the proof environment
+% this configuration helps
+\ConfigureEnv{proof}{}{\par\ShowPar}{}{}
\Configure{qed}
{\HCode{<span class="qed">}} {\HCode{</span>}}
@@ -14371,11 +14373,13 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\ifx \deferred@thm@head\:UnDef\else
\Configure{proof}
- {\ifvmode \IgnorePar \fi \EndP
- \HCode{<div class="proof">}\par\ShowPar
- \HCode{<span class="head">}\IgnorePar}
- {\HCode{</span>}\ShowPar}
- {\ifvmode \IgnorePar \fi \EndP \HCode{</div>}\par}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="proof">}\par\ShowPar
+ \HCode{<span class="head">}\HtmlParOff}
+ {\HCode{</span>}\HtmlParOn}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par}
+% it seems that paragraphs are not started after the proof environment
+% this configuration helps
+\ConfigureEnv{proof}{}{\par\ShowPar}{}{}
\Configure{qed}
{\HCode{<span class="qed">}} {\HCode{</span>}}
@@ -16996,11 +17000,13 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
\ifx \deferred@thm@head\:UnDef\else
\Configure{proof}
- {\ifvmode \IgnorePar \fi \EndP
- \HCode{<div class="proof">}\par\ShowPar
- \HCode{<span class="head">}\IgnorePar}
- {\HCode{</span>}\ShowPar}
- {\ifvmode \IgnorePar \fi \EndP \HCode{</div>}\par}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="proof">}\par\ShowPar
+ \HCode{<span class="head">}\HtmlParOff}
+ {\HCode{</span>}\HtmlParOn}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par}
+% it seems that paragraphs are not started after the proof environment
+% this configuration helps
+\ConfigureEnv{proof}{}{\par\ShowPar}{}{}
\Configure{qed}
{\HCode{<span class="qed">}} {\HCode{</span>}}
@@ -19326,11 +19332,13 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureEnv{proof}{\par\leavevmode}{\par\ShowPar}{}{}
\Configure{proof}
- {\ifvmode \IgnorePar \fi \EndP
- \HCode{<div class="proof">}\par\ShowPar
- \HCode{<span class="head">}\IgnorePar}
- {\HCode{</span>}\ShowPar}
- {\ifvmode \IgnorePar \fi \EndP \HCode{</div>}\par}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{<div class="proof">}\par\ShowPar
+ \HCode{<span class="head">}\HtmlParOff}
+ {\HCode{</span>}\HtmlParOn}
+ {\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par}
+% it seems that paragraphs are not started after the proof environment
+% this configuration helps
+\ConfigureEnv{proof}{}{\par\ShowPar}{}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%