diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-10-25 09:21:37 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-10-25 09:21:37 +0000 |
commit | 2a2087d4d88b231a989b6698b501c37259e7f43f (patch) | |
tree | 5c8e0b61e27a0b2988e7774c9ddc8dd82cc7daa0 /Build/source | |
parent | a69f3f0cc82121daf2ea566a09367339ac32c817 (diff) |
[WEB] Fine print for command-line options.
WEAVE.CH seems to be the only place where cli options are mentioned
in any TeX part.
git-svn-id: svn://tug.org/texlive/trunk@68644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/weave.ch | 15 |
2 files changed, 12 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index b4947838b48..19286859359 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2023-10-25 Andreas Scherer <https://ascherer.github.io> + + * weave.ch: Fine print for command-line options. + 2023-10-21 Andreas Scherer <https://ascherer.github.io> * tangleboot.pin, diff --git a/Build/source/texk/web2c/weave.ch b/Build/source/texk/web2c/weave.ch index 57fa2eb80dc..3361efc5983 100644 --- a/Build/source/texk/web2c/weave.ch +++ b/Build/source/texk/web2c/weave.ch @@ -308,8 +308,9 @@ var q:xref_number; {pointer to previous cross reference} @!m,@!n: sixteen_bits; {new and previous cross-reference value} begin if (reserved(p)or(byte_start[p]+1=byte_start[p+ww]))and @y -If the user has sent the |no_xref| flag (the -x option of the command line), -then it is unnecessary to keep track of cross references for identifiers. +If the user has sent the |no_xref| flag (the `\.{-x}' option of the +command line), then it is unnecessary to keep track of cross references +for identifiers. If one were careful, one could probably make more changes around module 100 to avoid a lot of identifier looking up. @@ -334,8 +335,8 @@ if (reserved(p)or(byte_start[p]+1=byte_start[p+ww]))and @.\\input webmac@> @.webmac@> -If the user has sent the |pdf_output| flag (the -p option of the command -line), then we use alternative \TeX\ macros from `\.{\\input pwebmac}'. +If the user has sent the |pdf_output| flag (the `\.{-p}' option of the +command line), then we use alternative \TeX\ macros from `\.{\\input pwebmac}'. @.\\input pwebmac@> @.pwebmac@> @z @@ -490,9 +491,9 @@ begin @x [239] omit index and module names if no_xref set @<Phase III: Output the cross-reference index@>= @y -If the user has set the |no_xref| flag (the -x option on the command line), -just finish off the page, omitting the index, module name list, and table of -contents. +If the user has set the |no_xref| flag (the `\.{-x} option on the +command line), just finish off the page, omitting the index, module +name list, and table of contents. @<Phase III: Output the cross-reference index@>= if no_xref then begin |