summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty6
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht8
2 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
index 07fa127f0f9..01e1480b4a1 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
+++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
@@ -1,7 +1,7 @@
\ifnum\the\catcode`\%=14\else\expandafter\edef\csname
\string:RestoreCatcodes\endcsname{\catcode`\%\the
\catcode`\%}\catcode`\%14\fi
-% tex4ht.sty (2022-04-19-13:53), generated from tex4ht-sty.tex
+% tex4ht.sty (2022-05-23-13:42), generated from tex4ht-sty.tex
% Copyright 2009-2022 TeX Users Group
% Copyright 1996-2009 Eitan M. Gurari
%
@@ -20,7 +20,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-04-19-13:53}
+\immediate\write-1{version 2022-05-23-13:42}
\ifx \Preamble\UnDef \else
@@ -3809,7 +3809,7 @@
\xp:var{#2}fstf:id,#1!*?: %
\closeout\:refout
\openout\:refout\jobname.xref \:clearpage
-\gHAdvance\fstf:id 10000
+\gHAdvance\fstf:id 100000
%
\gHAssign\maxfile:id \fstf:id
\gHAssign\bs:fileid \maxfile:id
diff --git a/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht b/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht
index 5563be7ba4d..bfa0d0e5ce9 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht
@@ -1,4 +1,4 @@
-% xr-hyper.4ht (2022-04-25-13:36), generated from tex4ht-4ht.tex
+% xr-hyper.4ht (2022-05-23-13:42), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-04-25-13:36}
+\immediate\write-1{version 2022-05-23-13:42}
\let\XR:loop=\XR@loop
\def\XR@loop#1{%
@@ -56,7 +56,9 @@
\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}}