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/cwebdir/ChangeLog | |
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/cwebdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index a462d7f2f75..e5f8150e2d9 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,9 @@ +2020-06-14 Andreas Scherer <https://ascherer.github.io> + + * texinputs/pdfctimac.tex: New macros for PDF output with hyperlinks + created with 'ctwill +lpdf' followed by 'tex'+'dvipdfm', 'pdftex', + or 'xetex' on your CWEB source. + 2020-06-13 Andreas Scherer <https://ascherer.github.io> * comm-w2c.ch, |