texlive[68348] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Sat Sep 23 01:43:21 CEST 2023


Revision: 68348
          https://tug.org/svn/texlive?view=revision&revision=68348
Author:   karl
Date:     2023-09-23 01:43:21 +0200 (Sat, 23 Sep 2023)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/texinfo.tex
    trunk/Master/tlpkg/installer/ctan-mirrors.pl

Modified: trunk/Build/source/build-aux/texinfo.tex
===================================================================
--- trunk/Build/source/build-aux/texinfo.tex	2023-09-22 23:41:04 UTC (rev 68347)
+++ trunk/Build/source/build-aux/texinfo.tex	2023-09-22 23:43:21 UTC (rev 68348)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2023-09-12.17}
+\def\texinfoversion{2023-09-19.19}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -5652,42 +5652,13 @@
       \parfillskip=0pt plus -1fill
       %
       \advance\rightskip by \entryrightmargin
-      % Determine how far we can stretch into the margin.
-      % This allows, e.g., "Appendix H  GNU Free Documentation License" to
-      % fit on one line in @letterpaper format.
-      \ifdim\entryrightmargin>1.5em
-        \dimen at i=1.5em
-      \else
-        \dimen at i=0em
-      \fi
-      \advance \parfillskip by 0pt minus 1\dimen at i
       %
       \dimen at ii = \hsize
       \advance\dimen at ii by -1\leftskip
       \advance\dimen at ii by -1\entryrightmargin
-      \advance\dimen at ii by 1\dimen at i
       \ifdim\wd\boxA > \dimen at ii % If the entry doesn't fit in one line
       \ifdim\dimen@ > 0.8\dimen at ii   % due to long index text
-        % Undo changes above
-        \advance \parfillskip by 0pt minus -1\dimen at i
-        \advance\dimen at ii by -1\dimen at i
-        %
-        % Try to split the text roughly evenly.  \dimen@ will be the length of
-        % the first line.
-        \dimen@ = 0.7\dimen@
-        \dimen at ii = \hsize
-        \ifnum\dimen@>\dimen at ii
-          % If the entry is too long (for example, if it needs more than
-          % two lines), use the same line length for all lines.
-          \dimen@ = \dimen at ii
-        \else
-          \advance \dimen@ by 1\rightskip
-        \fi
         \advance\leftskip by 0pt plus 1fill % ragged right
-        \parshape = 2 0pt \dimen@ 0em \dimen at ii
-        % Ideally we'd add a finite glue at the end of the first line only,
-        % instead of using \parshape with explicit line lengths, but TeX
-        % doesn't seem to provide a way to do such a thing.
         %
         % Indent all lines but the first one.
         \advance\leftskip by \entrycontskip

Modified: trunk/Master/tlpkg/installer/ctan-mirrors.pl
===================================================================
--- trunk/Master/tlpkg/installer/ctan-mirrors.pl	2023-09-22 23:41:04 UTC (rev 68347)
+++ trunk/Master/tlpkg/installer/ctan-mirrors.pl	2023-09-22 23:43:21 UTC (rev 68348)
@@ -140,6 +140,7 @@
     },
     'Portugal' => {
       'https://ftp.eq.uc.pt/software/TeX/' => 1,
+      'https://mirrors.up.pt/pub/CTAN/' => 1,
     },
     'Romania' => {
       'https://mirrors.nxthost.com/ctan/' => 1,



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