summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-04 20:40:09 +0000
committerKarl Berry <karl@freefriends.org>2023-09-04 20:40:09 +0000
commitf5385d2d7ca2d01d50d6aecc1052310cdb3e163d (patch)
tree771883efce3ec6804a1137b7041a84b7f14a314f /Master/texmf-dist/tex/generic/tex4ht
parent4f123d2196adfa83bd193885b7596282d59f2b83 (diff)
spacing for \limsup, \liminf, etc., tex4ht r1365
git-svn-id: svn://tug.org/texlive/trunk@68174 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/mathml.4ht27
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/mkht-scripts.4ht6
2 files changed, 19 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
index d44e3957497..621c2e433b5 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
@@ -1,4 +1,4 @@
-% mathml.4ht (2023-08-13-13:20), generated from tex4ht-mathml.tex
+% mathml.4ht (2023-09-04-12:56), 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-08-13-13:20}
+\immediate\write-1{version 2023-09-04-12:56}
\exit:ifnot{Preamble,%
accents,%
@@ -1359,8 +1359,8 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}%
\expandafter\HLet\csname #1\endcsname\:tempc
}
\:tempb{lim}
-\:tempb{limsup}
-\:tempb{liminf}
+% \:tempb{limsup}
+% \:tempb{liminf}
\:tempb{max}
\:tempb{min}
\:tempb{sup}
@@ -1368,6 +1368,13 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}%
\:tempb{det}
\:tempb{Pr}
\:tempb{gcd}
+
+
+\def\:limspaces#1#2{\HCode{<\a:mathml mi>#1</\a:mathml mi><\a:mathml mspace class="thinspace" width="0.17em"></\a:mathml mspace><\a:mathml mi>#2</\a:mathml mi><\a:mathml mspace class="thinspace" width="0.17em"></\a:mathml mspace>}}
+\def\:tempa{\mathop{\:limspaces{lim}{sup}}\limits}
+\HLet\limsup\:tempa
+\def\:tempa{\mathop{\:limspaces{lim}{inf}}\limits}
+\HLet\liminf\:tempa
\def\:temp#1#2{\def#1{\PauseMathClass{\HCode{<mi mathvariant="normal">}\ht:special{t4ht@+\string&{35}x#2{59}}\a:HChar\HCode{</mi>}}\EndPauseMathClass}}
\:temp\Psi{03A8}
\:temp\Delta{0394}
@@ -3241,18 +3248,18 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}%
{</\a:mathml mtext></\a:mathml mrow>}}}
\HLet\textdef@\:tempc
-\def\:tempc{\qopname\relax m{lim inf}}
+\def\:tempc{\qopname\relax m{\:limspaces{lim}{inf}}}
\HLet\liminf=\:tempc
-\def\:tempc{\qopname\relax m{lim sup}}
+\def\:tempc{\qopname\relax m{\:limspaces{lim}{sup}}}
\HLet\limsup=\:tempc
-\def\:tempc{\qopname\relax m{proj lim}}
+\def\:tempc{\qopname\relax m{\:limspaces{proj}{lim}}}
\HLet\projlim=\:tempc
-\def\:tempc{\qopname\relax m{inj lim}}
+\def\:tempc{\qopname\relax m{\:limspaces{inj}{lim}}}
\HLet\injlim=\:tempc
\Configure{qopname}
{\Configure{mathop}{*}
- {<\a:mathml mi \mml:class="qopname">}
- {</\a:mathml mi><mo> &\#x2061;<!--FUNCTION APPLICATION--> </mo>}
+ {<\a:mathml mrow \mml:class="qopname">}
+ {</\a:mathml mrow><mo> &\#x2061;<!--FUNCTION APPLICATION--> </mo>}
{}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mkht-scripts.4ht b/Master/texmf-dist/tex/generic/tex4ht/mkht-scripts.4ht
index 3378a879008..39f6f0ef190 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/mkht-scripts.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/mkht-scripts.4ht
@@ -1,4 +1,4 @@
-% mkht-scripts.4ht (2020-11-23-10:05), generated from tex4ht-mkht.tex
+% mkht-scripts.4ht (2023-08-27-00:00), generated from tex4ht-mkht.tex
% Copyright 2009-2020 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
%
@@ -18,7 +18,7 @@
% If you modify this program, changing the
% version identification would be appreciated.
%
-\immediate\write-1{version \ifx \JOBNAME\UnDefined 2020-11-23-10:05\else |version\fi}
+\immediate\write-1{version \ifx \JOBNAME\UnDefined 2023-08-27-00:00\else |version\fi}
\ifx \JOBNAME\UnDef
@@ -40,7 +40,6 @@
\Quote{'}
\Argchar{$}
\Dirchar{-f/}
-\Rubycall{}
\Echooff{}
\Remark{#}
@@ -148,7 +147,6 @@
\Quote{}
\Argchar{%}
\Dirchar{}
-\Rubycall{call }
\Echooff{@echo off}
\Remark{Rem }