summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/man/weave.man
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-10-13 18:09:01 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-10-13 18:09:01 +0000
commit3b3c4cc236c628e76f9d93e04e6e06cdcc2f9034 (patch)
tree1df53158d19c26ca1e164f63fda4d3610b4ef5f5 /Build/source/texk/web2c/man/weave.man
parentfddfc48f52711fa2625336d838652c6edcd59ef8 (diff)
[WEB] Add option '-p' to '\input pwebmac'.
Invoke 'weave -p' and the first line in the TeX output file will be '\input pwebmac'. These alternative macros are more suited for the creation of PDF output with 'tex "\let\pdf+ \input cob.tex' followed by 'dvipdfm cob' or with modern TeX engines like pdfTeX, LuaTeX, or XeTeX. git-svn-id: svn://tug.org/texlive/trunk@68528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man/weave.man')
-rw-r--r--Build/source/texk/web2c/man/weave.man12
1 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/man/weave.man b/Build/source/texk/web2c/man/weave.man
index 2680ff9515f..3d85c6b53f8 100644
--- a/Build/source/texk/web2c/man/weave.man
+++ b/Build/source/texk/web2c/man/weave.man
@@ -1,4 +1,4 @@
-.TH WEAVE 1 "02 March 2022" "Web2C @VERSION@"
+.TH WEAVE 1 "13 October 2023" "Web2C @VERSION@"
.\"=====================================================================
.if n .ds MF Metafont
.if t .ds MF Metafont
@@ -19,7 +19,7 @@
weave \- translate WEB to TeX
.SH SYNOPSIS
.PP
-\f[B]weave\f[R] [\f[B]-x\f[R]]
+\f[B]weave\f[R] [\f[B]-p\f[R]] [\f[B]-x\f[R]]
\f[I]webfile\f[R][\f[B].web\f[R]]
[{\f[I]changefile\f[R][\f[B].ch\f[R]]|\f[B]-\f[R]}
[\f[I]outfile\f[R][\f[B].tex\f[R]]]]
@@ -38,7 +38,9 @@ layout and the use of indentation, italics, boldface, etc., and it supplies
extensive cross-index information that it gathers automatically.
The command line arguments are the same as for
.B tangle
-except for the option:
+except for the options:
+.B \-p
+says to use alternative macros more suited for PDF output.
.B \-x
says to omit the index, module name list, and table of contents pages.
(A
@@ -74,6 +76,10 @@ for the details of the searching.
\*(TX macros used by
.B weave
output.
+.TP \w'@@'u+2n
+.I $TEXMFMAIN/tex/plain/pwebmac/pwebmac.tex
+alternative
+\*(TX macros used for PDF output.
.\"=====================================================================
.SH "SEE ALSO"
.BR tangle (1)