-
Notifications
You must be signed in to change notification settings - Fork 5
/
cwtw-texlive.ch
84 lines (65 loc) · 1.69 KB
/
cwtw-texlive.ch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
% Kpathsea changes for CWEAVE and CTWILL by Andreas Scherer
% This file is in the Public Domain.
% These changes apply to both CWEAVE and CTWILL when preparing their
% incantations for TeX Live. They were factored out of cweav-texlive.ch
% and ctwill-texlive.ch to avoid redundancy and discrepancy.
Material in limbo.
@x l.39 and CWEAV-PATCH.CH
\centerline{(@VERSION@)}
@y
\centerline{(Version 4.12 [\TeX~Live])}
@z
@x l.41
\def\botofcontents{\vfill
@y
\def\covernote{\vbox{%
@z
@x l.54
}
@y
}}
@z
Section 2.
@x l.98 - Add Web2c version to banner.
if (show_banner) puts(banner); /* print a ``banner line'' */
@y
if (show_banner) cb_show_banner(); /* print a ``banner line'' */
@z
Sections 3--18.
@x l.112 and CWEAV-PATCH.CH
@i comm-foo.h
@y
@i comm-w2c.h
@z
Section 23.
@x l.217
@ @d max_refs 30000 /* number of cross-references; must be less than 65536 */
@y
@ @d max_refs 65535 /* number of cross-references; must be less than 65536 */
@z
Section 30.
@x l.337
@d max_toks 30000 /* number of symbols in \CEE/ texts being parsed;
must be less than 65536 */
@d max_texts 8000 /* number of phrases in \CEE/ texts being parsed;
must be less than 10240 */
@y
@d max_toks 65535 /* number of symbols in \CEE/ texts being parsed;
must be less than 65536 */
@d max_texts 10239 /* number of phrases in \CEE/ texts being parsed;
must be less than 10240 */
@z
Appendix.
@x l.4892
@** Index.
@y
@* Print ``version'' information.
Don't do this at home, kids! Push our local macro to the variable in \.{COMMON}
for printing the |banner| and the |versionstring| from there.
@d max_banner 50
@<Common code...@>=
extern char cb_banner[];
@ @<Set init...@>=
strncpy(cb_banner,banner,max_banner-1);
@** Index.
@z