summaryrefslogtreecommitdiff
path: root/systems/tex-extensions/clasen/pre.ch
blob: 7633320760ba9a298eb392213d83280b1b7d6c3e (plain)
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
@x l.187
@d banner=='This is TeX, Version 3.14159' {printed when \TeX\ starts}
@y
@d banner=='This is TeX, Version 3.14159 (with experimental extensions)'
                                          {printed when \TeX\ starts}
@z

%
% Since it is next to impossible to add integer parameters one by one
% and still keep the change files modular, I decided to add more than
% enough room for new integer parameters here.
%

@x l.4954
@d int_pars=55 {total number of integer parameters}
@y
{MLTEX int_pars go here}
{hyphen classes int_pars go here}
{hyphen count int_pars go here}
{math int_pars go here}
{hz int_pars go here}
{margin int_pars go here}
{skyline int_pars go here}
@d int_pars=100 {upper bound for the total number of integer parameters}
@z

%
% We need to mark some places so that change files can
% independently add things there
%

@x l.22005
mem[supscr(tail)].hh:=empty_field;
scan_delimiter(left_delimiter(tail),true); scan_math(nucleus(tail));
@y
mem[supscr(tail)].hh:=empty_field;
scan_delimiter(left_delimiter(tail),true); 
{before |scan_math| in |math_radical|}
scan_math(nucleus(tail)); 
@z