summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2024-02-14 07:48:47 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2024-02-14 07:48:47 +0000
commit5243974c562f38a41881b949c64c9351294909b5 (patch)
tree30b2a602b047a35f747da8b38010056dea70da3d
parent012224a499e4fed360787689b831c55b89ea18a7 (diff)
[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. git-svn-id: svn://tug.org/texlive/trunk@69851 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/tlpsrc/cweb.tlpsrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/cweb.tlpsrc b/Master/tlpkg/tlpsrc/cweb.tlpsrc
index 0360ae525ff..e13acc31c95 100644
--- a/Master/tlpkg/tlpsrc/cweb.tlpsrc
+++ b/Master/tlpkg/tlpsrc/cweb.tlpsrc
@@ -7,7 +7,9 @@ binpattern f bin/${ARCH}/ctwill
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-refsort.*
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.*