summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-06 21:40:33 +0000
committerKarl Berry <karl@freefriends.org>2021-05-06 21:40:33 +0000
commitbcc2f518e235a5f8ed4cfc1563b4cef472d2f242 (patch)
tree7ecb9b57f3880000d37e6add91449cc7b3925fd9 /Master/texmf-dist/tex/generic/tex4ht
parentcbb05795040a0c9560099c429f37134fd14559eb (diff)
\arrayrulecolor via \HLet, tex4ht r925-926;
menukeys support, tex4ht r927; accent fixes for Spanish babel, tex4ht r928-929; fontawesome5, tex4ht r931-932. git-svn-id: svn://tug.org/texlive/trunk@59107 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht7
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/exerquiz-hooks.4ht5
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/fontawesome5-hooks.4ht23
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/fontawesome5-utex-helper-hooks.4ht24
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/fontawesome5.4ht33
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht89
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht5
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/menukeys.4ht47
8 files changed, 181 insertions, 52 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht b/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
index 4875998c798..5b954cc8ff1 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
@@ -1,4 +1,4 @@
-% colortbl.4ht (2021-05-03-15:54), generated from tex4ht-4ht.tex
+% colortbl.4ht (2021-05-06-14:12), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
% Copyright 2009-2021 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-05-03-15:54}
+\immediate\write-1{version 2021-05-06-14:12}
\RequirePackage{xcolor}
@@ -98,9 +98,10 @@
% default hline color is black
\def\hline:color{000}
% save rule color in format usable in CSS
-\renewcommand\arrayrulecolor[2][named]{%
+\newcommand\tmp:arrayrulecolor[2][named]{%
\noalign{\convertcolorspec{#1}{#2}{HTML}\:tmp\global\let\hline:color\:tmp}%
}
+\HLet\arrayrulecolor\tmp:arrayrulecolor
\def\convert:colorspec#1 #2 #3 #4{%
\edef\current:color{%
\ifx\relax#1\relax\else%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/exerquiz-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/exerquiz-hooks.4ht
index f06f1776464..eeaa81b8aed 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/exerquiz-hooks.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/exerquiz-hooks.4ht
@@ -1,6 +1,5 @@
-% exerquiz-hooks.4ht (2021-02-07-14:58), generated from tex4ht-4ht.tex
+% exerquiz-hooks.4ht (2021-05-06-14:39), generated from tex4ht-4ht.tex
% Copyright 2021 TeX Users Group
-% Copyright 2009-2021 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -17,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-02-07-14:58}
+\immediate\write-1{version 2021-05-06-14:39}
\ifdefined\headerps@out\else%
\def\headerps@out#1{}%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/fontawesome5-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/fontawesome5-hooks.4ht
new file mode 100644
index 00000000000..83f86bf52b3
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/fontawesome5-hooks.4ht
@@ -0,0 +1,23 @@
+% fontawesome5-hooks.4ht (2021-05-06-14:39), generated from tex4ht-4ht.tex
+% Copyright 2021 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2021-05-06-14:39}
+
+\:AtEndOfPackage{\catcode`\:=12}
+\endinput
+
diff --git a/Master/texmf-dist/tex/generic/tex4ht/fontawesome5-utex-helper-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/fontawesome5-utex-helper-hooks.4ht
new file mode 100644
index 00000000000..dec868f8d37
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/fontawesome5-utex-helper-hooks.4ht
@@ -0,0 +1,24 @@
+% fontawesome5-utex-helper-hooks.4ht (2021-05-06-14:39), generated from tex4ht-4ht.tex
+% Copyright 2021 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2021-05-06-14:39}
+
+\:dontusepackage{fontawesome5-utex-helper}
+\RequirePackage{fontawesome5-generic-helper}
+\endinput
+
diff --git a/Master/texmf-dist/tex/generic/tex4ht/fontawesome5.4ht b/Master/texmf-dist/tex/generic/tex4ht/fontawesome5.4ht
new file mode 100644
index 00000000000..9bb9f9438bf
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/fontawesome5.4ht
@@ -0,0 +1,33 @@
+% fontawesome5.4ht (2021-05-06-14:39), generated from tex4ht-4ht.tex
+% Copyright 2021 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2021-05-06-14:39}
+
+\NewConfigure{fontawesome}{2}
+\ExplSyntaxOn
+\cs_new_protected:Nn\temp:nn{%
+\a:fontawesome%
+\o:fontawesome_use_icon:nn:{#1}{#2}
+\b:fontawesome}
+
+\HLet\fontawesome_use_icon:nn\temp:nn
+\ExplSyntaxOff
+\Configure{fontawesome}{\Picture+{}}{\EndPicture}
+\Hinput{fontawesome5}
+\endinput
+
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index ee69ee0d1bc..aae387c2038 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,4 +1,4 @@
-% html4.4ht (2021-05-03-15:55), generated from tex4ht-html4.tex
+% html4.4ht (2021-05-06-10:06), generated from tex4ht-html4.tex
% Copyright 2009-2021 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-05-03-15:55}
+\immediate\write-1{version 2021-05-06-10:06}
\exit:ifnot{8859-6,%
CJK,%
@@ -2363,7 +2363,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
%
}
{\EndP}
- {\HCode{<span class="bibsp">}~~~\HCode{</span></span>}}
+ {\HCode{<span class="bibsp">}\ \ \ \HCode{</span></span>}}
%
\fi
@@ -3377,7 +3377,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureHinput{book}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\tocpart#1#2#3{\par
- \HCode{<span class="partToc" \a:LRdir>}\if !#1!\else #1~~\fi #2\HCode{</span>}\par}%
+ \HCode{<span class="partToc" \a:LRdir>}\if !#1!\else #1\ \ \fi #2\HCode{</span>}\par}%
\def\toclikepart#1#2#3{\par
\HCode{<span class="likepartToc" \a:LRdir>}#2\HCode{</span>}\par}%
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
@@ -6061,7 +6061,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\ConfigureHinput{report}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\tocpart#1#2#3{\par
- \HCode{<span class="partToc" \a:LRdir>}\if !#1!\else #1~~\fi #2\HCode{</span>}\par}%
+ \HCode{<span class="partToc" \a:LRdir>}\if !#1!\else #1\ \ \fi #2\HCode{</span>}\par}%
\def\toclikepart#1#2#3{\par
\HCode{<span class="likepartToc" \a:LRdir>}#2\HCode{</span>}\par}%
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
@@ -8681,7 +8681,7 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\section*{\indexname}\fi}
\def\tocpart#1#2#3{\par
- \HCode{<span class="partToc" \a:LRdir>}\if !#1!\else #1~~\fi #2\HCode{</span>}\par}%
+ \HCode{<span class="partToc" \a:LRdir>}\if !#1!\else #1\ \ \fi #2\HCode{</span>}\par}%
\def\toclikepart#1#2#3{\par
\HCode{<span class="likepartToc" \a:LRdir>}#2\HCode{</span>}\par}%
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
@@ -11979,19 +11979,19 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{}
{\HCode{</span><br />}}
\ConfigureToc{subsection}
- {\HCode{<span class="subsectionToc" \a:LRdir>}~~\toc:Mark{subsection}}
+ {\HCode{<span class="subsectionToc" \a:LRdir>}\ \ \toc:Mark{subsection}}
{\End:Mark}
{}
{\HCode{</span><br />}}
\ConfigureToc{subsubsection}
{\HCode{<span
- class="subsubsectionToc" \a:LRdir>}~~~~\toc:Mark{subsubsection}}
+ class="subsubsectionToc" \a:LRdir>}\ \ \ \ \toc:Mark{subsubsection}}
{\End:Mark}
{}
{\HCode{</span><br />}}
\def\toc:Mark#1#2\End:Mark{\if !#2!\else
\expandafter\ifx \csname #1name\endcsname\relax\else
- \csname #1name\endcsname~\fi #2.~~\fi}
+ \csname #1name\endcsname\ \fi #2.\ \ \fi}
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
{line-height: 200\%; font-weight:bold; font-size:110\%;}}
@@ -14553,19 +14553,19 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{}
{\HCode{</span><br />}}
\ConfigureToc{subsection}
- {\HCode{<span class="subsectionToc" \a:LRdir>}~~\toc:Mark{subsection}}
+ {\HCode{<span class="subsectionToc" \a:LRdir>}\ \ \toc:Mark{subsection}}
{\End:Mark}
{}
{\HCode{</span><br />}}
\ConfigureToc{subsubsection}
{\HCode{<span
- class="subsubsectionToc" \a:LRdir>}~~~~\toc:Mark{subsubsection}}
+ class="subsubsectionToc" \a:LRdir>}\ \ \ \ \toc:Mark{subsubsection}}
{\End:Mark}
{}
{\HCode{</span><br />}}
\def\toc:Mark#1#2\End:Mark{\if !#2!\else
\expandafter\ifx \csname #1name\endcsname\relax\else
- \csname #1name\endcsname~\fi #2.~~\fi}
+ \csname #1name\endcsname\ \fi #2.\ \ \fi}
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
{line-height: 200\%; font-weight:bold; font-size:110\%;}}
@@ -16627,19 +16627,19 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{\HCode{</span><br />}}
\ConfigureToc{chapter}
{\HCode{<span class="chapterToc" \a:LRdir>}%
- \ifx \chaptername\:UnDef\else \chaptername~\fi}
- {.~~}
+ \ifx \chaptername\:UnDef\else \chaptername\ \fi}
+ {.\ \ }
{}
{\HCode{</span><br />}}
\ConfigureToc{likechapter}
{\HCode{<span class="likechapterToc" \a:LRdir>}}
- {~~}
+ {\ \ }
{}
{\HCode{</span><br />}}
\ConfigureToc{appendix}
{\HCode{<span class="appendixToc" \a:LRdir>}%
- \ifx \appendixname\:UnDef\else \appendixname~\fi}
- {.~~}
+ \ifx \appendixname\:UnDef\else \appendixname\ \fi}
+ {.\ \ }
{}
{\HCode{</span><br />}}
\Css{.chapterToc a, .chapterToc, .appendixToc a, .appendixToc
@@ -17175,19 +17175,19 @@ s{015B}u{00FA}y{00FD}z{017A}j{FFFD}J{FFDD}\i{00ED}\j{FFFD}%
{}
{\HCode{</span><br />}}
\ConfigureToc{subsection}
- {\HCode{<span class="subsectionToc" \a:LRdir>}~~\toc:Mark{subsection}}
+ {\HCode{<span class="subsectionToc" \a:LRdir>}\ \ \toc:Mark{subsection}}
{\End:Mark}
{}
{\HCode{</span><br />}}
\ConfigureToc{subsubsection}
{\HCode{<span
- class="subsubsectionToc" \a:LRdir>}~~~~\toc:Mark{subsubsection}}
+ class="subsubsectionToc" \a:LRdir>}\ \ \ \ \toc:Mark{subsubsection}}
{\End:Mark}
{}
{\HCode{</span><br />}}
\def\toc:Mark#1#2\End:Mark{\if !#2!\else
\expandafter\ifx \csname #1name\endcsname\relax\else
- \csname #1name\endcsname~\fi #2.~~\fi}
+ \csname #1name\endcsname\ \fi #2.\ \ \fi}
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
{line-height: 200\%; font-weight:bold; font-size:110\%;}}
@@ -29456,43 +29456,43 @@ Y{0178}\i{00EF}%
\ConfigureToc{part}
{\toc:br
\HCode{<span class="partToc" \a:LRdir><span class="toc-mark">}}
- {\HCode{</span>}~}
+ {\HCode{</span>}\ }
{}
{\HCode{</span>}}
\ConfigureToc{chapter}
{\toc:br
\HCode{<span class="chapterToc" \a:LRdir><span class="toc-mark">}}
- {\HCode{</span>}~}
+ {\HCode{</span>}\ }
{}
{\HCode{</span>}}
\ConfigureToc{section}
{\toc:br
\HCode{<span class="sectionToc" \a:LRdir><span class="toc-mark">}}
- {\HCode{</span>}~}
+ {\HCode{</span>}\ }
{}
{\HCode{</span>}}
\ConfigureToc{subsection}
{\toc:br
\HCode{<span class="subsectionToc" \a:LRdir><span class="toc-mark">}}
- {\HCode{</span>}~}
+ {\HCode{</span>}\ }
{}
{\HCode{</span>}}
\ConfigureToc{subsubsection}
{\toc:br
\HCode{<span class="subsubsectionToc" \a:LRdir><span class="toc-mark">}}
- {\HCode{</span>}~}
+ {\HCode{</span>}\ }
{}
{\HCode{</span>}}
\ConfigureToc{subsubsubsection}
{\toc:br
\HCode{<span class="subsubsubsectionToc" \a:LRdir><span class="toc-mark">}}
- {\HCode{</span>}~}
+ {\HCode{</span>}\ }
{}
{\HCode{</span>}}
\ConfigureToc{subsubsubsubsection}
{\toc:br
\HCode{<span class="subsubsubsubsectionToc" \a:LRdir><span class="toc-mark">}}
- {\HCode{</span>}~}
+ {\HCode{</span>}\ }
{}
{\HCode{</span>}}
@@ -32316,7 +32316,7 @@ description">}%
\Configure{subsection}{}{}
{\ifvmode \IgnorePar\fi
\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
- \TitleMark~~\HtmlParOff}
+ \TitleMark\ \ \HtmlParOff}
{\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsection}{}{}{\EndP\bgroup
\ifvmode \IgnorePar\fi
@@ -32325,7 +32325,7 @@ description">}%
\Configure{likesubsectionTITLE+}{#1}
\def\tocpart#1#2#3{\par
\HCode{<span class="partToc" \a:LRdir>}\if !#1!\else
- #1~~\fi #2\HCode{</span>}\par}%
+ #1\ \ \fi #2\HCode{</span>}\par}%
\def\toclikepart#1#2#3{\par
\HCode{<span class="likepartToc" \a:LRdir>}#2\HCode{</span>}\par}%
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
@@ -32334,13 +32334,13 @@ description">}%
.appendixToc a, .appendixToc, .addchapToc a
{line-height: 200\%; font-weight:bold;}}
\def\tocchapter#1#2#3{\par
- \HCode{<span class="chapterToc" \a:LRdir>}#1~~#2\HCode{</span>}\par}
+ \HCode{<span class="chapterToc" \a:LRdir>}#1\ \ #2\HCode{</span>}\par}
\def\toclikechapter#1#2#3{\par
\HCode{<span class="likechapterToc" \a:LRdir>}#2\HCode{</span>}\par}%
\def\tocaddchap#1#2#3{\par
\HCode{<span class="addchapToc" \a:LRdir>}#2\HCode{</span>}\par}%
\def\tocappendix#1#2#3{\par
- \HCode{<span class="appendixToc" \a:LRdir>}#1~~#2\HCode{</span>}\par}
+ \HCode{<span class="appendixToc" \a:LRdir>}#1\ \ #2\HCode{</span>}\par}
\def\tocsection#1#2#3{\par\ \toc:num{section}{#1}{#2}\par}
\def\toclikesection#1#2#3{\par\
\HCode{<span class="likesectionToc" \a:LRdir>}#2\HCode{</span>}\par}
@@ -32360,7 +32360,7 @@ description">}%
\ \ \ \ \ \HCode{<span class="likesubparagraphToc" \a:LRdir>}#2\HCode{</span>}\par}
\def\toc:num#1#2#3{\def\:temp{#1#2}%
\HCode{<span class="#1Toc" \a:LRdir>}\ifx \:temp\empty
- \else \def\:temp{#2}\ifx\:temp\empty\else #2~~\fi\fi #3\HCode{</span>}}
+ \else \def\:temp{#2}\ifx\:temp\empty\else #2\ \ \fi\fi #3\HCode{</span>}}
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\chapter*{\indexname}\fi}
\ConfigureMark{section}
@@ -32374,7 +32374,7 @@ description">}%
\Configure{section}{}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
- \HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark~~\HtmlParOff}
+ \HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\ \ \HtmlParOff}
{\HCode{</h3>}\HtmlParOn \IgnoreIndent \ShowPar \par}
\Configure{likesection}{}{}
{\ifvmode \IgnorePar\fi
@@ -32404,7 +32404,7 @@ description">}%
\ConfigureMark{appendix}{\HCode{<span class="titlemark">}%
\thechapter\HCode{</span>}}
\Configure{appendix}{}{}
- {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}\TitleMark{}.~~}
+ {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}\TitleMark{}.\ \ }
{\HCode{</h2>}\IgnoreIndent\par}
\Configure{appendixTITLE+}{\thechapter\space#1}
\Configure{likechapter}{}{}
@@ -32952,7 +32952,7 @@ description">}%
\ConfigureMark{chapter}
{\if@mainmatter
- \HCode{<span class="titlemark">}\thechapter\HCode{</span>}~~\fi}
+ \HCode{<span class="titlemark">}\thechapter\HCode{</span>}\ \ \fi}
\Configure{chapter}{}{}
{\IgnorePar\EndP\HCode{<h2 class="chapterHead"\a:LRdir>}\TitleMark{}}
{\HCode{</h2>}\IgnoreIndent\par}
@@ -33069,7 +33069,7 @@ description">}%
\Css{div.dedication {text-align:center;}}
\ConfigureMark{chapter}
- {\HCode{<span class="titlemark">}\thechapter\HCode{</span>}~~}
+ {\HCode{<span class="titlemark">}\thechapter\HCode{</span>}\ \ }
\Configure{chapter}{}{}
{\IgnorePar\EndP\HCode{<h2 class="chapterHead"\a:LRdir>}\TitleMark{}}
{\HCode{</h2>}\IgnoreIndent\par}
@@ -33626,7 +33626,7 @@ description">}%
\Configure{subsection}{}{}
{\ifvmode \IgnorePar\fi
\EndP\bgroup \IgnorePar\HCode{<h4 class="subsectionHead"\a:LRdir>}%
- \TitleMark~~\HtmlParOff}
+ \TitleMark\ \ \HtmlParOff}
{\HCode{</h4>}\HtmlParOn \IgnoreIndent\egroup\par\ShowPar}
\Configure{likesubsection}{}{}{\EndP\bgroup
\ifvmode \IgnorePar\fi
@@ -33635,7 +33635,7 @@ description">}%
\Configure{likesubsectionTITLE+}{#1}
\def\tocpart#1#2#3{\par
\HCode{<span class="partToc" \a:LRdir>}\if !#1!\else
- #1~~\fi #2\HCode{</span>}\par}%
+ #1\ \ \fi #2\HCode{</span>}\par}%
\def\toclikepart#1#2#3{\par
\HCode{<span class="likepartToc" \a:LRdir>}#2\HCode{</span>}\par}%
\Css{.partToc a, .partToc, .likepartToc a, .likepartToc
@@ -33644,13 +33644,13 @@ description">}%
.appendixToc a, .appendixToc, .addchapToc a
{line-height: 200\%; font-weight:bold;}}
\def\tocchapter#1#2#3{\par
- \HCode{<span class="chapterToc" \a:LRdir>}#1~~#2\HCode{</span>}\par}
+ \HCode{<span class="chapterToc" \a:LRdir>}#1\ \ #2\HCode{</span>}\par}
\def\toclikechapter#1#2#3{\par
\HCode{<span class="likechapterToc" \a:LRdir>}#2\HCode{</span>}\par}%
\def\tocaddchap#1#2#3{\par
\HCode{<span class="addchapToc" \a:LRdir>}#2\HCode{</span>}\par}%
\def\tocappendix#1#2#3{\par
- \HCode{<span class="appendixToc" \a:LRdir>}#1~~#2\HCode{</span>}\par}
+ \HCode{<span class="appendixToc" \a:LRdir>}#1\ \ #2\HCode{</span>}\par}
\def\tocsection#1#2#3{\par\ \toc:num{section}{#1}{#2}\par}
\def\toclikesection#1#2#3{\par\
\HCode{<span class="likesectionToc" \a:LRdir>}#2\HCode{</span>}\par}
@@ -33670,7 +33670,7 @@ description">}%
\ \ \ \ \ \HCode{<span class="likesubparagraphToc" \a:LRdir>}#2\HCode{</span>}\par}
\def\toc:num#1#2#3{\def\:temp{#1#2}%
\HCode{<span class="#1Toc" \a:LRdir>}\ifx \:temp\empty
- \else \def\:temp{#2}\ifx\:temp\empty\else #2~~\fi\fi #3\HCode{</span>}}
+ \else \def\:temp{#2}\ifx\:temp\empty\else #2\ \ \fi\fi #3\HCode{</span>}}
\Configure{@begin}{theindex}{\ifx \indexname\empty \else
\chapter*{\indexname}\fi}
\ConfigureMark{section}
@@ -33684,7 +33684,7 @@ description">}%
\Configure{section}{}{}
{\ifvmode \IgnorePar\fi \EndP\IgnorePar
- \HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark~~\HtmlParOff}
+ \HCode{<h3 class="sectionHead"\a:LRdir>}\TitleMark\ \ \HtmlParOff}
{\HCode{</h3>}\HtmlParOn \IgnoreIndent \ShowPar \par}
\Configure{likesection}{}{}
{\ifvmode \IgnorePar\fi
@@ -33714,7 +33714,7 @@ description">}%
\ConfigureMark{appendix}{\HCode{<span class="titlemark">}%
\thechapter\HCode{</span>}}
\Configure{appendix}{}{}
- {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}\TitleMark{}.~~}
+ {\IgnorePar\EndP\HCode{<h2 class="appendixHead"\a:LRdir>}\TitleMark{}.\ \ }
{\HCode{</h2>}\IgnoreIndent\par}
\Configure{appendixTITLE+}{\thechapter\space#1}
\Configure{likechapter}{}{}
@@ -40037,6 +40037,8 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{animate}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -40050,7 +40052,6 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}%
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{sectionbreak}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
index 0a2aad37345..ade87008a8a 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
@@ -1,6 +1,5 @@
-% hyperref-hooks.4ht (2021-01-02-13:53), generated from tex4ht-4ht.tex
+% hyperref-hooks.4ht (2021-05-06-14:39), generated from tex4ht-4ht.tex
% Copyright 2021 TeX Users Group
-% Copyright 2009-2021 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -17,6 +16,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2021-05-06-14:39}
+
\:AtEndOfPackage{%
\@ifpackageloaded{nameref}{}
{%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/menukeys.4ht b/Master/texmf-dist/tex/generic/tex4ht/menukeys.4ht
new file mode 100644
index 00000000000..83350a935c8
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/tex4ht/menukeys.4ht
@@ -0,0 +1,47 @@
+% menukeys.4ht (2021-05-06-14:39), generated from tex4ht-4ht.tex
+% Copyright 2021 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2021-05-06-14:39}
+
+% use the following Configuration to patch all defined styles (not commands!)
+\NewConfigure{defmenukey}[1]{%
+ % define \Configure{menukey<stylename>} - it will be used to insert \Picture+ ... \EndPicture
+ \NewConfigure{menukey#1}{2}
+ % insert hooks into style's pre and post macros
+ \expandafter\pend:def\csname tw@style@#1@pre\endcsname{\csname a:menukey#1\endcsname}%
+ \expandafter\append:def\csname tw@style@#1@post\endcsname{\csname b:menukey#1\endcsname}%
+ % use pictures by default for the style configuration
+ \Configure{menukey#1}{\Picture*{}}{\EndPicture}
+}
+
+\Configure{defmenukey}{menus}
+\Configure{defmenukey}{paths}
+\Configure{defmenukey}{roundedkeys}
+\Configure{defmenukey}{roundedmenus}
+\Configure{defmenukey}{angularmenus}
+\Configure{defmenukey}{typewriterkeys}
+\Configure{defmenukey}{hyphenatepaths}
+\Configure{defmenukey}{pathswithfolder}
+\Configure{defmenukey}{shadowedangularkeys}
+\Configure{defmenukey}{pathswithblackfolder}
+\Configure{defmenukey}{hyphenatepathswithfolder}
+\Configure{defmenukey}{hyphenatepathswithblackfolder}
+
+\Hinput{menukeys}
+\endinput
+