From c1e3db297f3e73544664a0506bf8d57f7b0027a8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 23 Dec 2023 03:01:34 +0000 Subject: CTAN sync 202312230301 --- support/TeX4ht/source/ChangeLog | 6 ++++++ support/TeX4ht/source/tex4ht-4ht.tex | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 3ebf22b777..baa743400e 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,9 @@ +2023-12-21 Michal Hoftich + + * tex4ht-4ht.tex (xr-hyper.4ht): removed extra \fi, it is no longer + necessary. + https://github.com/michal-h21/make4ht/issues/140 + 2023-12-20 Michal Hoftich * tex4ht-fonts-noncjk.tex ( diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index afd202c002..e1ca8c4c37 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1425 2023-12-17 20:54:22Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1428 2023-12-21 12:27:05Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2023 TeX Users Group @@ -4001,9 +4001,7 @@ 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}{}% - % 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} + \ifx\hyperrefLabel\:UnDef #3\else \hyperrefLabel\fi \b:xr} \NewConfigure{xr}{2} \Configure{xr}{\Link}{\EndLink} \def\XR:rEfLiNK#1#2#3#4#5{{\xr:rEfLiNK#1}{\xr:rEfLiNK#2}{\xr:rEfLiNK#3}} -- cgit v1.2.3