summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-05 21:55:41 +0000
committerKarl Berry <karl@freefriends.org>2022-07-05 21:55:41 +0000
commit94f1946fa5c2eee5c6a567ed46e236fb9ef4a28d (patch)
tree501c24569f9d0ffa23d3bc45810cff761998ba75 /Master/texmf-dist/tex/generic/tex4ht
parent7e7c62c9701c8511fc3c77003859c95244bb75ec (diff)
\protected@xdef in caption, tex4ht r1166; \a:mathml prefix, tex4ht r1167-8; jats before mathml, tex4ht r1169; avoid redefining \Make{Upp,Low}ercase and \@tabackkludge, tex4ht r1170
git-svn-id: svn://tug.org/texlive/trunk@63816 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/mathml.4ht28
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/nameref.4ht6
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht6
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty4
4 files changed, 22 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
index bc8fcd909d7..13875e0616b 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
@@ -1,4 +1,4 @@
-% mathml.4ht (2022-06-30-13:48), generated from tex4ht-mathml.tex
+% mathml.4ht (2022-07-05-14:37), generated from tex4ht-mathml.tex
% Copyright 2009-2022 TeX Users Group
% Copyright 1999-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-06-30-13:48}
+\immediate\write-1{version 2022-07-05-14:37}
\exit:ifnot{Preamble,%
accents,%
@@ -1989,7 +1989,7 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}%
\HCode{</\a:mathml mtd></\a:mathml mtr>}%
\fi\fi
}
-\Configure{boldsymbol}{\bgroup\HCode{<mstyle mathvariant="bold-italic">}}{\HCode{</mstyle>}\egroup}
+\Configure{boldsymbol}{\bgroup\HCode{<\a:mathml mstyle mathvariant="bold-italic">}}{\HCode{</\a:mathml mstyle>}\egroup}
\Configure{maketag}
{\ifmathml
\ifmtext \expandafter\expandafter\expandafter\no:maketag\fi
@@ -4141,25 +4141,25 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}%
\ConfigureHinput{ulem}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Configure{uline-math}
- {\HCode{<menclose class="uline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</menclose>}}
+ {\HCode{<\a:mathml menclose class="uline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</\a:mathml menclose>}}
\Configure{uuline-math}
- {\HCode{<menclose class="uuline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</menclose>}}
+ {\HCode{<\a:mathml menclose class="uuline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</\a:mathml menclose>}}
\Css{.uuline-math{ border-bottom:3px double black; }}
\Configure{sout-math}
- {\HCode{<menclose class="sout-math" notation="horizontalstrike">}\NoFonts} {\EndNoFonts\HCode{</menclose>}}
+ {\HCode{<\a:mathml menclose class="sout-math" notation="horizontalstrike">}\NoFonts} {\EndNoFonts\HCode{</\a:mathml menclose>}}
\Configure{xout-math}
- {\HCode{<menclose class="xout-math" notation="horizontalstrike bottom">}\NoFonts}
- {\EndNoFonts\HCode{</menclose>}}
+ {\HCode{<\a:mathml menclose class="xout-math" notation="horizontalstrike bottom">}\NoFonts}
+ {\EndNoFonts\HCode{</\a:mathml menclose>}}
\Configure{uwave-math}
- {\HCode{<menclose class="uwave-math" notation="bottom">}\NoFonts}
- {\EndNoFonts\HCode{</menclose>}}
+ {\HCode{<\a:mathml menclose class="uwave-math" notation="bottom">}\NoFonts}
+ {\EndNoFonts\HCode{</\a:mathml menclose>}}
\Configure{dashuline-math}
- {\HCode{<mstyle class="dashuline-math" notation="bottom">}\NoFonts}
- {\EndNoFonts\HCode{</mstyle>}}
+ {\HCode{<\a:mathml mstyle class="dashuline-math" notation="bottom">}\NoFonts}
+ {\EndNoFonts\HCode{</\a:mathml mstyle>}}
\Css{.dashuline-math {border-bottom: 1px dashed black;}}
\Configure{dotuline-math}
- {\HCode{<mstyle class="dotuline-math" notation="bottom">}\NoFonts}
- {\EndNoFonts\HCode{</mstyle>}}
+ {\HCode{<\a:mathml mstyle class="dotuline-math" notation="bottom">}\NoFonts}
+ {\EndNoFonts\HCode{</\a:mathml mstyle>}}
\Css{.dotuline-math {border-bottom: 1px dotted black;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht b/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht
index 264739db7bd..ef6805f0a54 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht
@@ -1,4 +1,4 @@
-% nameref.4ht (2022-06-27-13:57), generated from tex4ht-4ht.tex
+% nameref.4ht (2022-07-05-14:35), generated from tex4ht-4ht.tex
% Copyright 2005-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-06-27-13:57}
+\immediate\write-1{version 2022-07-05-14:35}
\let\NR:Type\relax
\let\ltx@label\label
@@ -93,7 +93,7 @@
\begingroup%
\let\index\:gobble%
\let\label\:gobble%
- \xdef\NR:Title{\a:newlabel{#2}}%
+ \protected@xdef\NR:Title{\a:newlabel{#2}}%
\endgroup%
\o:NR@@caption{#1}[{#2}]%
}
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
index a267651a50d..a3ebf5e1858 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
@@ -1,7 +1,7 @@
\ifnum\the\catcode`\%=14\else \expandafter\edef\csname
\string:RestoreCatcodes\endcsname{\catcode`\%\the
\catcode`\%}\catcode`\%14\fi
-% tex4ht.4ht (2022-05-01-08:24), generated from tex4ht-options.tex
+% tex4ht.4ht (2022-07-05-14:37), generated from tex4ht-options.tex
% Copyright 2009-2022 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -20,7 +20,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-05-01-08:24}
+\immediate\write-1{version 2022-07-05-14:37}
\expandafter\edef\csname :RestoreCatcodes\endcsname{%
\expandafter\ifx \csname :RestoreCatcodes\endcsname\relax\else
@@ -225,10 +225,10 @@
\Configure{jats}{%
\Hinclude[*]{html4.4ht}% we will build upon HTML
+ \Hinclude[*]{jats.4ht}%
\Hinclude[*]{mathml.4ht}%
\Hinclude[*]{html-mml.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{jats.4ht}%
}
\Configure{docbook}{%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
index 01e1480b4a1..fe1980a741e 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
+++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
@@ -1,7 +1,7 @@
\ifnum\the\catcode`\%=14\else\expandafter\edef\csname
\string:RestoreCatcodes\endcsname{\catcode`\%\the
\catcode`\%}\catcode`\%14\fi
-% tex4ht.sty (2022-05-23-13:42), generated from tex4ht-sty.tex
+% tex4ht.sty (2022-07-05-14:35), generated from tex4ht-sty.tex
% Copyright 2009-2022 TeX Users Group
% Copyright 1996-2009 Eitan M. Gurari
%
@@ -20,7 +20,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-05-23-13:42}
+\immediate\write-1{version 2022-07-05-14:35}
\ifx \Preamble\UnDef \else