From 3ecc00c27119bc47ba26b518b7d26c00b69599df Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 18 Jun 2021 03:01:13 +0000 Subject: CTAN sync 202106180301 --- support/TeX4ht/source/ChangeLog | 13 ++++++++++++ support/TeX4ht/source/mktex4ht-cnf.tex | 3 ++- support/TeX4ht/source/tex4ht-4ht.tex | 31 ++++++++++++++++++++++++++-- support/TeX4ht/source/tex4ht-c.tex | 4 ++-- support/TeX4ht/source/tex4ht-html-speech.tex | 4 ++-- support/TeX4ht/source/tex4ht-html4.tex | 11 +++++++++- support/TeX4ht/source/tex4ht-mathml.tex | 4 ++-- support/TeX4ht/source/tex4ht-sty.tex | 4 ++-- 8 files changed, 62 insertions(+), 12 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index db7bce3152..9629802255 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,16 @@ +2021-06-17 Karl Berry + + * tex4ht-4ht.tex, + * tex4ht-c.tex, + * tex4ht-html-speech.tex, + * tex4ht-mathml.tex, + * tex4ht-sty.tex: "the the" fixes. + +2021-06-17 Michal Hoftich + + * tex4ht-4ht.tex (texmate.4ht), + * tex4ht-html4.tex (html4.4ht): added support for the texmate package. + 2021-06-13 Karl Berry * tex4ht-4ht.tex (fontspec.4ht, graphics.4ht, lfeenc.4ht, diff --git a/support/TeX4ht/source/mktex4ht-cnf.tex b/support/TeX4ht/source/mktex4ht-cnf.tex index 83a84aab4c..765d72d291 100644 --- a/support/TeX4ht/source/mktex4ht-cnf.tex +++ b/support/TeX4ht/source/mktex4ht-cnf.tex @@ -1,4 +1,4 @@ -% $Id: mktex4ht-cnf.tex 947 2021-06-12 16:27:33Z michal_h21 $ +% $Id: mktex4ht-cnf.tex 951 2021-06-17 16:29:22Z michal_h21 $ % Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex. % Read by tex4ht-cond4ht. % @@ -357,6 +357,7 @@ \AddFile{9}{parallel} \AddFile{9}{skak} \AddFile{9}{chessboard} +\AddFile{9}{texmate} \AddFile{9}{menukeys} \AddFile{9}{animate} \AddFile{9}{sectionbreak} diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index d2028bd46d..4dff10aa3a 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 950 2021-06-13 15:46:36Z karl $ +% $Id: tex4ht-4ht.tex 952 2021-06-17 21:47:06Z karl $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2021 TeX Users Group @@ -4787,7 +4787,7 @@ It breaks code like the following one. \end{document} \EndVerbatim -\''\XR@ext' get its value from the the \`'\usepackage' option: +\''\XR@ext' get its value from the \`'\usepackage' option: dvi---default; html---tex4ht; pdf---hpdftex, dvipdfm, pdfmark, dvips, vtex, dvipsone, textures; @@ -31956,6 +31956,33 @@ of \''\:temp' below. \Configure{chessboard}{\Picture*{}\Save:TikzPict}{\Restore:TikzPict\EndPicture} >>> \AddFile{9}{chessboard} + +%%%%%%%%%%%%%%%%%%%%%%%% +\Section{texmate.sty} +%%%%%%%%%%%%%%%%%%%%%%%% + +\<<< +% texmate.4ht (|version), generated from |jobname.tex +% Copyright 2021 TeX Users Group +| + +| +\Hinput{texmate} +\endinput +>>> \AddFile{9}{texmate} + + +\<<< +% fix incorrect handling of pictures +\NewConfigure{makediagramsfix}{2} +\renewcommand*\:tempa[1]{\a:makediagramsfix\o:@toD:{#1}\b:makediagramsfix} +\HLet\@toD\:tempa +% add some markup for diagrams +\NewConfigure{makediagrams}{2} +\renewcommand*\:tempa[1][\@diagramsbuilt]{\a:makediagrams\o:makediagrams:[#1]\b:makediagrams} +\HLet\makediagrams\:tempa +>>> + %%%%%%%%%%%%%%%%%%%%%%%% \Section{menukeys.sty} %%%%%%%%%%%%%%%%%%%%%%%% diff --git a/support/TeX4ht/source/tex4ht-c.tex b/support/TeX4ht/source/tex4ht-c.tex index 04a0116680..7eda7724a3 100644 --- a/support/TeX4ht/source/tex4ht-c.tex +++ b/support/TeX4ht/source/tex4ht-c.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-c.tex 417 2018-06-30 22:36:42Z karl $ +% $Id: tex4ht-c.tex 952 2021-06-17 21:47:06Z karl $ % tex tex4ht-c % Copyright 2009-2018 TeX Users Group % Copyright 1996-2009 Eitan M. Gurari @@ -6341,7 +6341,7 @@ special_n=0; Each group level has its local set of variables. Whenever a - request \`'@' or \`'&'arrives, we verify that the the local entries + request \`'@' or \`'&'arrives, we verify that the local entries equal to the current global entries. If not, the local entries are replaced with copies of the current ones. diff --git a/support/TeX4ht/source/tex4ht-html-speech.tex b/support/TeX4ht/source/tex4ht-html-speech.tex index a31f00c91e..dbfd7d4c00 100644 --- a/support/TeX4ht/source/tex4ht-html-speech.tex +++ b/support/TeX4ht/source/tex4ht-html-speech.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html-speech.tex 184 2016-07-04 17:35:09Z karl $ +% $Id: tex4ht-html-speech.tex 952 2021-06-17 21:47:06Z karl $ % Compile 3 times: latex tex4ht-html-speech % or xhlatex tex4ht-html-speech "html,3,sections+" % (html4*.4ht must be up to date.) @@ -5597,7 +5597,7 @@ before going to \verb+\HCode{&\#x20D7;}+. (... suggested to replace it with the diacritical one: \verb+⃗+. I t solves two problems. The arrow is -lower and the the spacing between a subscript and a vector is +lower and the spacing between a subscript and a vector is reduced.) diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex index 62591b9ef9..da6bbb2dcc 100644 --- a/support/TeX4ht/source/tex4ht-html4.tex +++ b/support/TeX4ht/source/tex4ht-html4.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html4.tex 946 2021-06-12 09:15:22Z michal_h21 $ +% $Id: tex4ht-html4.tex 951 2021-06-17 16:29:22Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -19237,6 +19237,15 @@ latex.ltx, fontmath.ltx, plain.tex \Configure{SkakBoard}{\Picture+{}}{\EndPicture} >>> +%%%%%%%%%%%%%%%%% +\section{texmate} + +\<<< +\Configure{makediagramsfix}{\PictureOff}{\PictureOn} +\Configure{makediagrams}{\ifvmode\IgnorePar\fi\EndP\HCode{
}} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}\par\leavevmode} +>>> + %%%%%%%%%%%%%%%%% \section{vanilla} diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex index 5bc4151843..6fc95d0a44 100644 --- a/support/TeX4ht/source/tex4ht-mathml.tex +++ b/support/TeX4ht/source/tex4ht-mathml.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-mathml.tex 919 2021-04-30 09:01:14Z michal_h21 $$ +% $Id: tex4ht-mathml.tex 952 2021-06-17 21:47:06Z karl $$ % compile 3 times: latex tex4ht-mathltx % or xhlatex tex4ht-mathltx "html,3,sections+" % @@ -2243,7 +2243,7 @@ before going to \verb+\HCode{&\#x20D7;}+. (... suggested to replace it with the diacritical one: \verb+⃗+. I t solves two problems. The arrow is -lower and the the spacing between a subscript and a vector is +lower and the spacing between a subscript and a vector is reduced.) \<<< diff --git a/support/TeX4ht/source/tex4ht-sty.tex b/support/TeX4ht/source/tex4ht-sty.tex index 58e9879626..c5fa931e4a 100644 --- a/support/TeX4ht/source/tex4ht-sty.tex +++ b/support/TeX4ht/source/tex4ht-sty.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-sty.tex 893 2021-03-06 00:10:06Z michal_h21 $ +% $Id: tex4ht-sty.tex 952 2021-06-17 21:47:06Z karl $ % tex tex4ht-sty or ht tex tex4ht-sty % % Copyright 2009-2020 TeX Users Group @@ -10046,7 +10046,7 @@ The pend above is just: \''\acp:c' might go to the aux file of latex, where \`':' has standard -cat code. Hence, the the protection on \''\csname' and not the command +cat code. Hence, the protection on \''\csname' and not the command itself (as was the case at the beginning). -- cgit v1.2.3