diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-22 21:28:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-22 21:28:10 +0000 |
commit | 1d6bc7d398b4f598eda91dac5ca947bb3179b826 (patch) | |
tree | 1ff7612c936ff032e3acedcd72230409105944cb /Master/texmf-dist/source | |
parent | 25292fae8f78dc5f137edf4ca0e4627c87db8609 (diff) |
clash between Spanish Babel and MathML, tex4ht r984
git-svn-id: svn://tug.org/texlive/trunk@60584 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 5 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 33 |
2 files changed, 29 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index d4d252102dc..0d7635ed262 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,8 @@ +2021-09-22 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (spanish.4ht): fix for clash between Spanish Babel and + MathML configurations. + 2021-09-17 Michal Hoftich <michal.h21@gmail.com> * tex4ht-html4.tex (html4.4ht): fixed support for floating listings. diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 0eb73250a3c..ed4649929da 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/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\><<< -% 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 @@ 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. + +\<spanish defs\><<< +\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}% |