texlive[62295] Master/texmf-dist: quotation is not math, tex4ht

commits+karl at tug.org commits+karl at tug.org
Mon Feb 28 22:54:00 CET 2022


Revision: 62295
          http://tug.org/svn/texlive?view=revision&revision=62295
Author:   karl
Date:     2022-02-28 22:54:00 +0100 (Mon, 28 Feb 2022)
Log Message:
-----------
quotation is not math, tex4ht r1086; close <div, tex4ht r1085

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=1086
    http://tug.org/svn/texlive?view=revision&revision=1085

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-02-28 21:44:38 UTC (rev 62294)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-02-28 21:54:00 UTC (rev 62295)
@@ -1,3 +1,12 @@
+2022-02-28  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4-math.4ht): removed math configuration for
+	the quotation environment, it was probably mistake that it existed.
+	https://github.com/Witiko/markdown/issues/90
+	* tex4ht-html4.tex (html4.4ht, html4-math.4ht): correctly close
+	<div>.
+	https://github.com/Witiko/markdown/issues/90
+
 2022-02-22  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht	2022-02-28 21:44:38 UTC (rev 62294)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht	2022-02-28 21:54:00 UTC (rev 62295)
@@ -1,4 +1,4 @@
-% html4-math.4ht (2021-04-16-13:27), generated from tex4ht-html4.tex
+% html4-math.4ht (2022-02-28-13:22), generated from tex4ht-html4.tex
 % Copyright 2009-2021 TeX Users Group
 % Copyright 1999-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 2022-02-28-13:22}
 
 \exit:ifnot{accents,% 
 amsfonts,% 
@@ -469,6 +469,8 @@
 
 
 
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{amsmath}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -532,7 +534,7 @@
    \Css{div.center-#1{text-align: center;}}
  }
 \def\endm:env{\:xhtml{\IgnorePar\EndP}%
-   \HCode{</td></tr></table></center>}\IgnorePar
+   \HCode{</td></tr></table></div>}\IgnorePar
    \ifmmode\else\par\fi}
 
 \:CheckOption{pic-align}  \if:Option
@@ -588,7 +590,6 @@
 \ConfigureEnv{gather*}{\m:env{gather*}}{\endm:env}{}{}
 \ConfigureEnv{gathered}{\m:env{gathered}}{\endm:env}{}{}
 \ConfigureEnv{matrix}{\m:env{matrix}}{\endm:env}{}{}
-\ConfigureEnv{quotation}{\m:env{quotation}}{\endm:env}{}{}
 \Configure{equations}{*}{}
 \ConfigureEnv{multline}
   {\:xhtml{\IgnorePar\EndP}%
@@ -779,7 +780,7 @@
    \Css{div.center-#1{text-align: center;}}
  }
 \def\endm:env{\:xhtml{\IgnorePar\EndP}%
-   \HCode{</td></tr></table></center>}\IgnorePar
+   \HCode{</td></tr></table></div>}\IgnorePar
    \ifmmode\else\par\fi}
 
 
@@ -1004,6 +1005,8 @@
 
 
 
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{array}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1065,6 +1068,11 @@
 
 
 
+
+
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{eplain}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1109,7 +1117,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{fleqn}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1140,7 +1147,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{gauss}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1362,6 +1368,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{ushort}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1452,7 +1459,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{th4}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1518,6 +1524,11 @@
 
 
 
+
+
+
+
+
 
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2022-02-28 21:44:38 UTC (rev 62294)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2022-02-28 21:54:00 UTC (rev 62295)
@@ -1,4 +1,4 @@
-% html4.4ht (2022-02-16-13:57), generated from tex4ht-html4.tex
+% html4.4ht (2022-02-28-13:22), generated from tex4ht-html4.tex
 % Copyright 2009-2022 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 2022-02-16-13:57}
+\immediate\write-1{version 2022-02-28-13:22}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -19387,7 +19387,7 @@
    \Css{div.center-#1{text-align: center;}}
  }
 \def\endm:env{\:xhtml{\IgnorePar\EndP}%
-   \HCode{</td></tr></table></center>}\IgnorePar
+   \HCode{</td></tr></table></div>}\IgnorePar
    \ifmmode\else\par\fi}
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht	2022-02-28 21:44:38 UTC (rev 62294)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht	2022-02-28 21:54:00 UTC (rev 62295)
@@ -1,5 +1,5 @@
-% hyperref-hooks.4ht (2022-02-19-13:30), generated from tex4ht-4ht.tex
-% Copyright 2021 TeX Users Group
+% hyperref-hooks.4ht (2022-02-22-13:25), generated from tex4ht-4ht.tex
+% Copyright 2022 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2022-02-19-13:30}
+\immediate\write-1{version 2022-02-22-13:25}
 
 \:AtEndOfPackage{%
 \@ifpackageloaded{nameref}{}



More information about the tex-live-commits mailing list.