texlive[56406] Master/texmf-dist/tex/generic/tex4ht: unconditional
commits+karl at tug.org
commits+karl at tug.org
Tue Sep 22 23:13:19 CEST 2020
Revision: 56406
http://tug.org/svn/texlive?view=revision&revision=56406
Author: karl
Date: 2020-09-22 23:13:19 +0200 (Tue, 22 Sep 2020)
Log Message:
-----------
unconditional \textsub/superscript fix, tex4ht r799
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=799
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht 2020-09-22 21:08:49 UTC (rev 56405)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht 2020-09-22 21:13:19 UTC (rev 56406)
@@ -1,4 +1,4 @@
-% latex.4ht (2020-07-28-14:30), generated from tex4ht-4ht.tex
+% latex.4ht (2020-09-22-14:03), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
% Copyright 2009-2020 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2020-07-28-14:30}
+\immediate\write-1{version 2020-09-22-14:03}
\ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi
@@ -1518,7 +1518,6 @@
\HLet\@xfootnotenext\:tempc
\def\:temp#1{%
{\m at th\ensuremath{^{\mbox{\fontsize\sf at size\z@#1}}}}}
-\ifx \@textsuperscript\:temp
\def\:tempc#1{{\m at th
\ifmmode {\HCode{}}\sp {\mbox{\fontsize\sf at size\z@#1}}%
\else
@@ -1526,7 +1525,6 @@
{\mbox{#1}}\b:textsuperscript
\fi }}
\HLet\@textsuperscript\:tempc
-\fi
\NewConfigure{textsuperscript}{2}
\Configure{textsuperscript}
{$\relax{\HCode{}}\sp}
@@ -1533,7 +1531,6 @@
{$}
\def\:temp#1{%
{\m at th\ensuremath{_{\mbox{\fontsize\sf at size\z@#1}}}}}
-\ifx \@textsubscript\:temp
\def\:tempc#1{{\m at th%
\ifmmode {\HCode{}}\sb {\mbox{\fontsize\sf at size\z@#1}}%
\else%
@@ -1541,7 +1538,6 @@
{\mbox{#1}}\b:textsubscript%
\fi }}
\HLet\@textsubscript\:tempc
-\fi
\NewConfigure{textsubscript}{2}
\Configure{textsubscript}
{$\relax{\HCode{}}\sb}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht 2020-09-22 21:08:49 UTC (rev 56405)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht 2020-09-22 21:13:19 UTC (rev 56406)
@@ -1,6 +1,5 @@
\def\:temp#1{%
{\m at th\ensuremath{_{\mbox{\fontsize\sf at size\z@#1}}}}}
-\ifx \@textsubscript\:temp
\def\:tempc#1{{\m at th%
\ifmmode {\HCode{}}\sb {\mbox{\fontsize\sf at size\z@#1}}%
\else%
@@ -8,11 +7,11 @@
{\mbox{#1}}\b:textsubscript%
\fi }}
\HLet\@textsubscript\:tempc
-\fi
\NewConfigure{textsubscript}{2}
\Configure{textsubscript}
{$\relax{\HCode{}}\sb}
{$}
+
\Hinput{subscript}
\endinput
More information about the tex-live-commits
mailing list.