From 2b1ac3ad81fafd9d5fbf8db9e81d6d1c2dd6e8a2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Mar 2022 21:05:00 +0000 Subject: biblatex cleanup, tex4ht r1088 git-svn-id: svn://tug.org/texlive/trunk@62707 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/generic/tex4ht/ChangeLog | 5 +++++ .../source/generic/tex4ht/mktex4ht-cnf.tex | 3 ++- .../source/generic/tex4ht/tex4ht-4ht.tex | 3 +-- .../source/generic/tex4ht/tex4ht-html4.tex | 24 +++++++++++++++++----- Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht | 7 +++---- .../texmf-dist/tex/generic/tex4ht/html4-math.4ht | 20 ++++++++++-------- 6 files changed, 41 insertions(+), 21 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 7143b285526..efebbc22a77 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,8 @@ +2022-03-14 Michal Hoftich + + * tex4ht-4ht.tex (biblatex.4ht): removed unused boolean variable. + https://tex.stackexchange.com/a/637132/2891 + 2022-03-08 Michal Hoftich * tex4ht-4ht.tex (threeparttable.4ht), diff --git a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex index 8a53ec01f68..5a6e07e4ec7 100644 --- a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex +++ b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex @@ -1,4 +1,4 @@ -% $Id: mktex4ht-cnf.tex 1076 2022-02-10 16:55:31Z michal_h21 $ +% $Id: mktex4ht-cnf.tex 1087 2022-03-08 09:45:01Z michal_h21 $ % Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex. % Read by tex4ht-cond4ht. % @@ -49,6 +49,7 @@ \AddFile{8}{tabulary-a} \AddFile{7}{tabularx} \AddFile{9}{tabu} +\AddFile{9}{threeparttable} \AddFile{9}{mdwtab} \AddFile{9}{multirow} \AddFile{8}{theorem} diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 8c23f7fdaac..a69e3e6c50d 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 1087 2022-03-08 09:45:01Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1088 2022-03-14 20:55:35Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -2605,7 +2605,6 @@ they caused compilation error when the AUX file is loaded. \<<< \ifdefined\XeTeXversion \def\abx@aux@defaultrefcontext#1#2#3{% - \global\boolfalse{refcontextdefaults}% \csxdef{blx@assignedrefcontextbib@#1@\detokenize{#2}}{\detokenize{#3}}} \fi >>> diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 455078e9df1..12c7b8acded 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html4.tex 1080 2022-02-16 21:37:32Z michal_h21 $ +% $Id: tex4ht-html4.tex 1087 2022-03-08 09:45:01Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -73,7 +73,7 @@ \<<< % html4-math.4ht (|version), generated from |jobname.tex -% Copyright 2009-2021 TeX Users Group +% Copyright 2009-2022 TeX Users Group % Copyright |CopyYear.1999. Eitan M. Gurari | >>> @@ -2205,6 +2205,21 @@ should be used whe addcontentline instructions are present. border-right:solid black 0.4pt; }} >>> +%%%%%%%%%%%%% +\subsection{threeparttable} + +We mainly need to handle paragraphs. + +\<<< +\ConfigureList{tablenotes} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}\par\ShowPar} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}}{\par\ShowPar}{} + +\ConfigureEnv{threeparttable} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}} +{\ifvmode\IgnorePar\fi\EndP\HCode{
}\par\ShowPar}{}{} +>>> +%%%%%%%%%%%%% %%%%%%%%%%%%% \subsection{Mdwtab} @@ -9451,7 +9466,7 @@ The hbox is for avoiding the start of a new paragraph, if in vmode. \def\m:env#1{\:xhtml{\IgnorePar\EndP}\HCode{
}} \def\endm:env{\HCode - {
}\IgnorePar} + {
}\IgnorePar} \Css{div.center{text-align:center;}} >>> @@ -9462,7 +9477,7 @@ The hbox is for avoiding the start of a new paragraph, if in vmode. \Css{div.center-#1{text-align: center;}} } \def\endm:env{\:xhtml{\IgnorePar\EndP}% - \HCode{}\IgnorePar + \HCode{}\IgnorePar \ifmmode\else\par\fi} >>> @@ -9724,7 +9739,6 @@ read within the environment, in gather it is read at the \verb'\begin{equation}' \ConfigureEnv{gather*}{\m:env{gather*}}{\endm:env}{}{} \ConfigureEnv{gathered}{\m:env{gathered}}{\endm:env}{}{} \ConfigureEnv{matrix}{\m:env{matrix}}{\endm:env}{}{} -\ConfigureEnv{quotation}{\m:env{quotation}}{\endm:env}{}{} \Configure{equations}{*}{} >>> diff --git a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht index b78d9e00ab2..a51807002cd 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht @@ -1,6 +1,6 @@ -% biblatex.4ht (2021-12-27-13:23), generated from tex4ht-4ht.tex +% biblatex.4ht (2022-03-14-14:03), generated from tex4ht-4ht.tex % Copyright 2007-2009 Eitan M. Gurari -% Copyright 2009-2021 TeX Users Group +% Copyright 2009-2022 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2021-12-27-13:23} +\immediate\write-1{version 2022-03-14-14:03} \def\make:blx:ver#1.#2#3\relax{% %\ifdim#1pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi% @@ -437,7 +437,6 @@ \ifdefined\XeTeXversion \def\abx@aux@defaultrefcontext#1#2#3{% - \global\boolfalse{refcontextdefaults}% \csxdef{blx@assignedrefcontextbib@#1@\detokenize{#2}}{\detokenize{#3}}} \fi \renewrobustcmd*{\addnbspace}{% diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht index fed6f91c1fb..f9be944b6ae 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht @@ -1,5 +1,5 @@ -% html4-math.4ht (2022-02-28-13:22), generated from tex4ht-html4.tex -% Copyright 2009-2021 TeX Users Group +% html4-math.4ht (2022-03-08-13:51), generated from tex4ht-html4.tex +% Copyright 2009-2022 TeX Users Group % Copyright 1999-2009 Eitan M. Gurari % % This work may be distributed and/or modified under the @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2022-02-28-13:22} +\immediate\write-1{version 2022-03-08-13:51} \exit:ifnot{accents,% amsfonts,% @@ -466,8 +466,6 @@ ushort} - - @@ -695,7 +693,6 @@ ushort} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{amstex1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1070,6 +1067,8 @@ ushort} + + @@ -1117,6 +1116,7 @@ ushort} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{fleqn} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1165,7 +1165,6 @@ ushort} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{rlbabel} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1330,6 +1329,10 @@ ushort} + + + + @@ -1368,7 +1371,6 @@ ushort} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{ushort} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1457,6 +1459,7 @@ ushort} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1556,7 +1559,6 @@ ushort} - \endinput -- cgit v1.2.3