1
2
3
4
5
6
7
8
9
10
11
12
13
14\unprotect
15
16
17
18
19
20
21
22\adjdemerits = 10000
23\binoppenalty = 700
24\brokenpenalty = 100
25\clubpenalty = 150
26
27\defaulthyphenchar = \-
28\defaultskewchar = 1
29\delimiterfactor = 901
30\displaywidowpenalty = 50
31\doublehyphendemerits = 10000
32
33\errorcontextlines = 5
34
35\exhyphenpenalty = 50
36
37\finalhyphendemerits = 5000
38
39
40\hangafter = 1
41\hbadness = 1000
42
43\hyphenpenalty = 50
44
45
46\lefthyphenmin = 2
47\linepenalty = 10
48
49
50
51
52
53
54
55
56\predisplaypenalty = 10000
57\pretolerance = 100
58\relpenalty = 500
59\righthyphenmin = 3
60\showboxbreadth = 5
61\showboxdepth = 3
62
63\tolerance = 200
64
65\tracinglostchars = 1
66
67
68
69
70
71
72
73\uchyph = 1
74\vbadness = 1000
75\widowpenalty = 150
76
77
78
79
80\abovedisplayshortskip = 0pt plus 3pt
81\abovedisplayskip = 12pt plus 3pt minus 9pt
82
83\belowdisplayshortskip = 7pt plus 3pt minus 4pt
84\belowdisplayskip = 12pt plus 3pt minus 9pt
85\boxmaxdepth = \maxdimen
86\delimitershortfall = 5pt
87
88
89
90\hfuzz = 0.1pt
91
92\hsize = 6.5in
93
94
95
96
97\maxdepth = 4pt
98\medmuskip = 4mu plus 2mu minus 4mu
99\nulldelimiterspace = 1.2pt
100\overfullrule = 5pt
101\parfillskip = 0pt plus 1fil
102\parindent = 20pt
103\parskip = 0pt plus 1pt
104
105
106\scriptspace = 0.5pt
107
108\splitmaxdepth = \maxdimen
109\splittopskip = 10pt
110
111\thickmuskip = 5mu plus 5mu
112\thinmuskip = 3mu
113\topskip = 10pt
114\vfuzz = 0.1pt
115
116\vsize = 8.9in
117
118
119\protect \endinput
120 |