From 9cdcfcf8d9333b1d9b34b61ddc21910bbcc04491 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 20 May 2023 03:02:47 +0000 Subject: CTAN sync 202305200302 --- support/TeX4ht/source/ChangeLog | 6 ++++++ support/TeX4ht/source/tex4ht-4ht.tex | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'support/TeX4ht') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 02e9e5d0c1..fa11893bab 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,9 @@ +2023-05-19 Michal Hoftich + + * 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 * tex4ht-4ht.tex (cleveref.4ht): don't include punctuation in links diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 37cefd1942..9897eaabe5 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -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 @@ Declarationf for Cyrillics characters are loaded with XeLaTeX \<<< % spanish.4ht (|version), generated from |jobname.tex -% Copyright 2021 TeX Users Group +% Copyright 2021-2023 TeX Users Group | | \Hinput{spanish} @@ -40945,7 +40945,10 @@ in Spanish babel. \<<< \let\orig:nolimits\nolimits \let\nolimits\o:nolimits: -\AtBeginDocument{\let\nolimits\orig:nolimits} +\AtBeginDocument{ + \let\nolimits\orig:nolimits + \let\es@operators\relax +} >>> % \def\@text@composite#1#2#3\@text@composite{% -- cgit v1.2.3