texlive[69894] Master/bin/windows/ctwill-proofsort.pl: windows

commits+kakuto at tug.org commits+kakuto at tug.org
Thu Feb 15 03:04:57 CET 2024


Revision: 69894
          https://tug.org/svn/texlive?view=revision&revision=69894
Author:   kakuto
Date:     2024-02-15 03:04:57 +0100 (Thu, 15 Feb 2024)
Log Message:
-----------
windows binaries

Modified Paths:
--------------
    trunk/Master/bin/windows/ctwill-proofsort.pl

Modified: trunk/Master/bin/windows/ctwill-proofsort.pl
===================================================================
--- trunk/Master/bin/windows/ctwill-proofsort.pl	2024-02-15 01:36:29 UTC (rev 69893)
+++ trunk/Master/bin/windows/ctwill-proofsort.pl	2024-02-15 02:04:57 UTC (rev 69894)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# $Id: ctwill-proofsort 68690 2023-10-29 13:15:04Z ascherer $
+# $Id: ctwill-proofsort 69852 2024-02-14 08:19:45Z ascherer $
 # Public domain.  Originally written by Andreas Scherer, 2023.
 
 use strict;
@@ -39,7 +39,7 @@
 }
 ## version()
 sub version {
-  return $progname.' $Revision: 68690 $ $Date: 2023-10-29 22:15:04 +0900 (日, 29 10 2023) $'."\n";
+  return $progname.' $Revision: 69852 $ $Date: 2024-02-14 17:19:45 +0900 (水, 14 2 2024) $'."\n";
 }
 
 # Read input from the console and look for blocks like
@@ -100,12 +100,10 @@
 
 =item Run CTWILL twice on your 'input_file'.w, creating 'input_file'.tex
 
-=item Invoke "ctwill-proofsort < 'input_file'.tex > 'input_file'-sorted.tex"
+=item Invoke "( ctwill-proofsort < 'input_file'.tex ) 1<> 'input_file'.tex"
 
-=item Invoke "mv 'input_file'-sorted.tex 'input_file'.tex"
+=item Run TeX on 'input_file'.tex once
 
-=item Run TeX on 'input_file'.tex
-
 =back
 
 See also "man ctwill" for more information on how to use the CTWILL system,
@@ -121,10 +119,8 @@
 
 =item $ ctwill +P -x mmotype mmotype-twill (run this two times)
 
-=item $ ctwill-proofsort < mmotype.tex > mmotype-sorted.tex
+=item $ ( ctwill-proofsort < mmotype.tex ) 1<> mmotype.tex
 
-=item $ mv mmotype-sorted.tex mmotype.tex
-
 =item $ tex mmotype
 
 =back



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