texlive[67165] Master/texmf-dist: avoid clash between Spanish Babel
commits+karl at tug.org
commits+karl at tug.org
Fri May 19 23:47:13 CEST 2023
Revision: 67165
http://tug.org/svn/texlive?view=revision&revision=67165
Author: karl
Date: 2023-05-19 23:47:13 +0200 (Fri, 19 May 2023)
Log Message:
-----------
avoid clash between Spanish Babel and MathML, tex4ht r1333
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=1333
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/spanish.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2023-05-19 20:25:29 UTC (rev 67164)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2023-05-19 21:47:13 UTC (rev 67165)
@@ -1,3 +1,9 @@
+2023-05-19 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (spanish.4ht): fixed clash between Spanish Babel
+ and MathML operators.
+ https://puszcza.gnu.org.ua/bugs/index.php?601
+
2023-05-18 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (cleveref.4ht): don't include punctuation in links
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2023-05-19 20:25:29 UTC (rev 67164)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2023-05-19 21:47:13 UTC (rev 67165)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1332 2023-05-18 14:17:52Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1333 2023-05-19 21:43:37Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -40809,7 +40809,7 @@
\<spanish.4ht\><<<
% spanish.4ht (|version), generated from |jobname.tex
-% Copyright 2021 TeX Users Group
+% Copyright 2021-2023 TeX Users Group
|<TeX4ht license text|>
|<spanish defs|>
\Hinput{spanish}
@@ -40945,7 +40945,10 @@
\<spanish defs\><<<
\let\orig:nolimits\nolimits
\let\nolimits\o:nolimits:
-\AtBeginDocument{\let\nolimits\orig:nolimits}
+\AtBeginDocument{
+ \let\nolimits\orig:nolimits
+ \let\es at operators\relax
+}
>>>
% \def\@text at composite#1#2#3\@text at composite{%
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/spanish.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/spanish.4ht 2023-05-19 20:25:29 UTC (rev 67164)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/spanish.4ht 2023-05-19 21:47:13 UTC (rev 67165)
@@ -1,5 +1,5 @@
-% spanish.4ht (2021-09-22-13:59), generated from tex4ht-4ht.tex
-% Copyright 2021 TeX Users Group
+% spanish.4ht (2023-05-19-14:46), generated from tex4ht-4ht.tex
+% Copyright 2021-2023 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 2021-09-22-13:59}
+\immediate\write-1{version 2023-05-19-14:46}
\expandafter\def\csname spanish:"shorthand\endcsname
#1{\leavevmode \hbox{\csname a:spanish"#1\endcsname}}
@@ -107,7 +107,10 @@
}
\let\orig:nolimits\nolimits
\let\nolimits\o:nolimits:
-\AtBeginDocument{\let\nolimits\orig:nolimits}
+\AtBeginDocument{
+ \let\nolimits\orig:nolimits
+ \let\es at operators\relax
+}
\Hinput{spanish}
\endinput
More information about the tex-live-commits
mailing list.