From a26e6aee249adb0efff5d0eecaa2dfb8794585a5 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 23 Sep 2021 03:01:31 +0000 Subject: CTAN sync 202109230301 --- support/TeX4ht/source/ChangeLog | 5 +++++ support/TeX4ht/source/tex4ht-4ht.tex | 33 ++++++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 9 deletions(-) (limited to 'support/TeX4ht') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index d4d252102d..0d7635ed26 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,8 @@ +2021-09-22 Michal Hoftich + + * tex4ht-4ht.tex (spanish.4ht): fix for clash between Spanish Babel and + MathML configurations. + 2021-09-17 Michal Hoftich * tex4ht-html4.tex (html4.4ht): fixed support for floating listings. diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 0eb73250a3..ed4649929d 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 976 2021-08-24 14:28:48Z michal_h21 $ +% $Id: tex4ht-4ht.tex 984 2021-09-22 10:29:30Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2021 TeX Users Group @@ -23760,6 +23760,8 @@ The following is for code such as input `a:' and `a :', but for `a~:' TeX4ht introduces _2_ unbreakable spaces instead of one.= + + %%%%%%%%%%%%%%%%%%%%%%%%%%%% \Section{german.sty} %%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -38562,14 +38564,18 @@ Declarationf for Cyrillics characters are loaded with XeLaTeX \endinput >>> \AddFile{9}{slovene} -\<<< -% spanish.4ht (|version), generated from |jobname.tex -% Copyright |CopyYear.2000. Eitan M. Gurari -| - | -\Hinput{spanish} -\endinput ->>> \AddFile{9}{spanish} +%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\Section{spanish.ldf} +%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\<<< +% spanish.4ht (|version), generated from |jobname.tex +% Copyright 2021 TeX Users Group +| +| +\Hinput{spanish} +\endinput +>>> \AddFile{9}{spanish} The following is needed to compensate for the extra \''\relax\space' in \''\def\protect##1{\string\protect\string##1\relax\space}'. @@ -38694,6 +38700,15 @@ The following is needed to compensate for the extra \''\relax\space' in } >>> +This is necessary to fix clash between mathml option and some definitions +in Spanish babel. + +\<<< +\let\orig:nolimits\nolimits +\let\nolimits\o:nolimits: +\AtBeginDocument{\let\nolimits\orig:nolimits} +>>> + % \def\@text@composite#1#2#3\@text@composite{% % \writesixteen{....\string#1-\string#2...\expandafter % \meaning\csname\string#1-\string#2\endcsname}% -- cgit v1.2.3