diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2024-02-15 02:04:57 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2024-02-15 02:04:57 +0000 |
commit | 594dd57e44eba986f00b9f7f0c3f402512f75383 (patch) | |
tree | 6755216a8ed2dcea687f0838c154c33e64ca3261 /Master/bin | |
parent | fa4e952c73de3fa2e62470cc8bc7fe6226a2ed2f (diff) |
windows binaries
git-svn-id: svn://tug.org/texlive/trunk@69894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rw-r--r-- | Master/bin/windows/ctwill-proofsort.pl | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Master/bin/windows/ctwill-proofsort.pl b/Master/bin/windows/ctwill-proofsort.pl index a6f08325af9..ad0754ab3b8 100644 --- a/Master/bin/windows/ctwill-proofsort.pl +++ b/Master/bin/windows/ctwill-proofsort.pl @@ -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 @@ sub help_handler { } ## 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,11 +100,9 @@ It reads its input from <STDIN> and writes its output to <STDOUT>. =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 +=item Run TeX on 'input_file'.tex once =back @@ -121,9 +119,7 @@ Example from MMIX (https://github.com/ascherer/mmix, 'local' branch): =item $ ctwill +P -x mmotype mmotype-twill (run this two times) -=item $ ctwill-proofsort < mmotype.tex > mmotype-sorted.tex - -=item $ mv mmotype-sorted.tex mmotype.tex +=item $ ( ctwill-proofsort < mmotype.tex ) 1<> mmotype.tex =item $ tex mmotype |