texlive[69851] Master/tlpkg/tlpsrc/cweb.tlpsrc: [WEB] Add
commits+ascherer at tug.org
commits+ascherer at tug.org
Wed Feb 14 08:48:47 CET 2024
Revision: 69851
https://tug.org/svn/texlive?view=revision&revision=69851
Author: ascherer
Date: 2024-02-14 08:48:47 +0100 (Wed, 14 Feb 2024)
Log Message:
-----------
[WEB] Add twill-refsort utility program.
This Perl program is similar to 'ctwill-refsort' in function and
'ctwill-proofsort' in implementation. (AFAIK, there's no 'proofmode'
with 'twill'.)
After running 'twill' twice on your Pascal WEB source file (and optional
change file) and running TeX a first time on the resulting .tex file,
the mini-indexes for each spread might look OK, but they won't be sorted
alphabetically. To fix this, run
twill-refsort < PROG.ref > PROG.sref
and TeX a second time.
Modified Paths:
--------------
trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc
Modified: trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc 2024-02-14 02:23:53 UTC (rev 69850)
+++ trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc 2024-02-14 07:48:47 UTC (rev 69851)
@@ -7,7 +7,9 @@
binpattern f bin/${ARCH}/ctwill-proofsort
binpattern f bin/${ARCH}/ctwill-refsort
binpattern f bin/${ARCH}/ctwill-twinx
+#
binpattern f bin/${ARCH}/twill
+binpattern f bin/${ARCH}/twill-refsort
docpattern +f texmf-dist/doc/man/man1/ctangle.*
docpattern +f texmf-dist/doc/man/man1/cweave.*
@@ -18,3 +20,4 @@
docpattern +f texmf-dist/doc/man/man1/ctwill-twinx.*
#
docpattern +f texmf-dist/doc/man/man1/twill.*
+docpattern +f texmf-dist/doc/man/man1/twill-refsort.*
More information about the tex-live-commits
mailing list.