diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-14 17:46:26 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-14 17:46:26 +0000 |
commit | a139f0c074ef713931d610b2d9b4ec5d2d1663f4 (patch) | |
tree | ac9ab4f25420925b32134fa60d7354c633f2da25 /Build/source/texk/web2c/man/ctwill.man | |
parent | bdeff8b44407d9a331ac64c5135d37e7d31b7a3e (diff) |
[CWEB/CTWILL] Initial version of 'pdfctwimac.tex'.
These macros can produce PDF output with hyperlinks (internal links to
sections in the current CWEB program) with the incantation
ctwill +lpdf INPUT.W
tex "\let\pdf+\input INPUT.TEX"
or pdftex INPUT.TEX
or xetex INPUT.TEX
This software is in alpha state; there are several TODOs:
* Produce a section "NAMES OF THE SECTIONS" at the end.
* Produce 'outlines'/'bookmarks' (instead of a table-of-contents).
* ...
git-svn-id: svn://tug.org/texlive/trunk@55545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man/ctwill.man')
-rw-r--r-- | Build/source/texk/web2c/man/ctwill.man | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/man/ctwill.man b/Build/source/texk/web2c/man/ctwill.man index 38b645436ed..26d52e23465 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 2.9.2.1 .\" -.TH "CTWILL" "1" "June 08, 2020" "Web2c @VERSION@" "General Commands Manual" +.TH "CTWILL" "1" "June 14, 2020" "Web2c @VERSION@" "General Commands Manual" .hy .SH NAME .PP @@ -123,6 +123,10 @@ Option \f[B]+lX\f[R] is accompanied by example wrapper files for \f[B]ctwimac.tex\f[R] and \f[B]ctproofmac.tex\f[R] with translated captions for German (\f[B]+ld\f[R]). .IP \[bu] 2 +Option \f[B]+lX\f[R] is also accompanied by an extended +\f[B]pdfctwimac.tex\f[R] for production of PDF output with active +hyperlinks (\f[B]+lpdf\f[R]). +.IP \[bu] 2 \f[B]ctwill\f[R] in TeX\ Live operates silently by default; use the \f[B]--verbose\f[R] option to get the original behavior. .IP \[bu] 2 @@ -209,6 +213,9 @@ In both cases you can request some prefix \f[I]X\f[R] with the \f[B]+lX\f[R] option, e.g., \f[B]+ld\f[R] will \f[B]\[rs]input dctwimac.tex\f[R] and \f[B]+Pld\f[R] will \f[B]\[rs]input dctproofmac.tex\f[R]. +A special application is the use of option \f[B]+lpdf\f[R] that will +\f[B]\[rs]input pdfctwimac.tex\f[R] for production of PDF output with +active hyperlinks. .IP \[bu] 2 \f[I]webfile\f[R]\f[B].bux\f[R]: Reference definitions to resolve from other modules. |