diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-27 15:13:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-27 15:13:16 +0000 |
commit | cc879d90a4f24f4c968b5c7eecee13e80c3d9142 (patch) | |
tree | 1ccaf82ebf3becaa7cdadcc024403b9910e50cc1 /Master/texmf-dist | |
parent | d003d3150fb5b3262dd798783dd9b2cb41cc4e64 (diff) |
more \write-1 version, tex4ht r963
git-svn-id: svn://tug.org/texlive/trunk@59725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 13 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 37 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/natbib.4ht | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/report.4ht | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/revtex4.4ht | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/russianb.4ht | 8 |
7 files changed, 52 insertions, 38 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index baa1258a67a..96bd7624c87 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,13 @@ +2021-06-27 Karl Berry <karl@freefriends.org> + + * tex4ht-4ht.tex (mwbk.4ht, natbib.4ht, report.4ht, + revtex4.4ht, russianb.4ht): \write-1 version. + +2021-06-24 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht (latex.4ht): use T1 encoding with LuaLaTeX or XeLaTeX. + https://tex.stackexchange.com/a/602531/2891 + 2021-06-20 Karl Berry <karl@freefriends.org> * Makefile (tex4ht_html4_derived): no more html4-uni.4ht. @@ -9,7 +19,8 @@ * tex4ht-fonts-noncjk.tex ( tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/misc/SkakNew.htf - ): fixed wrong characters, some characters need to be converted to pictures. + ): fixed wrong characters, some characters need to be converted + to pictures. 2021-06-20 Karl Berry <karl@freefriends.org> diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index fe1d15b3599..fdf31d5c556 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 955 2021-06-20 16:36:07Z karl $ +% $Id: tex4ht-4ht.tex 963 2021-06-27 15:11:41Z karl $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2021 TeX Users Group @@ -356,10 +356,9 @@ to include the above (new) ``TeX4ht license text''. I don't understand. >>> \AddFile{2}{book} \<report.4ht\><<< -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% report.4ht |version % -% Copyright (C) |CopyYear.1997. Eitan M. Gurari % -|<TeX4ht copyright|> +% report.4ht (|version), generated from |jobname.tex +% Copyright |CopyYear.1997. Eitan M. Gurari +|<TeX4ht copywrite|> |<book / report / article cut points|> |<book et al tocs|> @@ -5768,12 +5767,13 @@ used for Fontspec support. \edef\test:f:encoding{\f@encoding} \edef\test:tu:encoding{TU} \ifx\test:f:encoding\test:tu:encoding - \RequirePackage[OT1]{fontenc} + \RequirePackage[T1]{fontenc} % load tuenc definitions for commands like \quotedblbase \ifdefined\old:DeclareTextSymbol\else \input binhex \def\DeclareTextSymbol#1#2#3{\gdef#1{\ht:special{t4ht@+&{35}x\hex{#3}{59}}\a:HChar}} \input tuenc.def + % this command is defined by tuenc, but doesn't work out of the box with TeX4ht \let\DeclareTextSymbol\old:DeclareTextSymbol \fi @@ -15137,10 +15137,9 @@ Hfootnote counter, which isn't declared. \Link[http://publish.aps.org/revtex4/]{}{}REVTeX 4 Home Page\EndLink \<revtex4.4ht\><<< -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% revtex4.4ht |version % -% Copyright (C) |CopyYear.2002. Eitan M. Gurari % -|<TeX4ht copyright|> +% revtex4.4ht (|version), generated from |jobname.tex +% Copyright |CopyYear.2002. Eitan M. Gurari +|<TeX4ht copywrite|> |<revtex4 configs|> \Hinput{revtex4} \endinput @@ -16218,10 +16217,9 @@ UnDFexyz>>> %%%%%%%%%%%%%%% \<mwbk.4ht\><<< -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mwbk.4ht |version % -% Copyright (C) |CopyYear.2003. Eitan M. Gurari % -|<TeX4ht copyright|> +% mwbk.4ht (|version), generated from |jobname.tex +% Copyright (C) |CopyYear.2003. Eitan M. Gurari +|<TeX4ht copywrite|> |<mwcls configs|> |<mwcls maketitle|> |<mwcls divs|> @@ -22545,10 +22543,9 @@ But quotes don't work %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \<natbib.4ht\><<< -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% natbib.4ht |version % -% Copyright (C) |CopyYear.1999. Eitan M. Gurari % -|<TeX4ht copyright|> +% natbib.4ht (|version), generated from |jobname.tex +% Copyright |CopyYear.1999. Eitan M. Gurari +|<TeX4ht copywrite|> \HRestore\@lbibitem \HRestore\@bibitem @@ -38354,8 +38351,8 @@ Declarationf for Cyrillics characters are loaded with XeLaTeX \<russianb.4ht\><<< % russianb.4ht (|version), generated from |jobname.tex -% Copyright (C) |CopyYear.2000. Eitan M. Gurari -|<TeX4ht copyright|> +% Copyright |CopyYear.2000. Eitan M. Gurari +|<TeX4ht copywrite|> \if@uni@ode \DeclareRobustCommand{\cyrillictext}{% diff --git a/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht b/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht index 1743fcb8a82..b784b2fd12d 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht @@ -1,6 +1,5 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mwbk.4ht 2021-06-20-09:36 % -% Copyright (C) 2003-2009 Eitan M. Gurari % +% mwbk.4ht (2021-06-27-08:11), generated from tex4ht-4ht.tex +% Copyright (C) 2003-2009 Eitan M. Gurari % Copyright 2009-2021 TeX Users Group % % This work may be distributed and/or modified under the @@ -18,6 +17,8 @@ % % If you modify this program, changing the % version identification would be appreciated. +\immediate\write-1{version 2021-06-27-08:11} + \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}% \c:def\cptC:{#3}\c:def\cptD:{#4}} \long\def\@makecaption#1#2{% diff --git a/Master/texmf-dist/tex/generic/tex4ht/natbib.4ht b/Master/texmf-dist/tex/generic/tex4ht/natbib.4ht index 9be0b8a8772..e96a1ee1232 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/natbib.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/natbib.4ht @@ -1,7 +1,6 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% natbib.4ht 2019-07-26-13:49 % -% Copyright (C) 1999-2009 Eitan M. Gurari % -% Copyright 2009-2019 TeX Users Group +% natbib.4ht (2021-06-27-08:11), generated from tex4ht-4ht.tex +% Copyright 1999-2009 Eitan M. Gurari +% Copyright 2009-2021 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -18,6 +17,8 @@ % % If you modify this program, changing the % version identification would be appreciated. +\immediate\write-1{version 2021-06-27-08:11} + \HRestore\@lbibitem \HRestore\@bibitem diff --git a/Master/texmf-dist/tex/generic/tex4ht/report.4ht b/Master/texmf-dist/tex/generic/tex4ht/report.4ht index d6fbb930533..6ea5447b8b5 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/report.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/report.4ht @@ -1,6 +1,5 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% report.4ht 2021-01-24-13:56 % -% Copyright (C) 1997-2009 Eitan M. Gurari % +% report.4ht (2021-06-27-08:11), generated from tex4ht-4ht.tex +% Copyright 1997-2009 Eitan M. Gurari % Copyright 2009-2021 TeX Users Group % % This work may be distributed and/or modified under the @@ -18,6 +17,8 @@ % % If you modify this program, changing the % version identification would be appreciated. +\immediate\write-1{version 2021-06-27-08:11} + \Configure{UndefinedSec}{likepart} \Configure{UndefinedSec}{likechapter} diff --git a/Master/texmf-dist/tex/generic/tex4ht/revtex4.4ht b/Master/texmf-dist/tex/generic/tex4ht/revtex4.4ht index ae15cec5699..7f9b7d89ffc 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/revtex4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/revtex4.4ht @@ -1,7 +1,6 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% revtex4.4ht 2019-12-19-14:27 % -% Copyright (C) 2002-2009 Eitan M. Gurari % -% Copyright 2009-2019 TeX Users Group +% revtex4.4ht (2021-06-27-08:11), generated from tex4ht-4ht.tex +% Copyright 2002-2009 Eitan M. Gurari +% Copyright 2009-2021 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -18,6 +17,8 @@ % % If you modify this program, changing the % version identification would be appreciated. +\immediate\write-1{version 2021-06-27-08:11} + \def\:tempc[#1]#2{% %\hshow{@array@array@new--222}% \def\Clr{#2}\a:VBorder diff --git a/Master/texmf-dist/tex/generic/tex4ht/russianb.4ht b/Master/texmf-dist/tex/generic/tex4ht/russianb.4ht index b711c8ca200..40a448c1045 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/russianb.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/russianb.4ht @@ -1,6 +1,6 @@ -% russianb.4ht (2017-03-22-16:19), generated from tex4ht-4ht.tex -% Copyright (C) 2000-2009 Eitan M. Gurari -% Copyright 2009-2017 TeX Users Group +% russianb.4ht (2021-06-27-08:11), generated from tex4ht-4ht.tex +% Copyright 2000-2009 Eitan M. Gurari +% 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 +17,8 @@ % % If you modify this program, changing the % version identification would be appreciated. +\immediate\write-1{version 2021-06-27-08:11} + \if@uni@ode \DeclareRobustCommand{\cyrillictext}{% |