texlive[68378] Master/texmf-dist: use <text:p> instead of <text:h>,

commits+karl at tug.org commits+karl at tug.org
Tue Sep 26 23:45:28 CEST 2023


Revision: 68378
          https://tug.org/svn/texlive?view=revision&revision=68378
Author:   karl
Date:     2023-09-26 23:45:27 +0200 (Tue, 26 Sep 2023)
Log Message:
-----------
use <text:p> instead of <text:h>, tex4ht r1373; check for mathvariant csname, tex4ht r1374

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1373
    https://tug.org/svn/texlive?view=revision&revision=1374

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-09-26 20:08:36 UTC (rev 68377)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-09-26 21:45:27 UTC (rev 68378)
@@ -1,3 +1,13 @@
+2023-09-25  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-mathml.tex (mathml.4ht): check for the existence of the
+	mathvariant csname.
+
+	* tex4ht-ooffice.tex (ooffice.4ht): use <text:p> elements instead of
+	<text:h> for list environments. They were included in the TOC after
+	automatic TOC update in LibreOffice.
+	https://tug.org/pipermail/tex4ht/2023q3/003399.html
+
 2023-09-22  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): test for the existence of

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2023-09-26 20:08:36 UTC (rev 68377)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2023-09-26 21:45:27 UTC (rev 68378)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1371 2023-09-20 12:19:50Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1374 2023-09-25 14:17:53Z michal_h21 $$
 % compile 3 times: latex tex4ht-mathltx
 %           or   xhlatex tex4ht-mathltx "html,3,sections+"
 %
@@ -1866,7 +1866,7 @@
 \<mathversion config\><<<
 \append:defI\mathversion{%
     % \a:DviMathML is executed at the beginning of math \a:@math is hook for attributes. we need to append out tags to it
-    \Configure{DviMathML}{\append:def\a:@math{\expandafter\csname :mathversion-\math at version\endcsname}}{}%
+    \Configure{DviMathML}{\append:def\a:@math{\ifcsname :mathversion-\math at version\endcsname\expandafter\csname :mathversion-\math at version\endcsname\fi}}{}%
 }
 >>>
 

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex	2023-09-26 20:08:36 UTC (rev 68377)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex	2023-09-26 21:45:27 UTC (rev 68378)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-ooffice.tex 1290 2023-01-24 11:53:35Z michal_h21 $
+% $Id: tex4ht-ooffice.tex 1373 2023-09-25 11:08:51Z michal_h21 $
 % compile 3 times: latex tex4ht-ooffice
 %      htlatex tex4ht-ooffice "xhtml,4,sections+"
 %
@@ -2018,11 +2018,11 @@
                         \HCode{</text:list-item>}%
    }%
     \HCode{<text:list-item>%
-           <text:h text:style-name="dt|<cond rtl class|>"\Hnewline >%
+           <text:p text:style-name="dt|<cond rtl class|>"\Hnewline >%
           }%
    }
    {\EndP
-    \HCode{</text:h>}%
+    \HCode{</text:p>}%
     \HCode{<!--dd\Hnewline class="description"-->}%
     \par
    }
@@ -2292,9 +2292,9 @@
     \RecallHtmlPar
     \HCode{</text:list-item></text:list>}\ShowPar}
    {\end:itm \global\def\end:itm{\EndP\HCode{</text:list-item>}}%
-    \HCode{<text:list-item><text:h
+    \HCode{<text:list-item><text:p
       text:style-name="dt|<cond rtl class|>"\Hnewline >}\bgroup \bf}
-   {\egroup\HCode{</text:h>}\par\ShowPar}
+   {\egroup\HCode{</text:p>}\par\ShowPar}
 >>>
 
 
@@ -2608,7 +2608,7 @@
     \PopMacro\end:Itm \global\let\end:Itm\end:Itm
     \HCode{</text:list>}\RecallHtmlPar  \ShowPar}  
    {\end:itm \end:Itm \gdef\end:Itm{\HCode{</text:list-item>}}% 
-      \gdef\end:itm{\HCode{</text:h>}}\HCode{<text:list-item><text:h  
+      \gdef\end:itm{\HCode{</text:p>}}\HCode{<text:list-item><text:p  
       text:style-name="dt|<cond rtl class|>"\Hnewline >}\bgroup \bf}  
    {\egroup \end:itm \gdef\end:itm{\HCode{</text:p>}}%  
       \HCode{<text:p\Hnewline  
@@ -2774,7 +2774,7 @@
     \PopMacro\end:Itm \global\let\end:Itm\end:Itm
     \HCode{</text:list>}\RecallHtmlPar  \ShowPar}  
    {\end:itm \end:Itm \gdef\end:Itm{\HCode{</text:list-item>}}% 
-      \gdef\end:itm{\HCode{</text:h>}}\HCode{<text:list-item><text:h  
+      \gdef\end:itm{\HCode{</text:p>}}\HCode{<text:list-item><text:p  
       text:style-name="dt|<cond rtl class|>"\Hnewline >}\bgroup \bf}  
    {\egroup \end:itm \gdef\end:itm{\HCode{</text:p>}}%  
       \HCode{<text:p\Hnewline  
@@ -3156,10 +3156,10 @@
     \EndP\HCode{</text:p></text:list-item></text:list>}\ShowPar}
    {\ifvmode \IgnorePar\fi \EndP
     \end:itm \global\def\end:itm{\EndP\HCode{</text:p></text:list-item>}}%
-    \HCode{<text:list-item><text:h  
+    \HCode{<text:list-item><text:p  
            text:style-name="printthebibliography-dt"\Hnewline>}\bgroup \bf}
    {\ifvmode \IgnorePar\fi \EndP
-    \egroup\HCode{</text:h><text:p 
+    \egroup\HCode{</text:p><text:p 
            text:style-name="printthebibliography-dd"\Hnewline>}\par\ShowPar}
 >>>
 
@@ -3175,15 +3175,15 @@
     \HCode{<text:list  
                text:style-name="printshorthands"
                      text:name="printshorthands"\Hnewline
-           ><text:list-item><text:h  
+           ><text:list-item><text:p  
            text:style-name="printshorthands-dt"\Hnewline>}%
    }
    {\ifvmode \IgnorePar\fi \EndP  
     \HCode{</text:list-item></text:list>}}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{</text:list-item><text:list-item><text:h  
+    \HCode{</text:list-item><text:list-item><text:p  
            text:style-name="printshorthands-dt"\Hnewline>}}
-   {\HCode{</text:h><text:p text:style-name="printshorthands-dd">}%
+   {\HCode{</text:p><text:p text:style-name="printshorthands-dd">}%
     \Next:EndP{\HCode{</text:p>}}%     
    }
 \Configure{@shorthands}
@@ -8071,7 +8071,7 @@
     \special{t4ht at .}%
    }  
    {\end:itm \end:Itm \gdef\end:Itm{\HCode{</text:list-item>}}% 
-      \gdef\end:itm{\HCode{</text:h>}\special{t4ht at .}}\HCode{<text:list-item><text:h  
+      \gdef\end:itm{\HCode{</text:p>}\special{t4ht at .}}\HCode{<text:list-item><text:p  
       text:style-name="algorithmic-dt|<cond rtl class|>"\Hnewline >}\bgroup \bf
      \special{t4ht at . }%
    }  
@@ -10770,9 +10770,9 @@
     \RecallHtmlPar
     \HCode{</text:list-item></text:list>}\ShowPar}
    {\end:itm \global\def\end:itm{\EndP\HCode{</text:list-item>}}%
-    \HCode{<text:list-item><text:h
+    \HCode{<text:list-item><text:p
       text:style-name="dt|<cond rtl class|>"\Hnewline >}\bgroup \bf}
-   {\egroup\HCode{</text:h>}\par\ShowPar}%
+   {\egroup\HCode{</text:p>}\par\ShowPar}%
   }
 >>>
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2023-09-26 20:08:36 UTC (rev 68377)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2023-09-26 21:45:27 UTC (rev 68378)
@@ -1,4 +1,4 @@
-% mathml.4ht (2023-09-20-13:25), generated from tex4ht-mathml.tex
+% mathml.4ht (2023-09-26-13:26), generated from tex4ht-mathml.tex
 % Copyright 2009-2023 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 2023-09-20-13:25}
+\immediate\write-1{version 2023-09-26-13:26}
 
 \exit:ifnot{Preamble,% 
 accents,% 
@@ -1702,7 +1702,7 @@
 \Configure{mathversion-style}{bold}{\a:mathml mathvariant="bold-italic"}
 \append:defI\mathversion{%
     % \a:DviMathML is executed at the beginning of math \a:@math is hook for attributes. we need to append out tags to it
-    \Configure{DviMathML}{\append:def\a:@math{\expandafter\csname :mathversion-\math at version\endcsname}}{}%
+    \Configure{DviMathML}{\append:def\a:@math{\ifcsname :mathversion-\math at version\endcsname\expandafter\csname :mathversion-\math at version\endcsname\fi}}{}%
 }
 
 \def\:tempd#1#2{%

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht	2023-09-26 20:08:36 UTC (rev 68377)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht	2023-09-26 21:45:27 UTC (rev 68378)
@@ -1,4 +1,4 @@
-% ooffice.4ht (2023-01-24-13:16), generated from tex4ht-ooffice.tex
+% ooffice.4ht (2023-09-26-13:26), generated from tex4ht-ooffice.tex
 % Copyright 2009-2023 TeX Users Group
 % Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-01-24-13:16}
+\immediate\write-1{version 2023-09-26-13:26}
 
   \exit:ifnot{Preamble,% 
 algorithmicx,% 
@@ -1305,12 +1305,12 @@
                         \HCode{</text:list-item>}%
    }%
     \HCode{<text:list-item>%
-           <text:h text:style-name="dt\if at rl-rtl\fi
+           <text:p text:style-name="dt\if at rl-rtl\fi
 "\Hnewline >%
           }%
    }
    {\EndP
-    \HCode{</text:h>}%
+    \HCode{</text:p>}%
     \HCode{<!--dd\Hnewline class="description"-->}%
     \par
    }
@@ -1407,10 +1407,10 @@
     \RecallHtmlPar
     \HCode{</text:list-item></text:list>}\ShowPar}
    {\end:itm \global\def\end:itm{\EndP\HCode{</text:list-item>}}%
-    \HCode{<text:list-item><text:h
+    \HCode{<text:list-item><text:p
       text:style-name="dt\if at rl-rtl\fi
 "\Hnewline >}\bgroup \bf}
-   {\egroup\HCode{</text:h>}\par\ShowPar}
+   {\egroup\HCode{</text:p>}\par\ShowPar}
 \NewConfigureOO{list}
 \ConfigureOO{list}{<text:list-style style:name="list" >
   <text:list-level-style-bullet
@@ -7215,7 +7215,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{amsart}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8255,7 +8254,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{babel}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8274,7 +8272,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{ngerman}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8494,10 +8491,10 @@
     \EndP\HCode{</text:p></text:list-item></text:list>}\ShowPar}
    {\ifvmode \IgnorePar\fi \EndP
     \end:itm \global\def\end:itm{\EndP\HCode{</text:p></text:list-item>}}%
-    \HCode{<text:list-item><text:h
+    \HCode{<text:list-item><text:p
            text:style-name="printthebibliography-dt"\Hnewline>}\bgroup \bf}
    {\ifvmode \IgnorePar\fi \EndP
-    \egroup\HCode{</text:h><text:p
+    \egroup\HCode{</text:p><text:p
            text:style-name="printthebibliography-dd"\Hnewline>}\par\ShowPar}
 \Configure{bibinit}{\IgnorePar}
 \Configure{printshorthands}
@@ -8505,15 +8502,15 @@
     \HCode{<text:list
                text:style-name="printshorthands"
                      text:name="printshorthands"\Hnewline
-           ><text:list-item><text:h
+           ><text:list-item><text:p
            text:style-name="printshorthands-dt"\Hnewline>}%
    }
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{</text:list-item></text:list>}}
    {\ifvmode \IgnorePar\fi \EndP
-    \HCode{</text:list-item><text:list-item><text:h
+    \HCode{</text:list-item><text:list-item><text:p
            text:style-name="printshorthands-dt"\Hnewline>}}
-   {\HCode{</text:h><text:p text:style-name="printshorthands-dd">}%
+   {\HCode{</text:p><text:p text:style-name="printshorthands-dd">}%
     \Next:EndP{\HCode{</text:p>}}%
    }
 \Configure{@shorthands}
@@ -8563,6 +8560,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{url}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8703,6 +8701,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{mwart}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -12916,6 +12915,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{csquotes}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -12933,6 +12933,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{german}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -12955,6 +12956,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{fancyvrb}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -12985,6 +12987,8 @@
 
 
 
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{color}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -13113,7 +13117,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{xcolor}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -13177,9 +13180,6 @@
 
 
 
-
-
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{verse}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -13325,9 +13325,6 @@
 
 
 
-
-
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{apacite}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -13357,6 +13354,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{wrapfig}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -13429,6 +13427,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{scrbook}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18315,6 +18314,8 @@
 
 
 
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{jurabib}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18361,6 +18362,8 @@
 
 
 
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{slides}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18646,7 +18649,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{pstricks}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18670,6 +18672,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{pst-all}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -18701,6 +18704,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{curve}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19067,7 +19071,6 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{linguex}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19086,10 +19089,10 @@
     \RecallHtmlPar
     \HCode{</text:list-item></text:list>}\ShowPar}
    {\end:itm \global\def\end:itm{\EndP\HCode{</text:list-item>}}%
-    \HCode{<text:list-item><text:h
+    \HCode{<text:list-item><text:p
       text:style-name="dt\if at rl-rtl\fi
 "\Hnewline >}\bgroup \bf}
-   {\egroup\HCode{</text:h>}\par\ShowPar}%
+   {\egroup\HCode{</text:p>}\par\ShowPar}%
   }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19097,6 +19100,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{cgloss4e}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19260,7 +19264,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{pst-jtree}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19348,6 +19351,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{algorithmicx}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19396,7 +19400,7 @@
     \special{t4ht at .}%
    }
    {\end:itm \end:Itm \gdef\end:Itm{\HCode{</text:list-item>}}%
-      \gdef\end:itm{\HCode{</text:h>}\special{t4ht at .}}\HCode{<text:list-item><text:h
+      \gdef\end:itm{\HCode{</text:p>}\special{t4ht at .}}\HCode{<text:list-item><text:p
       text:style-name="algorithmic-dt\if at rl-rtl\fi
 "\Hnewline >}\bgroup \bf
      \special{t4ht at . }%
@@ -19429,6 +19433,9 @@
 
 
 
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{ulem}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19524,7 +19531,7 @@
     \PopMacro\end:Itm \global\let\end:Itm\end:Itm
     \HCode{</text:list>}\RecallHtmlPar  \ShowPar}
    {\end:itm \end:Itm \gdef\end:Itm{\HCode{</text:list-item>}}%
-      \gdef\end:itm{\HCode{</text:h>}}\HCode{<text:list-item><text:h
+      \gdef\end:itm{\HCode{</text:p>}}\HCode{<text:list-item><text:p
       text:style-name="dt\if at rl-rtl\fi
 "\Hnewline >}\bgroup \bf}
    {\egroup \end:itm \gdef\end:itm{\HCode{</text:p>}}%
@@ -19678,7 +19685,7 @@
     \PopMacro\end:Itm \global\let\end:Itm\end:Itm
     \HCode{</text:list>}\RecallHtmlPar  \ShowPar}
    {\end:itm \end:Itm \gdef\end:Itm{\HCode{</text:list-item>}}%
-      \gdef\end:itm{\HCode{</text:h>}}\HCode{<text:list-item><text:h
+      \gdef\end:itm{\HCode{</text:p>}}\HCode{<text:list-item><text:p
       text:style-name="dt\if at rl-rtl\fi
 "\Hnewline >}\bgroup \bf}
    {\egroup \end:itm \gdef\end:itm{\HCode{</text:p>}}%
@@ -20006,6 +20013,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{mdwlist}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20215,6 +20223,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{framed}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20262,6 +20271,5 @@
 
 
 
-
 \endinput
 



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