diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-23 20:54:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-23 20:54:40 +0000 |
commit | d55bec8432e846d549d016899a3ee1d46363087e (patch) | |
tree | 7fa9ebf11e2776d5f08b36c41e776333e69e74eb /Master/texmf-dist/source | |
parent | 950a19907fac200a554c30f0dace8bab44fea23d (diff) |
allow more split files, tex4ht r1137; incomplete \ifx, tex4ht r1138
git-svn-id: svn://tug.org/texlive/trunk@63384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 8 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex | 4 |
3 files changed, 14 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index cf8ec3b96ae..e91efca8121 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,11 @@ +2022-05-23 Michal Hoftich <michal.h21@gmail.com> + + * 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 <michal.h21@gmail.com> * tex4ht-4ht.tex (listings.4ht), diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index af9b237e4c1..c516dffdb4e 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 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/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex index c7e58775aa0..1ff2a961510 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex +++ b/Master/texmf-dist/source/generic/tex4ht/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 \<fix point for file ids at child\><<< -\gHAdvance\fstf:id |by 10000 +\gHAdvance\fstf:id |by 100000 >>> It would be nice to have also fix-points for file ids within children, |