diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-07 17:59:46 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-07 17:59:46 +0000 |
commit | aa3e111e5d4398b9a787c9ca452aba79700e706c (patch) | |
tree | 2f067e70c60f635d3fdfed3cbfaad929de36b5a7 /Build/source/texk/web2c/cwebdir | |
parent | 004df680339fe22612e027793221d8cb4d11eec0 (diff) |
[CWEB] Add date to table-of-contents page.
git-svn-id: svn://tug.org/texlive/trunk@55465 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.ch | 13 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ctang-w2c.ch | 13 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ctwill-w2c.ch | 13 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cweav-w2c.ch | 13 |
5 files changed, 59 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 72a93185f46..be8a2326b86 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,5 +1,12 @@ 2020-06-07 Andreas Scherer <https://ascherer.github.io> + * comm-w2c.ch, + * ctang-w2c.ch, + * cweav-w2c.ch, + * ctwill-w2c.ch: Add date to table-of-contents page. + +2020-06-07 Andreas Scherer <https://ascherer.github.io> + * ctang-w2c.ch: Handle special 'files' as secondary output. 2020-06-07 Andreas Scherer <https://ascherer.github.io> diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index 3fe2ac1bf62..0b7ccd012cf 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -29,6 +29,19 @@ @z @x +\def\botofcontents{\vfill +@y +\def\covernote{\vbox{ +@z + +@x +} +@y +}} +\datecontentspage +@z + +@x @s not_eq normal @q unreserve a C++ keyword @> @y @s boolean int diff --git a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch index 8b980daa5c0..d3027f5bd04 100644 --- a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch @@ -28,6 +28,19 @@ @z @x +\def\botofcontents{\vfill +@y +\def\covernote{\vbox{ +@z + +@x +} +@y +}} +\datecontentspage +@z + +@x @s not_eq normal @q unreserve a C++ keyword @> @y @z diff --git a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch index 59e0cf6ea76..409accdc6a4 100644 --- a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch @@ -58,6 +58,19 @@ @z @x +\def\botofcontents{\vfill +@y +\def\covernote{\vbox{ +@z + +@x +} +@y +}} +\datecontentspage +@z + +@x @s not_eq normal @q unreserve a C++ keyword @> @y @z diff --git a/Build/source/texk/web2c/cwebdir/cweav-w2c.ch b/Build/source/texk/web2c/cwebdir/cweav-w2c.ch index db419d81db4..f4a85537c8a 100644 --- a/Build/source/texk/web2c/cwebdir/cweav-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/cweav-w2c.ch @@ -28,6 +28,19 @@ @z @x +\def\botofcontents{\vfill +@y +\def\covernote{\vbox{ +@z + +@x +} +@y +}} +\datecontentspage +@z + +@x @s not_eq normal @q unreserve a C++ keyword @> @y @z |