texlive[63384] Master/texmf-dist: allow more split files, tex4ht

commits+karl at tug.org commits+karl at tug.org
Mon May 23 22:54:40 CEST 2022


Revision: 63384
          http://tug.org/svn/texlive?view=revision&revision=63384
Author:   karl
Date:     2022-05-23 22:54:40 +0200 (Mon, 23 May 2022)
Log Message:
-----------
allow more split files, tex4ht r1137; incomplete \ifx, tex4ht r1138

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=1137
    http://tug.org/svn/texlive?view=revision&revision=1138

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
    trunk/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-05-23 20:52:05 UTC (rev 63383)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-05-23 20:54:40 UTC (rev 63384)
@@ -1,3 +1,11 @@
+2022-05-23  Michal Hoftich  <michal.h21 at 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 at gmail.com>
 
 	* tex4ht-4ht.tex (listings.4ht),

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-05-23 20:52:05 UTC (rev 63383)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-05-23 20:54:40 UTC (rev 63384)
@@ -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 @@
   \filename at parse{#1}% Get basename of the linked html file, 
   % xr:dir\filename at base contains file's directory
   \a:xr[\csname xr:dir:\filename at 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}}

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex	2022-05-23 20:52:05 UTC (rev 63383)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-sty.tex	2022-05-23 20:54:40 UTC (rev 63384)
@@ -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 @@
 
 
 \<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,

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty	2022-05-23 20:52:05 UTC (rev 63383)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty	2022-05-23 20:54:40 UTC (rev 63384)
@@ -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

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht	2022-05-23 20:52:05 UTC (rev 63383)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/xr-hyper.4ht	2022-05-23 20:54:40 UTC (rev 63384)
@@ -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 at loop
 \def\XR at loop#1{%
@@ -56,7 +56,9 @@
   \filename at parse{#1}% Get basename of the linked html file,
   % xr:dir\filename at base contains file's directory
   \a:xr[\csname xr:dir:\filename at 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}}



More information about the tex-live-commits mailing list.