From 2509b223083c8b45655175d6f94197a2dbf99b99 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 22 Sep 2020 21:13:19 +0000 Subject: unconditional \textsub/superscript fix, tex4ht r799 git-svn-id: svn://tug.org/texlive/trunk@56406 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/tex4ht/latex.4ht | 8 ++------ Master/texmf-dist/tex/generic/tex4ht/subscript.4ht | 3 +-- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht index 6483f843cc3..74aad6cdb79 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht @@ -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 @@ $\vcenter \HLet\@xfootnotenext\:tempc \def\:temp#1{% {\m@th\ensuremath{^{\mbox{\fontsize\sf@size\z@#1}}}}} -\ifx \@textsuperscript\:temp \def\:tempc#1{{\m@th \ifmmode {\HCode{}}\sp {\mbox{\fontsize\sf@size\z@#1}}% \else @@ -1526,14 +1525,12 @@ $\vcenter {\mbox{#1}}\b:textsuperscript \fi }} \HLet\@textsuperscript\:tempc -\fi \NewConfigure{textsuperscript}{2} \Configure{textsuperscript} {$\relax{\HCode{}}\sp} {$} \def\:temp#1{% {\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}} -\ifx \@textsubscript\:temp \def\:tempc#1{{\m@th% \ifmmode {\HCode{}}\sb {\mbox{\fontsize\sf@size\z@#1}}% \else% @@ -1541,7 +1538,6 @@ $\vcenter {\mbox{#1}}\b:textsubscript% \fi }} \HLet\@textsubscript\:tempc -\fi \NewConfigure{textsubscript}{2} \Configure{textsubscript} {$\relax{\HCode{}}\sb} diff --git a/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht b/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht index b02e55cbe63..a4b0e564fa2 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/subscript.4ht @@ -1,6 +1,5 @@ \def\:temp#1{% {\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}} -\ifx \@textsubscript\:temp \def\:tempc#1{{\m@th% \ifmmode {\HCode{}}\sb {\mbox{\fontsize\sf@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 -- cgit v1.2.3