-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This new release of CWEB 4 mainly deals with three issues: * Restore '\T' macro for backward compatibility. CWEB 4.3 introduced a huge incompatibility between CWEAVE and CWEBMAC.TEX for numeric constants. Instead of working with '/' for the single special case of 'hex exponent' (as in '0x1FFFFp10'), CWEAVE splits off the 'p' part from '\T' and CWEBMAC.TEX formats the 'hex exponent' with macro '\p'. All of this is, of course, yet another kludge. * Review 'prod.w' and cleanup index. The 'Examples' should not create entries in the index. Moreover, the original 'prod.w' had several severe problems when formatted with 'cweave -e prod; pdftex prod', because quite a few arguments of '\malt' and '\maltt' where not {group}ed correctly. * Make 'squash' fully orthogonal on parameter 'k'. Now 'squash(pp,k,...)' always works as abbreviation for 'big_app${k}(pp); reduce(pp,k,...)' as described in the TeX part of section 118. The former special case 'k==1' gets shifted to 'reduce' with special value 'k==0'. This variant never is preceded by 'big_app1(pp)' and skips several internal commands. And as always, tons of minor changes, fixes, and redactions were made.
- Loading branch information
Showing
26 changed files
with
364 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ No changes to CTANGLE or CWEAVE are needed. | |
(Contributed 13 Oct 2000 by [email protected]; slightly edited by Don Knuth) | ||
@x in limbo, change the title page document to specify Mac version | ||
\centerline{(Version 4.5)} | ||
\centerline{(Version 4.6)} | ||
@y | ||
\centerline{(Version 4.5 for MacOS)} | ||
\centerline{(Version 4.6 for MacOS)} | ||
@z | ||
@x section 23: Make input_ln accept \n, \r, \n\r, or \r\n as line endings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,12 @@ This file contributed by Barry Schwartz, [email protected], 28 Jun 94. | |
The ``banner line'' defined here should be changed whenever \.{CWEAVE} | ||
is modified. | ||
|
||
@d banner "This is CWEAVE (Version 4.5)" | ||
@d banner "This is CWEAVE (Version 4.6)" | ||
@y | ||
The ``banner line'' defined here should be changed whenever \.{CWEAVE} | ||
is modified. | ||
|
||
@d banner "This is CWEAVE (Version 4.5pc/big)" | ||
@d banner "This is CWEAVE (Version 4.6pc/big)" | ||
@z | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.