[tex4ht-commits] [SCM] tex4ht updated: r984 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Sep 22 12:29:30 CEST 2021


Author: michal_h21
Date: 2021-09-22 10:29:30 +0000 (Wed, 22 Sep 2021)
New Revision: 984

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fix for clash between spanish babel and mathml

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-09-17 14:27:15 UTC (rev 983)
+++ trunk/lit/ChangeLog	2021-09-22 10:29:30 UTC (rev 984)
@@ -1,3 +1,8 @@
+2021-09-22  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (spanish.4ht): fix for clash between Spanish Babel and
+	MathML configurations.
+
 2021-09-17  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): fixed support for floating listings.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-09-17 14:27:15 UTC (rev 983)
+++ trunk/lit/tex4ht-4ht.tex	2021-09-22 10:29:30 UTC (rev 984)
@@ -23760,6 +23760,8 @@
  input `a:' and `a :', but for `a~:' TeX4ht introduces _2_ unbreakable
  spaces instead of one.=
 
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{german.sty}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38562,15 +38564,19 @@
 \endinput
 >>>                        \AddFile{9}{slovene}
 
-\<spanish.4ht\><<<
-% spanish.4ht (|version), generated from |jobname.tex
-% Copyright |CopyYear.2000. Eitan M. Gurari
-|<TeX4ht copywrite|>
-  |<spanish defs|>
-\Hinput{spanish}
-\endinput
->>>                        \AddFile{9}{spanish}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{spanish.ldf}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+\<spanish.4ht\><<< 
+% spanish.4ht (|version), generated from |jobname.tex 
+% Copyright 2021 TeX Users Group 
+|<TeX4ht license text|> 
+|<spanish defs|>
+\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 @@
 }
 >>>
 
+This is necessary to fix clash between mathml option and some definitions
+in Spanish babel.
+
+\<spanish defs\><<<
+\let\orig:nolimits\nolimits
+\let\nolimits\o:nolimits:
+\AtBeginDocument{\let\nolimits\orig:nolimits}
+>>>
+
 % \def\@text at composite#1#2#3\@text at composite{%
 %    \writesixteen{....\string#1-\string#2...\expandafter
 %                      \meaning\csname\string#1-\string#2\endcsname}%



More information about the tex4ht-commits mailing list.