-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathctang-texlive.ch
89 lines (69 loc) · 1.87 KB
/
ctang-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
85
86
87
88
89
% Original Kpathsea changes for CWEB by Wlodek Bzyl and Olaf Weber
% This file is in the Public Domain.
% Most of the original changes were merged with the set of change files
% of the CWEBbin project. This stripped change file is last in line of
% ctang-patch.ch, ctang-output.ch, ctang-i18n.ch, and ctang-texlive.ch
% that get tie'd into ctang-w2c.ch that is used as a monolithic changefile
% for ctangle.w in TeX Live.
Material in limbo.
@x l.30 and CTANG-PATCH.CH
\def\title{CTANGLE (@VERSION@)}
@y
\def\title{CTANGLE (Version 4.12.1 [\TeX~Live])}
@z
@x l.34 and CTANG-PATCH.CH
\centerline{(@VERSION@)}
@y
\centerline{(Version 4.12.1 [\TeX~Live])}
@z
@x l.36
\def\botofcontents{\vfill
@y
\def\covernote{\vbox{%
@z
@x l.49
}
@y
}}\datecontentspage
@z
Section 1.
@x l.64 and CTANG-PATCH.CH and CTANG-I18N.CH
@d banner _("This is CTANGLE (@VERSION@)")
@y
@d banner "This is CTANGLE, Version 4.12.1"
/* will be extended by the \TeX~Live |versionstring| */
@z
Section 2.
@x l.90 - 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 2--18.
@x l.101 and CTANG-PATCH.CH
@i comm-foo.h
@y
@i comm-w2c.h
@z
Section 20.
@x l.129
@ @d max_texts 4000 /* number of replacement texts, must be less than 10240 */
@d max_toks 270000 /* number of bytes in compressed \CEE/ code */
@y
@ @d max_texts 10239 /* number of replacement texts, must be less than 10240 */
@d max_toks 1000000 /* number of bytes in compressed \CEE/ code */
@z
Appendix.
@x l.1547
@** 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