summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-23 03:01:34 +0000
committerNorbert Preining <norbert@preining.info>2023-12-23 03:01:34 +0000
commitc1e3db297f3e73544664a0506bf8d57f7b0027a8 (patch)
treee821861db521099c824494e16da0ba2223fcf996 /support
parent49150e453072cff2c2ecaba1d1a55d8333d191d3 (diff)
CTAN sync 202312230301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex6
2 files changed, 8 insertions, 4 deletions
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 <michal.h21@gmail.com>
+
+ * 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 <michal.h21@gmail.com>
* 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}}