diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-10-29 13:15:04 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-10-29 13:15:04 +0000 |
commit | f2f34147350143acc449967e7dde72c3d8b53ecb (patch) | |
tree | 56a6e8625d5c0a9ebbbb4f387d196b60e05c3155 /Build/source/texk/web2c/man | |
parent | 7f535c1370959619280791860da81b16d6f9b0c0 (diff) |
[CWEB] Make 'proofsort' like 'refsort'.
Read input from <STDIN> and write output to <STDOUT>.
git-svn-id: svn://tug.org/texlive/trunk@68690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man')
-rw-r--r-- | Build/source/texk/web2c/man/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ctwill.man | 15 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/cweb.man | 7 |
3 files changed, 20 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog index b2bc27bd053..b6a2df91533 100644 --- a/Build/source/texk/web2c/man/ChangeLog +++ b/Build/source/texk/web2c/man/ChangeLog @@ -1,3 +1,8 @@ +2023-10-29 Andreas Scherer <https://ascherer.github.io> + + * cweb.man: Regenerate with Pandoc 3.1.9. + * ctwill.man: Make 'proofsort' like 'refsort'. + 2023-10-13 Andreas Scherer <https://ascherer.github.io> * weave.man: Add option '-p' to '\input pwebmac'. diff --git a/Build/source/texk/web2c/man/ctwill.man b/Build/source/texk/web2c/man/ctwill.man index 70d83f68214..5b57cae8bfe 100644 --- a/Build/source/texk/web2c/man/ctwill.man +++ b/Build/source/texk/web2c/man/ctwill.man @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc .\" -.TH "CTWILL" "1" "August 19, 2023" "Web2c @VERSION@" "General Commands Manual" +.TH "CTWILL" "1" "October 29, 2023" "Web2c @VERSION@" "General Commands Manual" .SH NAME ctwill, ctwill-proofsort, ctwill-refsort, ctwill-twinx - translate CWEB to TeX with mini-indexes @@ -10,7 +10,8 @@ mini-indexes .PD 0 .P .PD -\f[B]ctwill-proofsort\f[R] \f[I]texfile\f[R].tex > \f[I]texfile\f[R]-sorted.tex +\f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex > +\f[I]texfile\f[R]-sorted.tex .PD 0 .P .PD @@ -105,7 +106,8 @@ output. You can use \f[B]ctwill-proofsort\f[R] to get the index entries in alphabetical order; just invoke .IP \[bu] 2 -\f[B]ctwill-proofsort\f[R] \f[I]texfile\f[R].tex > \f[I]texfile\f[R]-sorted.tex +\f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex > +\f[I]texfile\f[R]-sorted.tex .IP \[bu] 2 \f[B]mv\f[R] \f[I]texfile\f[R]-sorted.tex \f[I]texfile\f[R].tex .PP @@ -240,8 +242,11 @@ Other \f[B]aux\f[R]iliary files with references are created automatically by \f[B]ctwill\f[R] and the actual index files are created by TeX. .IP \[bu] 2 -\f[B]cwebman.tex\f[R]: The CWEB user manual, available in PDF from -CTAN (https://ctan.org/pkg/cweb). +\f[B]cwebman.tex\f[R]: The CWEB user manual, available in PDF from \c +.UR https://ctan.org/pkg/cweb +CTAN +.UE \c +\&. .SH SEE ALSO .IP \[bu] 2 The CWEB System of Structured Documentation: by Donald E.\ Knuth and diff --git a/Build/source/texk/web2c/man/cweb.man b/Build/source/texk/web2c/man/cweb.man index d67fe171368..b7abcd512cb 100644 --- a/Build/source/texk/web2c/man/cweb.man +++ b/Build/source/texk/web2c/man/cweb.man @@ -142,8 +142,11 @@ Use the \f[B]kpsewhich\f[R] utility to find their locations. \f[B]cwebmac.tex\f[R]: The default TeX\ macros \f[B]\[rs]input\f[R] in the first line of the \f[B]cweave\f[R] output file. .IP \[bu] 2 -\f[B]cwebman.tex\f[R]: The CWEB user manual, available in PDF from -CTAN (https://ctan.org/pkg/cweb). +\f[B]cwebman.tex\f[R]: The CWEB user manual, available in PDF from \c +.UR https://ctan.org/pkg/cweb +CTAN +.UE \c +\&. .SH SEE ALSO .IP \[bu] 2 The CWEB System of Structured Documentation: by Donald E.\ Knuth and |