From 0c7d079315627312627c83bc9ce6f5e4f1b436f6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 24 May 2022 03:01:29 +0000 Subject: CTAN sync 202205240301 --- support/TeX4ht/source/ChangeLog | 8 ++++++++ support/TeX4ht/source/tex4ht-4ht.tex | 6 ++++-- support/TeX4ht/source/tex4ht-sty.tex | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'support/TeX4ht/source') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index cf8ec3b96a..e91efca812 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,11 @@ +2022-05-23 Michal Hoftich + + * tex4ht-4ht.tex (xr-hyper.4ht): added closing \fi to prevent + warning about unclosed \ifx. + * tex4ht-sty.tex (tex4ht.sty): use higher value for cut files + counter, to allow generating of more than 9999 files. + https://tug.org/pipermail/tex4ht/2022q2/003234.html + 2022-05-22 Michal Hoftich * tex4ht-4ht.tex (listings.4ht), diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index af9b237e4c..c516dffdb4 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1136 2022-05-22 18:03:36Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1138 2022-05-23 12:21:20Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -3902,7 +3902,9 @@ Hyperref pasess five arguments to \`|\newlabel|, we must adapt \`|\XR:rEfLiNK| t \filename@parse{#1}% Get basename of the linked html file, % xr:dir\filename@base contains file's directory \a:xr[\csname xr:dir:\filename@base\endcsname#1]{#2}{}% - \ifx\hyperrefLabel\:UnDef #3\else \hyperrefLabel\fi \b:xr} + % this extra \fi fixes warning about unclosed \ifx, I hope it doesn't break anything + % I cannot find where that \ifx starts + \ifx\hyperrefLabel\:UnDef #3\else \hyperrefLabel\fi \b:xr\fi} \NewConfigure{xr}{2} \Configure{xr}{\Link}{\EndLink} \def\XR:rEfLiNK#1#2#3#4#5{{\xr:rEfLiNK#1}{\xr:rEfLiNK#2}{\xr:rEfLiNK#3}} diff --git a/support/TeX4ht/source/tex4ht-sty.tex b/support/TeX4ht/source/tex4ht-sty.tex index c7e58775aa..1ff2a96151 100644 --- a/support/TeX4ht/source/tex4ht-sty.tex +++ b/support/TeX4ht/source/tex4ht-sty.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-sty.tex 1114 2022-04-19 20:40:47Z michal_h21 $ +% $Id: tex4ht-sty.tex 1137 2022-05-23 07:58:41Z michal_h21 $ % tex tex4ht-sty or ht tex tex4ht-sty % % Copyright 2009-2020 TeX Users Group @@ -4624,7 +4624,7 @@ make here an assumption that a compilation will not generate more than \<<< -\gHAdvance\fstf:id |by 10000 +\gHAdvance\fstf:id |by 100000 >>> It would be nice to have also fix-points for file ids within children, -- cgit v1.2.3