summaryrefslogtreecommitdiff
path: root/info/impatient/book.idx
blob: f8e43f1c17079e76e4e2d07e8b23f834369efaf2 (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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
\Metafont::N::-7
revision+bars::N::-7
\texbook::N::-8
\texbook::N::-8
\LaTeX::N::-8
\AMSTeX::N::-8
\texbook::N::2
 ::T::3P
spaces//visible::N::3P
commands::N::3
primitive//command::N::3
\plainTeX::N::3
parindent::C::4
arguments::N::4
\<dimen>::N::4
\<argument>::N::4
\<charcode>::N::4
\<glue>::N::4
\<number>::N::4
\<register>::N::4
parameters//as+commands::N::4
registers//parameters+as::N::4
local+information::N::7P
text+editor::N::7
control+characters::N::7
input::C::7
macros//in+auxiliary+files::N::7
\plainTeX::N::8
\dvifile::N::8
previewer::N::8
\dvifile::N::8
device+drivers::N::8
printers::N::8
output+devices::N::8
font+files::N::8
metrics+file::N::8
shape+file::N::8
magnification::N::8
\tfmfile::N::8
\pkfile::N::8
\pxlfile::N::8
\gffile::N::8
running+\TeX::N::9B
input+files::N::9
\plainTeX::N::9
relax::C::9
input+files//embedded::N::9
error+messages::N::9
local+information::N::9
running+\TeX::N::9E
input,+preparing::N::10
commands::N::10B
control+sequences::N::10B
control+words::N::10
control+symbols::N::10
control+sequences//absorbing+spaces::N::10
control+space::N::10
commands//versus+control+sequences::N::11
control+sequences//versus+commands::N::11
control+sequences::N::11E
commands::N::11E
arguments::N::11
parameters//as+commands::N::12
registers//parameters+as::N::12
spaces::N::12B
period::N::12
paragraphs//ending::N::12
unwanted+space::N::12
tie::N::13
~::T::13
spaces::N::13E
comments::N::13PB
%::T::13
line+breaks//deleting::N::13
comments::N::13E
punctuation::N::13
.::T::13
?::T::13
!::T::13
period::N::13
question+mark::N::13
exclamation+point::N::13
frenchspacing::C::14
bibliographies::N::14
quotation+marks::N::14
dashes::N::14
-::T::14
--::T::14
---::T::14
$//in ordinary text::T::15
#//in ordinary text::T::15
&//in ordinary text::T::15
_//in ordinary text::T::15
^//in ordinary text::T::15
~//in ordinary text::T::15
%//in ordinary text::T::15
{//in ordinary text::T::15
}//in ordinary text::T::15
\//in ordinary text::T::15
$::C::15
#::C::15
&::C::15
%::C::15
_::C::15
groups::N::15B
{//starting a group::T::15
}//ending a group::T::15
groups::N::16E
math::N::16B
text+math::N::16
display+math::N::16
$::T::16
$$::T::16
math::N::16E
eyes::N::16
mouth::N::16
tokens::N::16
control+sequences//as+tokens::N::16
expanding+tokens::N::16
stomach::N::16
intestines::N::16
\dvifile//created+by+\TeX's+intestines::N::16
\anatomy::N::16
halign//grouping for::C::16
valign//grouping for::C::16
pages::N::17
boxes::N::17
glue::N::17
line+breaking::N::17
page+breaks//inserted+by+\TeX's+stomach::N::17
modes::N::17
foreign+languages::N::18
\newTeX::N::18
badness::C::18
emergencystretch::C::18
errorcontextlines::C::18
holdinginserts::C::18
language::C::18
setlanguage::C::18
newlanguage::C::18
lefthyphenmin::C::18
righthyphenmin::C::18
noboundary::C::18
topglue::C::18
Knuth,+Donald+E.::N::18
\LaTeX::N::18
Lamport,+Leslie::N::18
\AMSTeX::N::18
Spivak,+Michael~D.::N::18
\TUG::N::19
TUGBoat::N::19
\TUG::N::19
eplain.tex::T::19
\BibTeX::N::19
Patashnik,+Oren::N::19
footnotes::N::22
comments::N::22
punctuation::N::22
quotation+marks::N::22
space+characters::N::22
dashes::N::22
paragraphs//ending::N::22
indentation::N::24
margins::N::24
paragraphs//narrow::N::24
fonts::N::26
characters//special::N::26
accents::N::26
music+symbols::N::26
card+suits::N::26
$::T::26
&::T::26
#::T::26
_::T::26
%::T::26
^::T::26
~::T::26
{::T::26
}::T::26
\::T::26
spacing//interline::N::28
baselines::N::28
description+lists::N::30
boxes//drawing::N::30
revision+bars::N::30
hyphenation::N::32
theorems::N::32
lemmas::N::32
itemized+lists::N::32
flush+left::N::32
flush+right::N::32
centering::N::32
Palatino+fonts::N::34
Zapf,+Hermann::N::34
Computer+Modern+fonts::N::34
\Metafont::N::34
mushrooms::N::36
math::N::38
math::N::40
\texbook::N::43
active+characters::N::43PB
macros//named+by+active+characters::N::43
active::C::43
catcode::C::43
category+codes//of+active+characters::N::43
active+characters::N::44E
alignments::N::44PB
tables::N::44B
settabs::C::44B
+::C::44B
cr::C::44B
entry+(column+or+row)::N::44
&::T::44
cr::C::44
settabs::C::45E
+::C::45E
halign::C::45B
preamble::N::45P
template::N::45P
#::T::45
&::T::45
tabskip::C::46
noalign::C::46
halign::C::46E
valign::C::46
strut::C::46
cr::C::46E
tables::N::46E
alignments::N::46E
\anatomy::N::46PB
eyes::N::46
mouth::N::46
gullet::N::46
stomach::N::46
intestines::N::46
eyes::N::46P
input+files::N::46
input::C::46
mouth::N::46P
tokens//assembled+from+characters::N::47
gullet::N::47P
macros//expanded+in+\TeX's+stomach::N::47
tokens//passed+to+\TeX's+stomach::N::47
stomach::N::47P
pages//assembled+in+\TeX's+stomach::N::47
line+breaking::N::47
intestines::N::47P
\dvifile//created+by+\TeX's+intestines::N::47
\anatomy::N::47E
arguments::N::48PB
commands//arguments+of::N::48
primitive//command::N::48
count::C::48
macros//arguments+of::N::48
parameters//and+arguments::N::48
macros//parameters+of::N::48
delimited+arguments::N::48
undelimited+arguments::N::48
arguments::N::49E
ASCII::N::49PB
characters::N::49
printable+characters::N::49
control+characters::N::49
Computer+Modern+fonts::N::49
ASCII::N::49E
assignments::N::49PB
registers//assignment+to::N::49
parameters//assignments+to::N::49
assignments::N::50E
badness::N::50PB
interword+spacing::N::50
line+breaks//badness+for::N::50
page+breaks//badness+for::N::50
badness::N::50E
baselines::N::51PB
boxes//baselines+of::N::51
baselines::N::51E
boxes::N::51PB
hbox::C::51
vbox::C::51
vtop::C::51
hbox::C::51
hboxes::N::51
horizontal+lists::N::51
vbox::C::51
vboxes::N::51
vboxes::N::51
vertical+lists::N::51
kerns//as+list+items::N::51
height::N::51
depth::N::51
width::N::51
baselines::N::51
reference+point::N::51B
interline+glue::N::52
vbox::C::52B
vtop::C::52B
vbox::C::52E
vtop::C::52E
reference+point::N::52E
box+registers::N::52
raise::C::52
lower::C::52
moveleft::C::52
moveright::C::52
boxmaxdepth::C::52
newbox::C::53
boxes::N::53E
category+codes::N::53PB
characters//category+code+of::N::53
gullet::N::53
char::C::53
\ascii::N::53
catcode::C::53
escape+character//category+code+of::N::53
\//category code of::T::53
groups::N::53
{//category code of::T::53
}//category code of::T::53
math+shift::N::53
$//category code of::T::53
tabs::N::53
alignments//tab+character+for::N::53
&//category+code+of::T::53
end+of+line::N::53
^^M//category+code+of::T::53
macros//parameters+of::N::53
parameters//indicated+by+\b\tt\#\e::N::53
#//category+code+of::T::53
superscripts::N::53
^^K::T::53
^//category+code+of::T::53
subscripts::N::53
^^A::T::53
_//category+code+of::T::53
ignored+characters::N::53
^^@::T::53
horizontal+tab::N::53
space+characters//category+code+of::N::53
^^I::T::53
 ::T::53
letter::N::53
other+characters::N::53
active+characters::N::53
form+feed::N::53
~::T::53
^^L::T::53
comments::N::53
%//category code of::T::53
invalid+character::N::53
^^?::T::53
active+characters::N::54
invalid+character::N::54
^^A::T::54
^^K::T::54
category+codes::N::55E
characters::N::55PB
\ascii::N::55
category+codes//attached+during+input::N::55
control+characters::N::55
^^M::T::55
^^J::T::55
^^I::T::55
hexadecimal+digit::N::55
letter::N::56
other+characters::N::56
char::C::56
characters::N::56E
class::N::56PB
mathcodes//class+encoded+in::N::56
class::N::56E
commands::N::56PB
tokens//as+commands::N::56
commands::N::56E
conditional+tests::N::57PB
else::C::57
fi::C::57
conditional+tests::N::57E
control+sequences::N::57PB
escape+character::N::57
\::T::57
control+words::N::57
control+symbols::N::57
escape+character::N::57
primitive//control+sequence::N::57
def::C::57
let::C::57
control+sequences::N::57E
control+symbols::N::58PB
escape+character::N::58
control+symbols::N::58E
control+words::N::58PB
escape+character::N::58
control+words::N::58E
decimal+constant::N::58PB
decimal+constant::N::58E
delimiters::N::58PB
left::C::58
right::C::58
overwithdelims::C::58
atopwithdelims::C::58
abovewithdelims::T::58
parentheses::N::58
bigl::C::58
bigr::C::58
)::T::59
)::T::59
[::T::59
]::T::59
lbrack::C::59
rbrack::C::59
{::C::59
}::C::59
lbrace::C::59
rbrace::C::59
lfloor::C::59
rfloor::C::59
lceil::C::59
rceil::C::59
langle::C::59
rangle::C::59
/::T::59
backslash::C::59
vert::C::59
Vert::C::59
uparrow::C::59
downarrow::C::59
updownarrow::C::59
Uparrow::C::59
Downarrow::C::59
Updownarrow::C::59
class//of+a+delimiter::N::59
delimiter+codes::N::59B
delcode::C::59
delimiter::C::59
metrics+file::N::59
nulldelimiterspace::C::60
delimiter+codes::N::60E
delimiters::N::60E
demerits::N::60PB
line+breaks//demerits+for::N::60
badness::N::60
demerits::N::60E
depth::N::60PB
boxes//depth+of::N::60
depth::N::60E
dimensions::N::60PB
units+of+measure::N::60
point::N::60
pica::N::60
inch::N::60
centimeter::N::60
millimeter::N::60
\didotpt::N::60
cicero::N::60
scaled+point::N::60
ex::T::60
em::T::60
fil::T::61
fill::T::61
filll::T::61
factor::N::61
units+of+measure::N::61
dimensions//negative::N::61
mag::C::61
magnification::N::61
dimensions::N::61E
display+math::N::61PB
$$::T::61
display+math::N::61E
escape+character::N::61PB
\::T::61
catcode::C::61
escapechar::C::61
escape+character::N::61E
family::N::62PB
fonts//families+of::N::62
text+size::N::62
script+size::N::62
scriptscript+size::N::62
\plainTeX//font+families+in::N::62
special+symbols::N::62
math+extensions::N::62
newfam::C::62
textfont::C::62
scriptfont::C::62
scriptscriptfont::C::62
family::N::62E
files::N::62PB
operating+system::N::62
source+file::N::62
input::C::62
result+file::N::62
\dvifile//as+a+result+file::N::62
log+file//as+a+result+file::N::62
read::C::62
input+streams//reading+with+\b\tt\\read\e::N::62
input::C::62
write//output stream for::C::63
output+streams::N::63
openin::C::63
openout::C::63
closein::C::63
closeout::C::63
newread::C::63
newwrite::C::63
shipout::C::63
immediate::C::63
files::N::63E
file+names::N::63PB
operating+system::N::63
file+names::N::63E
fonts::N::64PB
Computer+Modern+fonts::N::64
Palatino+fonts::N::64
Computer+Modern+fonts::N::64
\ascii::N::64
\tfmfile::N::64
device+drivers::N::64
math+symbols::N::64
logos::N::64
\dvifile//converted+by+driver::N::65
pixel+file::N::65
shape+file::N::65
\pkfile::N::65
\gffile::N::65
fonts::N::65E
footers::N::65PB
footline::C::65
footers::N::65E
format+file::N::65PB
dump::C::65
virtex::T::65
initex::T::65
preloaded::N::65
format+file::N::65E
global::N::65PB
globaldefs::C::65
global::C::65
macros//global::N::66
edef//making global::C::66
def//making global::C::66
gdef::C::66
xdef::C::66
global::N::66E
glue::N::66PB
stretch::N::66B
shrink::N::66B
horizontal+lists::N::66
vertical+lists::N::66
hskip::C::66
spaces//interword::N::66
boxes//glue+with::N::66
right+margin::N::66
bottom+margin::N::66
hskip::C::66
vskip::C::66
fil::T::67
fill::T::67
filll::T::67
flush+left::N::68
leftline::C::68
flush+right::N::68
rightline::C::68
centered+text::N::68
centerline::C::68
glue//infinitely+shrinkable::N::68
stretch::N::68E
shrink::N::68E
glue::N::68E
groups::N::68PB
{//starting a group::T::68
}//ending a group::T::68
groups::N::69E
hboxes::N::69PB
horizontal+lists//hboxes+formed+from::N::69
hboxes::N::69E
headers::N::69PB
headline::C::69
headers::N::69E
height::N::69PB
boxes//height+of::N::69
height::N::69E
horizontal+lists::N::69PB
horizontal+lists::N::69E
horizontal+mode::N::69PB
hboxes//horizontal+mode+for::N::69
ordinary+horizontal+mode::N::69
restricted+horizontal+mode::N::69
horizontal+lists//can't+contain+vertical+commands::N::69
hrule//inherently vertical::C::69
halign//inherently vertical::C::69
horizontal+mode::N::70E
hyphenation::N::70PB
discretionary+hyphens::N::70
-::C::70
hyphenation::C::70
hyphenation::N::70E
input+streams::N::70PB
input+streams::N::70E
insertions::N::70PB
footnote::C::70
topinsert::C::70
midinsert::C::70
pageinsert::C::70
insert::C::70
insertions::N::70E
interline+glue::N::70PB
baselineskip::C::70
lineskip::C::70
lineskiplimit::C::70
interline+glue::N::70E
output+routine//insertions,+treatment+of::N::70
insert::C::70
page+breaks//insertions+at::N::70
items::N::71PB
items::N::71E
justification::N::71PB
ragged+right::N::71
ragged+left::N::71
centered+text::N::71
leftskip::C::71
rightskip::C::71
raggedright::C::71
justification::N::71E
kerns::N::71PB
spacing//adjusting+with+kerns::N::71
\tfmfile::N::72
kerns::N::72E
leaders::N::72PB
leaders::C::72B
cleaders::C::72B
xleaders::C::72B
leaders::C::73E
cleaders::C::73E
xleaders::C::73E
leaders::N::73E
ligatures::N::73PB
noboundary::C::74
European+languages::N::74
ligatures::N::74E
line+breaks::N::74PB
demerits::N::74
penalties//in+horizontal+lists::N::74
break::C::74
nobreak::C::74
discretionary+hyphens::N::74
-//in line breaking::C::74
solidus::N::74
slash::C::74
tie::N::74
~//in line breaking::T::74
hboxes//controlling+line+breaks::N::74
line+breaks::N::75E
lists::N::75PB
lists::N::75E
log+file::N::75PB
log+file::N::75E
macros::N::75PB
macros//parameters+of::N::75B
#::T::75P
parameters//undelimited::N::76
parameters//delimited::N::77B
parameters//delimited::N::77E
macros//parameters+of::N::77E
macros::N::78E
magnification::N::78PB
mag::C::78
design+size::N::78
shape+file::N::78
magstep::C::78
magstephalf::C::78
true::T::78
magnification::N::78E
margins::N::79PB
hoffset::C::79
voffset::C::79
hsize::C::79
vsize::C::79
margins::N::79E
marks::N::79PB
mark+text::N::79
mark::C::79
topmark::C::79
firstmark::C::79
botmark::C::79
footers//marks+used+in::N::79
headers//marks+used+in::N::79
mark::C::80
firstmark::C::80
botmark::C::80
splitfirstmark::C::80
splitbotmark::C::80
marks::N::80E
math+mode::N::80PB
text+math+mode::N::80
display+math+mode::N::80
math+mode::N::80E
mathcodes::N::80PB
math+characters//described+by+mathcodes::N::80
family//as+part+of+mathcode::N::80
mathcode::C::81
family//variable::N::81
mathcodes::N::81E
mathematical+units::N::81PB
mathematical+units::N::81E
modes::N::81PB
ordinary+horizontal+mode::N::81
restricted+horizontal+mode::N::81
ordinary+vertical+mode::N::81
internal+vertical+mode::N::81
text+math+mode::N::81
display+math+mode::N::81
horizontal+mode::N::81
vertical+mode::N::81
math+mode::N::81
modes::N::82E
muglue::N::82PB
mu::T::82
mathematical+units::N::82
glue//mathematical::N::82
mskip::C::82
muglue::N::82E
numbers::N::82PB
octal+numbers::N::82
hexadecimal+numbers::N::82
octal+numbers::N::82
hexadecimal+numbers::N::82
characters//\ascii\ codes+for::N::82
edef//expansion of {\tt\\'\it c} in::C::82
write//expansion of {\tt\\'\it c} in::C::82
number::C::83
romannumeral::C::83
decimal+constant::N::83
decimal+point::N::83
numbers::N::83E
ordinary+mode::N::83PB
ordinary+mode::N::83E
outer::N::83PB
macros//outer::N::83B
outer::C::83
macros//outer::N::83E
outer::N::83E
output+routine::N::83PB
\dvifile//material+from+output+routine::N::83
output::C::84
\dvifile//material+from+output+routine::N::84
shipout::C::84
output+routine::N::84E
output+streams::N::84PB
output+streams::N::84E
pages::N::84PB
main+vertical+list::N::84
page+builder::N::84
recent+contributions::N::84
box255::C::84
\dvifile//material+from+output+routine::N::85
pages::N::85E
page+breaks::N::85PB
penalties//in+vertical+lists::N::85
\dvifile//material+from+output+routine::N::85
page+breaks::N::86E
page+builder::N::86PB
page+builder::N::86E
page+layout::N::86PB
margins::N::86B
headers::N::86B
footers::N::86B
hoffset::C::86
voffset::C::86
hsize::C::86
vsize::C::86
margins::N::86E
headline::C::86
footline::C::86
marks//with+headers+or+footers::N::86
headers::N::86E
footers::N::86E
page+layout::N::86E
paragraphs::N::86PB
par::C::86
par//ending a paragraph with::C::86
indent::C::87
noindent::C::87
everypar::C::87
parshape::C::87
hangindent::C::87
looseness::C::87
paragraphs::N::87E
parameters::N::87PB
parindent::C::87
assignments::N::87
registers//parameters+as::N::88
parameters::N::88E
penalties::N::88PB
horizontal+lists//penalties+in::N::88
vertical+lists//penalties+in::N::88
penalties::N::88E
\plainTeX::N::88PB
\plainTeX::N::88E
primitive::N::88PB
primitive::N::88E
reference+point::N::88PB
baselines::N::88
boxes//reference+point+of::N::88
reference+point::N::88E
registers::N::89PB
box+registers::N::89
count+registers::N::89
dimension+registers::N::89
muglue+registers::N::89
glue+registers::N::89
token+registers::N::89
parameters//like+registers::N::89
newbox::C::89
newcount::C::89
newdimen::C::89
newmuskip::C::89
newskip::C::89
newtoks::C::89
page+numbering::N::90
box255::C::90
showthe::C::90
registers::N::90E
restricted+mode::N::90PB
restricted+mode::N::90E
rules::N::90PB
horizontal+rules::N::90B
vertical+rules::N::90B
hrule::C::90B
vrule::C::90B
horizontal+lists//rule+in::N::90
vertical+lists//rule+in::N::90
horizontal+rules::N::91E
vertical+rules::N::91E
hrule::C::91E
vrule::C::91E
rules::N::91E
script+size::N::91PB
family//script+size+in::N::91
script+size::N::91E
scriptscript+size::N::91PB
family//scriptscript+size+in::N::91
scriptscript+size::N::91E
shrink::N::91PB
shrink::N::91E
space::N::91PB
end+of+line::N::91
par//from empty line::C::91
glue//creating+space+with::N::91
kerns//creating+space+with::N::91
space::N::92E
stretch::N::92PB
stretch::N::92E
struts::N::92PB
boxes//invisible::N::92
offinterlineskip::C::92
strut::C::92
mathstrut::C::92
struts::N::92E
styles::N::92PB
cramped+variants::N::93
display+style::N::93
text+style::N::93
script+style::N::93
scriptscript+style::N::93
textstyle::C::93
displaystyle::C::93
scriptstyle::C::93
scriptscriptstyle::C::93
styles::N::93E
\TeXMeX::N::93PB
El+Paso::N::93
\TeXMeX::N::93E
text+math::N::93PB
$::T::93
text+math::N::93E
text+size::N::93PB
family//text+size+in::N::93
text+size::N::93E
tokens::N::93PB
tokens::N::93E
units+of+measure::N::93PB
units+of+measure::N::93E
vboxes::N::94PB
vertical+lists//vboxes+formed+from::N::94
vbox::C::94
vtop::C::94
vboxes::N::94E
vertical+lists::N::94PB
vertical+lists::N::94E
vertical+mode::N::94PB
vboxes//vertical+mode+for::N::94
ordinary+vertical+mode::N::94
internal+vertical+mode::N::94
vertical+lists//can't+contain+horizontal+commands::N::94
valign//inherently horizontal::C::94
vrule//inherently horizontal::C::94
vertical+mode::N::94E
whatsit::N::94PB
openout//whatsit produced by::C::95
write//whatsit produced by::C::95
closeout//whatsit produced by::C::95
\dvifile//whatsits+in::N::95
immediate::C::95
special::C::95
\dvifile//material+inserted+by+\b\tt\\special\e::N::95
language::C::95
setlanguage::C::95
whatsit::N::95E
width::N::95PB
boxes//width+of::N::95
width::N::95E
ligatures::N::97B
special+symbols::N::97
European+alphabets::N::97
AA::C::97P
aa::C::97P
AE::C::97P
ae::C::97P
L::C::97P
l::C::97P
O::C::97P
o::C::97P
OE::C::97P
oe::C::97P
ss::C::97P
ligatures::N::98E
special+characters::N::98
#::C::98P
$::C::98P
%::C::98P
&::C::98P
_::C::98P
lq::C::98P
rq::C::98P
lbrack::C::98P
rbrack::C::98P
dag::C::98P
ddag::C::98P
copyright::C::98P
P::C::98P
S::C::98P
pound+sterling::N::98
TeX::C::98P
dots::C::99P
dots::N::99
ellipsis::N::99
characters::N::99B
char::C::99P
mathchar::C::99P
characters::N::99E
accents::N::100
'::C::100P
acute+accent::N::100
.::C::100P
dot+accent::N::100
=::C::100P
macron+accent::N::100
^::C::100P
circumflex+accent::N::100
`::C::100P
grave+accent::N::100
"::C::100P
umlaut+accent::N::100
~::C::100P
tilde+accent::N::100
cedilla+accent::N::100
c::C::100P
underdot+accent::N::100
d::C::100P
Hungarian+umlaut+accent::N::100
H::C::100P
tie-after+accent::N::100
t::C::100P
breve+accent::N::100
u::C::100P
check+accent::N::100
v::C::100P
i::C::100P
j::C::100P
dotless+letters::N::100
imath::C::100
jmath::C::100
accent::C::100P
accents::N::100
ligatures::N::101B
noboundary::C::101P
ligatures::N::101E
fonts::N::102
fivebf::C::102P
fivei::C::102P
fiverm::C::102P
fivesy::C::102P
sevenbf::C::102P
seveni::C::102P
sevenrm::C::102P
sevensy::C::102P
tenbf::C::102P
tenex::C::102P
teni::C::102P
tenrm::C::102P
tensl::C::102P
tensy::C::102P
tenit::C::102P
tentt::C::102P
nullfont::C::102P
type+styles::N::103
bf::C::103P
it::C::103P
rm::C::103P
sl::C::103P
tt::C::103P
case+conversion::N::103B
uppercase//conversion+to::N::103B
lowercase//conversion+to::N::103B
lccode::C::103P
uccode::C::103P
lowercase::C::104P
uppercase::C::104P
case+conversion::N::104
case+conversion::N::104E
uppercase//conversion+to::N::104E
lowercase//conversion+to::N::104E
spaces//interword::N::104B
 ::C::104
control+space::N::104
visible+space::N::104
space::C::105P
 ::C::105
^^M::T::105P
end+of+line::N::105
par//from empty line::C::105
~::T::105P
tie::N::105
/::C::106P
italic+correction::N::106
metrics+file//italic+correction+in::N::106
italic+correction::N::106
frenchspacing::C::106P
nonfrenchspacing::C::106P
interword+spacing::N::106
obeyspaces::C::107P
obeywhitespace::C::107
spacefactor::C::107P
spaceskip::C::107P
xspaceskip::C::107P
sfcode::C::107P
interword+spacing::N::107
space+factor::N::107
spaces//interword::N::108E
centering::N::108B
flush+left::N::108B
flush+right::N::108B
justification::N::108B
centerline::C::108P
leftline::C::108P
rightline::C::108P
centering::N::109E
flush+left::N::109E
flush+right::N::109E
justification::N::109E
line::C::109P
overlapping+text::N::109
llap::C::109P
rlap::C::109P
overprinting::N::109
cmtt10::T::109
typewriter+font::N::109
Computer+Modern+fonts::N::109
paragraphs//shaping::N::110B
par::C::110P
paragraphs//starting::N::110
everypar::C::110
endgraf::C::111P
par::C::111
par::C::111
parfillskip::C::111P
paragraphs//glue+at+end+of::N::111
indentation::N::111B
indent::C::111P
parskip::C::111
indentation::N::111
noindent::C::112P
parskip::C::112
indentation::N::112
textindent::C::112P
indentation::N::112
footnotes//using+\b\tt\\textindent\e\ with::N::112
parindent::C::113P
indentation::N::113
parskip::C::113
everypar::C::113P
line+breaks//and+paragraph+shape::N::114B
hsize::C::114P
line+length::N::114
vboxes//width+determined+by+\b\tt\\hsize\e::N::114
narrower::C::114P
paragraphs//narrow::N::114
indentation::N::114
leftskip::C::115P
rightskip::C::115P
indentation::N::115
ragged+left::N::115
raggedright::C::116P
ttraggedright::C::116P
ragged+right::N::116
justification::N::116
hang::C::117P
indentation::N::117
hangafter::C::117P
hangindent::C::117P
hanging+indentation::N::117
indentation::N::117
everypar//for hanging indentation::C::117
parshape::C::117
parshape::C::118P
hangafter::C::118
hangindent::C::118
hangafter::C::118
hangindent::C::118
indentation::N::119E
prevgraf::C::120P
vadjust::C::120P
vertical+lists//inserting+in+paragraphs::N::120
line+breaks//and+paragraph+shape::N::120E
paragraphs//shaping::N::120E
line+breaks::N::120B
line+breaks//encouraging+or+discouraging::N::120B
break::C::120P
nobreak::C::121P
allowbreak::C::121P
line+breaks//in+math+formulas::N::121
penalty::C::121P
obeylines::C::122P
verse,+typesetting::N::122
poetry,+typesetting::N::122
computer+programs,+typesetting::N::122
obeyspaces::C::122
slash::C::122P
solidus::N::122
line+breaks//encouraging+or+discouraging::N::122E
line+breaks//parameters+affecting::N::123B
pretolerance::C::123P
tolerance::C::123P
emergencystretch::C::123
hbadness::C::123
hfuzz::C::123
emergencystretch::C::124P
overfull+boxes::N::124
tolerance::C::124
looseness::C::124P
tolerance::C::124
everypar//for setting \b\tt\\looseness\e::C::124
linepenalty::C::125P
adjdemerits::C::125P
hyphenation//penalties+for::N::125
hyphenation//penalties+for::N::125B
exhyphenpenalty::C::125P
hyphenpenalty::C::125P
discretionary+hyphens::N::125
-//leads to {\tt\\hyphenpenalty}::T::125
doublehyphendemerits::C::125P
finalhyphendemerits::C::126P
hyphenation//penalties+for::N::126E
binoppenalty::C::126P
operators::N::126
relpenalty::C::126P
relations::N::126
line+breaks//parameters+affecting::N::126E
hyphenation::N::126B
-::C::126P
discretionary+hyphens::N::126
discretionary::C::127P
hyphenation::N::127
hyphenation//German::N::127
hyphenation::C::127P
hyphenation::N::127
uchyph::C::128P
showhyphens::C::128P
language::C::128P
hyphenation+rules::N::128
European+languages::N::128
local+information::N::128
whatsit::N::128
setlanguage::C::128P
language::C::128
lefthyphenmin::C::128P
righthyphenmin::C::128P
fonts//hyphenation+characters+for::N::129B
hyphenchar::C::129P
defaulthyphenchar::C::129P
metrics+file//default+hyphen+in::N::129
font::C::129
hyphenchar::C::129
fonts//hyphenation+characters+for::N::129E
hyphenation::N::129E
line+breaks::N::129E
section+headings::N::129
beginsection::C::129P
item::C::130P
itemitem::C::130P
itemized+lists::N::130
itemized+lists::N::130
parindent//indentation for itemized lists::C::130
proclaim::C::131P
theorems::N::131
lemmas::N::131
hypotheses::N::131
baselineskip::C::133P
lineskiplimit::C::133P
lineskip::C::133P
line+spacing::N::133
interline+glue::N::133B
baselineskip::C::133B
lineskip::C::133B
lineskiplimit::C::133B
vboxes//interline+glue+for::N::133
prevdepth::C::133
double+spacing::N::134
interline+glue::N::134E
baselineskip::C::134E
lineskip::C::134E
lineskiplimit::C::134E
prevdepth::C::134P
normalbaselineskip::C::134P
normallineskiplimit::C::134P
normallineskip::C::134P
normalbaselines::C::134P
baselineskip::C::134
lineskip::C::134
lineskiplimit::C::134
offinterlineskip::C::135P
struts::N::135
alignments//using+\b\tt\\offinterlineskip\e\ in::N::135
nointerlineskip::C::135P
openup::C::135P
baselineskip::C::135
alignments//space+between+rows+of::N::135
page+breaks::N::136B
page+breaks//encouraging+or+discouraging::N::136B
break::C::136P
nobreak::C::136P
allowbreak::C::136P
penalty::C::136P
goodbreak::C::137P
smallbreak::C::137P
medbreak::C::137P
bigbreak::C::137P
smallskip::C::137
medskip::C::137
bigskip::C::137
eject::C::137P
supereject::C::137P
vfil//needed with {\tt\\eject}::C::137
insertions//forced+out+by+\b\tt\\supereject\e::N::137
filbreak::C::137P
raggedbottom::C::137P
normalbottom::C::137P
page+breaks//encouraging+or+discouraging::N::138E
page+breaks//parameters+for::N::138B
interlinepenalty::C::138P
clubpenalty::C::138P
club+line::N::138
widowpenalty::C::138P
widow+line::N::138
displaywidowpenalty::C::138P
widow+line::N::138
math+display::N::138
predisplaypenalty::C::138P
math+display::N::138
postdisplaypenalty::C::138P
math+display::N::138
brokenpenalty::C::139P
hyphenation::N::139
hyphenpenalty::C::139
insertpenalties::C::139P
insertions//penalties+for::N::139B
floating+material::N::139B
output+routine//meaning+of+\b\tt\\insertpenalties\e\ in::N::139
floatingpenalty::C::139P
insertpenalties::C::139
insertions//penalties+for::N::139E
floating+material::N::139E
pagegoal::C::139P
pagetotal::C::139P
pagedepth::C::139P
pageshrink::C::140P
pagestretch::C::140P
pagefilstretch::C::140P
pagefillstretch::C::140P
pagefilllstretch::C::140P
page+breaks//parameters+for::N::140E
page+breaks::N::140E
page+dimensions::N::140B
hsize::C::140P
vsize::C::140P
pagegoal::C::140
page+dimensions::N::140E
hoffset::C::140P
voffset::C::140P
page+origin::N::140
origin::N::*page+origin
topskip::C::141P
parskip::C::141P
paragraph+skip::N::141
paragraphs//glue+between::N::141
maxdepth::C::141P
device+drivers//page+origin+known+to::N::141
page+numbering::N::142B
pageno::C::142P
count0::C::142
shipout//{\tt\\count} registers displayed at::C::142
advancepageno::C::142P
nopagenumbers::C::142P
folio::C::143P
pageno::C::143
page+numbering::N::143E
headline::C::143P
footline::C::143P
mark::C::144P
marks::N::144B
firstmark::C::144P
botmark::C::144P
topmark::C::144P
mark::C::144
box255::C::144
splitfirstmark::C::144P
splitbotmark::C::144P
marks//for+split+lists::N::144
mark+text::N::144
mark::C::144
vsplit::C::144
marks::N::145E
footnote::C::145P
vfootnote::C::145P
reference+mark::N::145
insertions//commands+for::N::146B
topinsert::C::146P
midinsert::C::146P
pageinsert::C::146P
floating+material::N::146
endinsert::C::147P
insert::C::147P
topinsert::C::147
midinsert::C::147
pageinsert::C::147
footnote::C::147
vfootnote::C::147
newinsert::C::147
output+routine::N::147
ifvoid::C::147
insertions//commands+for::N::148E
output+routine::N::148B
output::C::148P
box255::C::148
plainoutput::C::148P
output+routine//default+in+\plainTeX::N::148
output::C::148
shipout::C::148P
\dvifile//receives+boxes+from+\b\tt\\shipout\e::N::148
write//expanded during {\tt\\shipout}::C::148
deadcycles::C::148P
shipout::C::148
maxdeadcycles::C::148P
outputpenalty::C::149P
holdinginserts::C::149P
output+routine::N::149E
vsplit::C::149P
page+breaks//in+split+lists::N::149
pagegoal::C::149
splitmaxdepth::C::150P
maxdepth::C::150
splittopskip::C::150P
topskip::C::150
space//producing::N::153B
horizontal+space::N::153B
thinspace::C::153P
negthinspace::C::153P
enspace::C::154P
en::N::154
enskip::C::154P
quad::C::154P
qquad::C::154P
en::N::154
horizontal+space::N::154E
vertical+space::N::154B
smallskip::C::154P
medskip::C::154P
bigskip::C::154P
smallskipamount::C::155P
medskipamount::C::155P
bigskipamount::C::155P
baselineskip//and {\tt\\smallskipamount}, etc.::C::155
vertical+space::N::155E
hskip::C::155P
vskip::C::155P
vertical+skip::N::155
vertical+glue::N::155
horizontal+skip::N::155
horizontal+glue::N::155
horizontal+space::N::155B
vertical+space::N::155B
hglue::C::156P
vglue::C::156P
vertical+glue::N::156
horizontal+glue::N::156
topglue::C::156
topglue::C::156P
\newTeX::N::156
kern::C::157P
kerns::N::157
hglue::C::157
vglue::C::157
line+breaks//kerns+at::N::157
page+breaks//kerns+at::N::157
hfil::C::157P
hfill::C::157P
vfil::C::157P
vfill::C::157P
glue//infinitely+stretchable::N::157B
glue//infinitely+stretchable::N::158E
hss::C::158P
vss::C::158P
hfilneg::C::159P
vfilneg::C::159P
glue//negative::N::159
hfil::C::159
space//producing::N::159E
horizontal+space::N::159E
vertical+space::N::159E
box+commands::N::160B
hboxes//constructing+with+\b\tt\\hbox\e::N::160
hbox::C::160P
hbox::C::160P
hbox::C::160P
hfil::C::160
vtop::C::161P
vtop::C::161P
vtop::C::161P
vbox::C::161P
vbox::C::161P
vbox::C::161P
hbox//constructing+with+\b\tt\\hbox\e::N::161
moveright::C::161
moveleft::C::161
vfil//filling a vbox::C::162
boxmaxdepth::C::162
boxmaxdepth::C::163P
underbar::C::163P
everyhbox::C::164P
everyvbox::C::164P
box+registers::N::164B
setbox::C::164P
box::C::164P
assignments//of+boxes::N::164
copy::C::164P
boxes//copying::N::164
box::C::165
unhbox::C::165P
unvbox::C::165P
boxes//extracting+contents+of::N::165
unhcopy::C::165P
unvcopy::C::165P
boxes//extracting+contents+of::N::165
boxes//copying::N::165
box+registers::N::166E
moveleft::C::166P
moveright::C::166P
boxes//shifting::N::166B
lower::C::166P
raise::C::166P
boxes//shifting::N::167E
box+registers::N::167B
dimensions//of+box+registers::N::167B
ht::C::167P
dp::C::167P
wd::C::167P
height::N::167
depth::N::167
width::N::167
box+registers::N::167E
dimensions//of+box+registers::N::167E
struts::N::167B
strut::C::167P
offinterlineskip::C::167
mathstrut::C::168P
strut::C::168
struts::N::168E
phantom::C::168P
boxes//phantom::N::168B
phantoms::N::168B
hphantom::C::169P
vphantom::C::169P
smash::C::169P
boxes//phantom::N::169E
phantoms::N::169E
boxes//empty::N::169
null::C::169P
boxes//overfull::N::170B
boxes//underfull::N::170B
overfullrule::C::170P
hbadness::C::170P
vbadness::C::170P
badness::C::170P
hfuzz::C::171P
vfuzz::C::171P
boxes//overfull::N::171
boxes//overfull::N::171E
boxes//underfull::N::171E
box+commands::N::171E
boxes//last+box+in+a+list::N::171
kerns//last+kern+in+a+list::N::171
penalties//last+penalty+in+a+list::N::171
glue//last+glue+item+in+a+list::N::171
lastkern::C::171P
lastskip::C::171P
lastpenalty::C::171P
lastbox::C::171P
unkern::C::172P
unskip::C::172P
unpenalty::C::172P
lastbox::C::172
unbox::C::172
rules::N::172B
horizontal+rules::N::172B
vertical+rules::N::172B
hrule::C::172P
hrule::C::172P
vrule::C::172P
vrule::C::172P
horizontal+mode//rules+in::N::173
vertical+mode//rules+in::N::173
rules::N::173E
horizontal+rules::N::173E
vertical+rules::N::173E
leaders::N::174B
leaders::C::174P
cleaders::C::174P
xleaders::C::174P
dotfill::C::175P
hrulefill::C::175P
fill::N::175
leftarrowfill::C::175P
rightarrowfill::C::175P
fill::N::175
arrows::N::175
leaders::N::176E
tabbing+alignments::N::176B
alignments//commands+for::N::176B
+::C::176P
tabalign::C::176P
settabs::C::176P
settabs::C::176P
tabs::N::176
cleartabs::C::177P
tabbing+alignments::N::177E
halign::C::178P
halign::C::178P
halign::C::178P
preamble::N::178
template::N::178B
entry+(column+or+row)::N::178B
valign::C::179P
valign::C::179P
valign::C::179P
preamble::N::179
template::N::179B
row::N::179
entry+(column+or+row)::N::179E
struts//in+vertical+alignments::N::179
ialign::C::180P
halign::C::180
cr::C::180P
everycr::C::180
endline::C::180P
cr::C::180
crcr::C::180P
cr::C::180
noalign::C::180
omit::C::181P
span::C::181P
multispan::C::182
multispan::C::182P
template::N::182E
noalign::C::183P
noalign::C::183P
openup::C::183
tabskip::C::184P
hidewidth::C::184P
everycr::C::185P
alignments//commands+for::N::185E
math::N::187B
Greek+letters::N::187B
alpha::C::187P
beta::C::187P
chi::C::187P
delta::C::187P
Delta::C::187P
epsilon::C::187P
varepsilon::C::187P
eta::C::187P
gamma::C::187P
Gamma::C::187P
iota::C::187P
kappa::C::187P
lambda::C::187P
Lambda::C::187P
mu::C::187P
nu::C::187P
omega::C::187P
Omega::C::187P
phi::C::187P
varphi::C::187P
Phi::C::187P
pi::C::187P
varpi::C::187P
Pi::C::187P
psi::C::187P
Psi::C::187P
rho::C::187P
varrho::C::187P
sigma::C::187P
varsigma::C::187P
Sigma::C::187P
tau::C::187P
theta::C::187P
vartheta::C::187P
Theta::C::187P
upsilon::C::187P
Upsilon::C::187P
xi::C::187P
Xi::C::187P
zeta::C::187P
omicron::N::188
beta::N::188
Greek+letters::N::188E
infty::C::188P
Re::C::188P
Im::C::188P
angle::C::188P
triangle::C::188P
backslash::C::188P
vert::C::188P
|::C::188P
Vert::C::188P
emptyset::C::188P
bot::C::188P
top::C::188P
exists::C::188P
forall::C::188P
hbar::C::188P
ell::C::188P
aleph::C::188P
imath::C::188P
jmath::C::188P
nabla::C::188P
neg::C::188P
lnot::C::188P
'::T::188P
prime::C::188P
partial::C::188P
surd::C::188P
wp::C::188P
flat::C::188P
sharp::C::188P
natural::C::188P
clubsuit::C::188P
diamondsuit::C::188P
heartsuit::C::188P
spadesuit::C::188P
music+symbols::N::188
card+suits::N::188
ordinary+symbol::N::188
Vert::C::189
neg::C::189
lnot::C::189
|::T::189
bigm::C::189
operations::N::189B
vee::C::189P
wedge::C::189P
amalg::C::189P
cap::C::189P
cup::C::189P
uplus::C::189P
sqcap::C::189P
sqcup::C::189P
dagger::C::189P
ddagger::C::189P
land::C::189P
lor::C::189P
cdot::C::189P
diamond::C::189P
bullet::C::189P
circ::C::189P
bigcirc::C::189P
odot::C::189P
ominus::C::189P
oplus::C::189P
oslash::C::189P
otimes::C::189P
pm::C::189P
mp::C::189P
triangleleft::C::189P
triangleright::C::189P
bigtriangledown::C::189P
bigtriangleup::C::189P
ast::C::189P
star::C::189P
times::C::189P
div::C::189P
setminus::C::189P
wr::C::189P
*::C::190P
operations::N::190E
relations::N::190B
asymp::C::190P
cong::C::190P
dashv::C::190P
vdash::C::190P
perp::C::190P
mid::C::190P
parallel::C::190P
doteq::C::190P
equiv::C::190P
ge::C::190P
geq::C::190P
le::C::190P
leq::C::190P
gg::C::190P
ll::C::190P
models::C::190P
ne::C::190P
neq::C::190P
notin::C::190P
in::C::190P
ni::C::190P
owns::C::190P
prec::C::190P
preceq::C::190P
succ::C::190P
succeq::C::190P
bowtie::C::190P
propto::C::190P
approx::C::190P
sim::C::190P
simeq::C::190P
frown::C::190P
smile::C::190P
subset::C::190P
subseteq::C::190P
supset::C::190P
supseteq::C::190P
sqsubseteq::C::190P
sqsupseteq::C::190P
=::T::191
asymp::C::191
cong::C::191
equiv::C::191
=::T::191
ge::C::191
geq::C::191
le::C::191
leq::C::191
prec::C::191
preceq::C::191
succ::C::191
succeq::C::191
approx::C::191
sim::C::191
simeq::C::191
subset::C::191
subseteq::C::191
supset::C::191
supseteq::C::191
sqsubseteq::C::191
sqsupseteq::C::191
relations::N::191E
delimiters::N::191B
lbrace::C::191P
{::C::191P
rbrace::C::191P
}::C::191P
lbrack::C::191P
rbrack::C::191P
langle::C::191P
rangle::C::191P
lceil::C::191P
rceil::C::191P
lfloor::C::191P
rfloor::C::191P
opening::N::191
closing::N::191
delimiters::N::192E
arrows::N::192B
leftarrow::C::192P
gets::C::192P
Leftarrow::C::192P
rightarrow::C::192P
to::C::192P
Rightarrow::C::192P
leftrightarrow::C::192P
Leftrightarrow::C::192P
longleftarrow::C::192P
Longleftarrow::C::192P
longrightarrow::C::192P
Longrightarrow::C::192P
longleftrightarrow::C::192P
Longleftrightarrow::C::192P
iff::C::192P
hookleftarrow::C::192P
hookrightarrow::C::192P
leftharpoondown::C::192P
rightharpoondown::C::192P
leftharpoonup::C::192P
rightharpoonup::C::192P
rightleftharpoons::C::192P
mapsto::C::192P
longmapsto::C::192P
downarrow::C::192P
Downarrow::C::192P
uparrow::C::192P
Uparrow::C::192P
updownarrow::C::192P
Updownarrow::C::192P
nearrow::C::192P
searrow::C::192P
nwarrow::C::192P
swarrow::C::192P
arrows::N::193E
functions,+names+of::N::193B
cos::C::193P
sin::C::193P
tan::C::193P
cot::C::193P
csc::C::193P
sec::C::193P
arccos::C::193P
arcsin::C::193P
arctan::C::193P
cosh::C::193P
coth::C::193P
sinh::C::193P
tanh::C::193P
det::C::193P
dim::C::193P
exp::C::193P
ln::C::193P
log::C::193P
lg::C::193P
arg::C::193P
deg::C::193P
gcd::C::193P
hom::C::193P
ker::C::193P
inf::C::193P
sup::C::193P
lim::C::193P
liminf::C::193P
limsup::C::193P
max::C::193P
min::C::193P
Pr::C::193P
bmod::C::193P
modulus::N::193
pmod::C::194P
modulus::N::194
functions,+names+of::N::194E
operators//large::N::194B
bigcap::C::194P
bigcup::C::194P
bigodot::C::194P
bigoplus::C::194P
bigotimes::C::194P
bigsqcup::C::194P
biguplus::C::194P
bigvee::C::194P
bigwedge::C::194P
coprod::C::194P
smallint::C::194P
int::C::194P
oint::C::194P
prod::C::194P
sum::C::194P
text+style::N::194
display+style::N::194
Sigma::C::194
Pi::C::194
limits::N::194
limits::C::195P
nolimits::C::195P
int::C::195
oint::C::195
int//limits after::C::195
displaylimits::C::195P
operators//large::N::196E
punctuation+in+math+formulas::N::196B
cdotp::C::196P
ldotp::C::196P
cdot::C::196
colon::C::196P
punctuation+in+math+formulas::N::196E
superscripts::N::197B
subscripts::N::197B
_::T::197P
sb::C::197P
^::T::197P
sp::C::197P
lower+limits::N::197
upper+limits::N::197
script+style::N::197
scriptscript+style::N::197
scriptstyle::C::197
scriptscriptstyle::C::197
lim::C::197
det::C::197
superscripts::N::197E
subscripts::N::197E
styles::N::198B
textstyle::C::198P
scriptstyle::C::198P
scriptscriptstyle::C::198P
displaystyle::C::198P
text+style::N::198
script+style::N::198
scriptscript+style::N::198
display+style::N::198
mathchoice::C::198P
mathpalette::C::198P
math+symbols::N::198
styles::N::199E
accents::N::199
math//accents::N::199
acute+accent::N::199
acute::C::199P
bar-under+accent::N::199
b::C::199P
bar+accent::N::199
bar::C::199P
breve+accent::N::199
breve::C::199P
check+accent::N::199
check::C::199P
double+dot+accent::N::199
ddot::C::199P
dot+accent::N::199
dot::C::199P
grave+accent::N::199
grave::C::199P
hat+accent::N::199
hat::C::199P
wide+hat+accent::N::199
widehat::C::199P
tilde+accent::N::199
tilde::C::199P
wide+tilde+accent::N::199
widetilde::C::199P
vector+accent::N::199
vec::C::199P
mathaccent::C::199P
fractions::N::200B
stacking+subformulas::N::200B
over::C::200P
atop::C::200P
above::C::200P
choose::C::200P
brace::C::200P
brack::C::200P
fractions//produced+by+\b\tt\\over\e::N::200
overwithdelims::C::201P
atopwithdelims::C::201P
abovewithdelims::C::201P
cases::C::201P
combinations,+notation+for::N::201
underbrace::C::202P
overbrace::C::202P
underline::C::202P
overline::C::202P
overleftarrow::C::202P
overrightarrow::C::202P
braces::N::202
arrows::N::202
buildrel::C::202P
relations//putting+formulas+above::N::202
fractions::N::202E
stacking+subformulas::N::202E
dots::N::203B
ldots::C::203P
cdots::C::203P
dots::N::203
vdots::C::203P
ddots::C::203P
dots::N::203E
delimiters::N::204B
lgroup::C::204P
rgroup::C::204P
parentheses::N::204
left::C::204P
right::C::204P
over::C::204
nulldelimiterspace::C::204
delimiter::C::204P
mathcode::C::205
delimiterfactor::C::205P
delimitershortfall::C::205P
delimiters//height+of::N::205
delimiters::N::205E
matrix::C::205P
pmatrix::C::205P
bordermatrix::C::205P
matrix::N::205
sqrt::C::206P
root::C::207P
radical::C::207P
delimiter+codes::N::207
delcode::C::207
eqno::C::207P
leqno::C::207P
displays//multiline::N::208B
displaylines::C::208P
eqalign::C::208P
eqalignno::C::208P
leqalignno::C::208P
equation+numbers::N::208
displays//multiline::N::209E
fonts::N::209
cal::C::209P
mit::C::209P
oldstyle::C::209P
Greek+letters::N::210
type+styles::N::210
itfam::C::210P
bffam::C::210P
slfam::C::210P
ttfam::C::210P
fam::C::210P
class::N::210
family//given+by+\b\tt\\fam\e::N::210
textfont::C::210P
scriptfont::C::210P
scriptscriptfont::C::210P
text+style::N::210
script+style::N::210
scriptscript+style::N::210
big::C::211P
bigl::C::211P
bigm::C::211P
bigr::C::211P
Big::C::211P
Bigl::C::211P
Bigm::C::211P
Bigr::C::211P
bigg::C::211P
biggl::C::211P
biggm::C::211P
biggr::C::211P
Bigg::C::211P
Biggl::C::211P
Biggm::C::211P
Biggr::C::211P
delimiters//enlarging::N::211
downbracefill::C::211P
upbracefill::C::211P
horizontal+braces::N::211
braces::N::211
overbrace::C::212
underbrace::C::212
arrowvert::C::212P
Arrowvert::C::212P
lmoustache::C::212P
rmoustache::C::212P
bracevert::C::212P
delimiters//parts+of::N::212
cmex10::T::212
accents//aligning::N::212B
skew::C::212P
skewchar::C::213P
defaultskewchar::C::213P
metrics+file//default+skew+character+in::N::213
font::C::213
skewchar::C::213
accents//aligning::N::213E
vcenter::C::213P
axis::N::213
space//in+math+formulas::N::214B
!::C::214P
,::C::214P
>::C::214P
;::C::214P
extra+space::N::214
thinmuskip::C::214P
medmuskip::C::214P
thickmuskip::C::214P
jot::C::215P
mkern::C::215P
kerns//in+math+formulas::N::215
mskip::C::215P
glue::N::215
nonscript::C::215P
space//in+math+formulas::N::216E
displays//spacing+parameters+for::N::216B
displaywidth::C::216P
displayindent::C::216P
predisplaysize::C::216P
abovedisplayskip::C::217P
belowdisplayskip::C::217P
abovedisplayshortskip::C::217P
belowdisplayshortskip::C::217P
displays//spacing+parameters+for::N::217E
mathsurround::C::217P
nulldelimiterspace::C::217P
delimiters//null,+space+for::N::217
scriptspace::C::218P
nonscript::C::218
mathord::C::218P
mathop::C::218P
mathbin::C::218P
mathrel::C::218P
mathopen::C::218P
mathclose::C::218P
mathpunct::C::218P
class::N::218
mathinner::C::218P
everymath::C::218P
everydisplay::C::218P
displays//actions+for+every+display::N::218
math::N::219E
programming+features::N::221
fonts//naming+and+modifying::N::221B
font::C::221P
font::C::221P
font::C::221P
font::C::221P
metrics+file::N::221
\tfmfile::N::221
device+drivers::N::222
resident+fonts::N::222
fontdimen::C::222P
fonts//parameters+of::N::222
magnification::C::223P
mag::C::223P
scale+factor::N::223
hsize//set by {\tt\\magnification}::C::223
vsize//set by {\tt\\magnification}::C::223
magstep::C::223
magstephalf::C::223
magstep::C::223P
magstephalf::C::224P
fonts//naming+and+modifying::N::224E
numbers//converting+to+characters::N::224B
number::C::224P
Roman+numerals::N::224
romannumeral::C::224P
numbers//converting+to+characters::N::224E
time+of+day::N::224
time::C::224P
date::N::225B
day::C::225P
month::C::225P
year::C::225P
date::N::225E
version+number::N::225
fmtname::C::225P
fmtversion::C::225P
\LaTeX::N::225
jobname::C::225P
auxiliary+files::N::226
meaning::C::226P
tokens//showing+the+meaning+of::N::226
the::C::226
string::C::226P
control+sequences//converting+to+strings::N::226
escapechar::C::226
escape+character//represented+by+\b\tt\\escapechar\e::N::226
csname::C::226
escapechar::C::226P
escape+character//represented+by+\b\tt\\escapechar\e::N::226
backslash::N::227
fontname::C::227P
fonts//names+of::N::227
groups::N::227B
begingroup::C::227P
endgroup::C::227P
macros//using+\b\tt\\begingroup\e\ and+\b\tt\\endgroup\e\ in::N::227
{::T::227P
bgroup::C::227P
}::T::227P
egroup::C::227P
macros//using+\b\tt\\bgroup\e\ and+\b\tt\\egroup\e\ in::N::228
global::C::228P
globaldefs::C::228P
gdef::C::229
xdef::C::229
global::C::229
global::C::229
aftergroup::C::229P
groups::N::229E
afterassignment::C::229P
macros::N::230B
macros//defining::N::230B
def::C::230P
edef::C::230P
noexpand::C::231
expandafter::C::231
write//expanded by {\tt\\edef} rules::C::231
message//expanded by {\tt\\edef} rules::C::231
errmessage//expanded by {\tt\\edef} rules::C::231
wlog//expanded by {\tt\\edef} rules::C::231
csname//expanded by {\tt\\edef} rules::C::231
gdef::C::231P
xdef::C::231P
long::C::231P
par//in macro arguments::C::231
outer::C::232P
outer::N::232
chardef::C::232P
characters//defined+by+\b\tt\\chardef\e::N::232
math+characters::N::232
mathcodes::N::232
mathchardef::C::232P
macros//defining::N::232E
let::C::232P
control+sequences//defining+with+\b\tt\\let\e::N::232
futurelet::C::232P
csname::C::233P
string::C::233
macros//controlling+expansion+of::N::233B
expandafter::C::233P
{//with {\tt\\expandafter}::T::233
string::C::233
noexpand::C::234P
the::C::234P
parameters//using+\b\tt\\the\e\ with::N::234
registers//with+\b\tt\\the\e::N::234
hyphenchar::C::234
skewchar::C::234
lastpenalty::C::234
lastskip::C::234
lastkern::C::234
chardef::C::234
mathchardef::C::234
macros//controlling+expansion+of::N::235E
conditional+tests::N::235B
if::C::235P
ifcat::C::235P
category+codes//testing::N::235
ifx::C::236P
long::C::236
outer::C::236
ifnum::C::237P
numbers//comparing::N::237
ifodd::C::237P
numbers//testing+for+odd/even::N::237
ifdim::C::237P
dimensions//comparing::N::237
ifhmode::C::238P
ifvmode::C::238P
ifmmode::C::238P
ifinner::C::238P
horizontal+mode//testing+for::N::238
vertical+mode//testing+for::N::238
math+mode//testing+for::N::238
internal+mode//testing+for::N::238
ifhbox::C::238P
ifvbox::C::238P
ifvoid::C::238P
hboxes//testing+for::N::238
vboxes//testing+for::N::238
boxes//testing+if+void::N::238
ifeof::C::239P
end+of+file,+testing+for::N::239
ifcase::C::239P
case+testing::N::239
iftrue::C::239P
iffalse::C::239P
else::C::239P
fi::C::240P
newif::C::240P
conditional+tests::N::240E
repeated+actions::N::240B
loops::N::240B
loop::C::240P
repeat::C::240P
repeated+actions::N::241E
loops::N::241E
relax::C::241P
empty::C::241P
macros::N::241E
registers::N::242B
count::C::242P
dimen::C::242P
skip::C::242P
muskip::C::242P
toks::C::242P
toks::C::242P
count::C::242P
dimen::C::242P
skip::C::242P
muskip::C::242P
toks::C::242P
assignments//of+registers::N::242
the::C::242
newcount::C::242
count+registers::N::242
dimension+registers::N::242
skip+registers::N::243
muskip+registers::N::243
mu::T::243
token+registers::N::243
the::C::243
maxdimen::C::244P
dimensions//maximum::N::244
registers//reserving::N::244B
newcount::C::244P
newdimen::C::244P
newskip::C::244P
newmuskip::C::244P
newtoks::C::244P
newbox::C::244P
newread::C::244P
newwrite::C::244P
newfam::C::244P
newinsert::C::244P
newlanguage::C::244P
count+registers//reserved+by+\b\tt\\newcount\e::N::244
dimension+registers//reserved+by+\b\tt\\newdimen\e::N::244
skip+registers//reserved+by+\b\tt\\newskip\e::N::244
muskip+registers//reserved+by+\b\tt\\newmuskip\e::N::244
token+registers//reserved+by+\b\tt\\newtoks\e::N::244
box+registers//reserved+by+\b\tt\\newbox\e::N::244
input+streams//reserved+by+\b\tt\\newread\e::N::244
output+streams//reserved+by+\b\tt\\newwrite\e::N::244
family//reserved+by+\b\tt\\newfam\e::N::244
insertions//numbers+reserved+by+\b\tt\\newinsert\e::N::244
countdef::C::245P
dimendef::C::245P
skipdef::C::245P
muskipdef::C::245P
toksdef::C::245P
registers//reserving::N::245E
arithmetic::N::245B
registers//arithmetic+in::N::245B
advance::C::245P
advance::C::245P
advance::C::245P
advance::C::245P
multiply::C::246P
divide::C::246P
count::C::246
dimen::C::246
skip::C::246
muskip::C::246
skip::C::246
muskip::C::246
arithmetic::N::246E
registers//arithmetic+in::N::246E
registers::N::246E
ending+the+job::N::246
bye::C::246P
end::C::247P
files::N::247B
input+files::N::247B
input::C::247P
endinput::C::247P
inputlineno::C::247P
openin::C::247P
input+streams//opening::N::248
closein::C::248P
read::C::248P
input+streams//reading+with+\b\tt\\read\e::N::248
reading+a+file::N::248
openin::C::248
input+files::N::248E
output+files::N::249B
openout::C::249P
output+streams//opening::N::249
immediate::C::249
closeout::C::249P
output+streams//closing::N::249
immediate::C::249
write::C::249P
output+streams//writing::N::249
writing+a+file::N::249
immediate::C::249
escapechar::C::250
log+file//written+by+\b\tt\\write\e::N::250
immediate::C::250P
write//with {\tt\\immediate}::C::250
openout//with {\tt\\immediate}::C::250
closeout//with {\tt\\immediate}::C::250
special::C::250P
device+drivers//instructions+from+\b\tt\\special\e::N::250
device+drivers::N::250
newlinechar::C::250P
files::N::251E
output+files::N::251E
catcode::C::251P
category+codes//in+\b\tt\\catcode\e\ table::N::251
active::C::251P
mathcode::C::251P
delcode::C::251P
delimiter+codes::N::251
mathcode::C::252
endlinechar::C::252P
input+lines::N::252
ignorespaces::C::252P
controlling+\TeX::N::252B
running+\TeX::N::252B
errorstopmode::C::252P
scrollmode::C::252P
nonstopmode::C::253P
batchmode::C::253P
pausing::C::253P
show::C::253
running+\TeX::N::253E
controlling+\TeX::N::253E
tracing::N::253B
debugging::N::253B
diagnostic+aids::N::253B
show::C::253P
showthe::C::253P
showbox::C::253P
showlists::C::253P
tokens//displayed+by+\b\tt\\show\e::N::253
terminal::N::254
tracingonline::C::254
tracingonline::C::254
showboxbreadth::C::254
showboxdepth::C::254
tracingonline::C::256P
showbox::C::256
showlists::C::256
tracingcommands::C::257P
tracingonline::C::257
tracinglostchars::C::257P
tracingonline::C::258
tracingmacros::C::258P
macros//tracing::N::258
tracingonline::C::258
tracingoutput::C::258P
\dvifile//boxes+recorded+in+log+file::N::258
tracingonline::C::258
showboxbreadth::C::258
showboxdepth::C::258
extra+space::N::258
tracingpages::C::259P
page+breaks//tracing::N::259
tracingonline::C::259
tracingparagraphs::C::259P
line+breaking//tracing::N::259
tracingonline::C::259
tracingrestores::C::260P
tracingonline::C::260
tracingstats::C::260P
shipout::C::260
log+file//tracing+statistics+in::N::260
tracingonline::C::260
tracingall::C::261P
tracingonline::C::261
showboxbreadth::C::261P
showbox::C::261
tracingoutput::C::261
showboxdepth::C::261P
showbox::C::261
showlists::C::261
tracing::N::261E
debugging::N::261E
diagnostic+aids::N::261E
messages,+sending::N::261B
error+messages::N::261B
message::C::261P
errmessage::C::261P
newlinechar::C::261
wlog::C::261P
log+file//written+by+\b\tt\\wlog\e::N::261
errhelp::C::261P
newlinechar::C::262
newhelp::C::262P
help+message::N::262
help+text::N::262
errhelp::C::262
errorcontextlines::C::262P
messages,+sending::N::262E
error+messages::N::262E
dump::C::263P
format+file::N::263
virtex::T::263
initex::T::263
everyjob::C::263P
page+breaks//bad::N::265B
vbox//fixing page breaks with::C::265
nobreak::C::266
eject::C::266
vadjust::C::266
vfill::C::266
filbreak::C::266
looseness::C::267
vadjust::C::267
looseness::C::267
parskip::C::267
baselineskip//and preserving end of page::C::267
vertical+space//reserving+at+top+of+page::N::267
page+breaks//glue+at::N::268
topglue::C::268
page+breaks//bad::N::268E
line+breaks//bad::N::268B
break//correcting line breaks with::C::268
~::T::268
-//in+line+breaking::C::268
discretionary+hyphens//bad+line+breaks,+correcting+with::N::268
hbox::C::268
underfull+boxes::N::268
overfull+boxes::N::268
line+breaks//bad::N::268E
overfull+boxes::N::268B
underfull+boxes::N::268B
boxes//overfull::N::268B
boxes//underfull::N::268B
emergencystretch::C::268
discretionary+hyphens//overfull+boxes,+correcting+with::N::268
hfuzz::C::269
raggedright::C::269
parskip::C::269
vfuzz::C::269
hbox//overfull box from::C::269B
vbox//overfull box from::C::269B
hss::C::269
vss::C::269
hfil::C::270
vfil::C::270
hbox//overfull box from::C::270E
vbox//overfull box from::C::270E
boxes//overfull::N::270E
boxes//underfull::N::270E
overfull+boxes::N::270E
underfull+boxes::N::270E
space//lost::N::270
words+run+together::N::270
control+space::N::270
space//unwanted::N::270B
braces//space+after::N::270
category+codes//cause+of+unwanted+spaces::N::270
%//to eliminate unwanted spaces::T::270
space//unwanted::N::271E
math+display::N::271
abovedisplayskip::C::271
abovedisplayshortskip::C::271
paragraphs//shaping::N::272B
hangindent::C::272
leftskip::C::272
line+breaking::N::272
narrower::C::272
hang::C::272
par//when changing paragraph shape::C::272
paragraphs//shaping::N::272E
restricted+mode//horizontal::N::272
rules::N::273B
hrule::C::273
vrule::C::273
rules::N::273E
headers//multiple-line::N::274B
footers//multiple-line::N::274B
headline::C::274
footline::C::274
makeheadline::C::274
voffset::C::274
vsize::C::274
makefootline::C::274
vsize::C::274
headers//multiple-line::N::275E
footers//multiple-line::N::275E
braces//mismatched::N::275B
braces//mismatched::N::275E
\<dimen>::N::276B
\<dimen>::N::276E
fonts//composite::N::276B
fonts//composite::N::277E
verbatim+text::N::277
computer+programs,+typesetting::N::277
category+codes//for+verbatim+text::N::277
obeyspaces::C::278
obeylines::C::278
obeywhitespace::C::278
whitespace,+preserving::N::278
break//end of line as::C::278
forbidden+control+sequence::N::279
incomplete+conditional::N::279
macros//outer::N::279
outer::C::279
alignments//outer+control+sequence+in::N::279
show::C::280
category+codes//changing::N::280B
computer+programs,+typesetting::N::280
input+characters::N::280
macros//arguments+of::N::280
macros//parameters+of::N::280
category+codes//changing::N::280E
macros//making+readable::N::281B
endlinechar::C::281
space::C::281
globaldefs::C::281
macros//making+readable::N::281E
error+messages::N::283B
log+file//error+messages::N::283
<to be read again>::T::285
<inserted text>::T::286
errorcontextlines::C::288
<output>::T::288
<write>::T::288
error+messages::N::288E
eplain.tex::T::291B
category+codes//useful+definitions+for::N::291
makeactive::C::291P
letter::C::291P
other::C::291P
uncatcodespecials::C::291P
^^M::T::291
letreturn::C::291P
gobble::C::291P
gobbletwo::C::291P
gobblethree::C::291P
loggingall::C::292P
tracingboxes::C::292P
ehrule::C::292P
evrule::C::292P
rules//thickness+of::N::292
write//writing \b\tt\%\e\ with::C::292
%//writing out::T::292
percentchar::C::292
^^L::T::292
tokstostring::C::292P
character+tokens::N::292
spacesub::C::293P
ifempty::C::293P
for::C::293
for+loop::N::293
obeywhitespace::C::293P
obeylines::C::293
obeyspaces::C::293
space+characters::N::293
fontdimen::C::293
font::C::293
letreturn::C::293
frac::C::294P
fractions//slashed+form::N::294
Knuth,+Donald+E.::N::294
LaTeX::C::294P
AMSTeX::C::294P
BibTeX::C::294P
MF::C::294P
blackbox::C::294P
makeblankbox::C::294P
numbername::C::295P
testfileexistence::C::295P
files//testing+for+existence+of::N::295
displays,+formatting::N::295
leftdisplays::C::295P
centereddisplays::C::295P
ifeqno::C::295P
ifleqno::C::295P
eqn::C::295P
eq::C::295P
leftdisplays::C::296P
everydisplay::C::296
displaysetup::C::296
generaldisplay::C::296
leftdisplays::C::297P
displaylines::C::297
eqalignno::C::297
leqalignno::C::297
halign//illegal in math mode::C::297
vcenter::C::297
time::C::297
day::C::297
month::C::297
year::C::297
time+of+day::N::297
date::N::297
monthname::C::297P
timestring::C::297P
timestamp::C::297P
itemized+lists::N::298B
enumerations::N::298B
numberedlist::C::298P
unorderedlist::C::298P
li::C::298P
listcompact::C::298P
everydisplay::C::299
numberedmarker::C::299P
itemized+lists::N::300E
enumerations::N::300E
listing::C::300P
setuplistinghook::C::300P
table+of+contents::N::301
writetocentry::C::301P
readtocfile::C::301P
cross-references::N::302
xrdef::C::302P
xrefn::C::302P
xref::C::302P
readreffile::C::303P
equations,+labelling::N::304
eqdef::C::304P
eqref::C::304P
eqprint::C::304P
environments::N::304
environment::C::305P
newhelp::C::305
flush+left::N::306B
flush+right::N::306B
centered+text::N::306B
flushleft::C::306P
flushright::C::306P
center::C::306P
aftergroup::C::307
flush+left::N::307E
flush+right::N::307E
centered+text::N::307E
makecolumns::C::307P
valign//used in {\tt\\makecolumns}::C::308
abovecolumnspenalty::C::308P
footnotes::N::309
numberedfootnote::C::309P
vfootnote::C::309
footnotemarkseparation::C::309P
everyfootnote::C::309P
double+columns::N::309
singlecolumn::C::309P
eplain.tex::T::311E
primitive//command::N::313
log+file::N::313
 ::C::313
!::C::313
"::C::313
#::T::314
#::C::314
$::T::314
$::C::314
%::T::314
%::C::314
&::T::314
&::C::314
'::T::314
'::C::314
*::C::314
+::C::314
,::C::314
-::C::314
.::C::314
/::C::314
;::C::314
=::C::314
\::T::314
>::C::314
^::T::314
^::C::314
^^L::T::314
^^M::T::314
_::T::314
_::C::314
`::C::314
{::T::314
{::C::314
|::C::314
}::T::314
}::C::314
~::T::314
~::C::314
aa::C::314
AA::C::314
above::C::314
abovedisplayshortskip::C::314
abovedisplayskip::C::315
abovewithdelims::C::315
accent::C::315
active::C::315
acute::C::315
adjdemerits::C::315
advance::C::315
advancepageno::C::315
ae::C::315
AE::C::315
afterassignment::C::315
aftergroup::C::315
aleph::C::315
allowbreak::C::315
alpha::C::315
amalg::C::315
angle::C::315
approx::C::315
arccos::C::315
arcsin::C::315
arctan::C::315
arg::C::315
arrowvert::C::315
Arrowvert::C::315
ast::C::315
asymp::C::315
atop::C::315
atopwithdelims::C::315
b::C::315
backslash::C::315
badness::C::315
bar::C::316
baselineskip::C::316
batchmode::C::316
begingroup::C::316
beginsection::C::316
belowdisplayshortskip::C::316
belowdisplayskip::C::316
beta::C::316
bf::C::316
bffam::C::316
bgroup::C::316
big::C::316
Big::C::316
bigbreak::C::316
bigcap::C::316
bigcirc::C::316
bigcup::C::316
bigg::C::316
Bigg::C::316
biggl::C::316
Biggl::C::316
biggm::C::316
Biggm::C::316
biggr::C::316
Biggr::C::316
bigl::C::316
Bigl::C::316
bigm::C::316
Bigm::C::316
bigodot::C::316
bigoplus::C::316
bigotimes::C::316
bigr::C::316
Bigr::C::316
bigskip::C::317
bigskipamount::C::317
bigsqcup::C::317
bigtriangledown::C::317
bigtriangleup::C::317
biguplus::C::317
bigvee::C::317
bigwedge::C::317
binoppenalty::C::317
bmod::C::317
bordermatrix::C::317
bot::C::317
botmark::C::317
bowtie::C::317
box::C::317
boxmaxdepth::C::317
brace::C::317
bracevert::C::317
brack::C::317
break::C::317
breve::C::317
brokenpenalty::C::317
buildrel::C::317
bullet::C::317
bye::C::317
c::C::317
cal::C::317
cap::C::317
cases::C::317
catcode::C::317
cdot::C::317
cdotp::C::317
cdots::C::317
centerline::C::317
char::C::318
chardef::C::318
check::C::318
chi::C::318
choose::C::318
circ::C::318
cleaders::C::318
cleartabs::C::318
closein::C::318
closeout::C::318
clubpenalty::C::318
clubsuit::C::318
colon::C::318
cong::C::318
coprod::C::318
copy::C::318
copyright::C::318
cos::C::318
cosh::C::318
cot::C::318
coth::C::318
count::C::318
countdef::C::318
cr::C::318
crcr::C::318
csc::C::318
csname::C::318
cup::C::318
d::C::318
dag::C::318
dagger::C::318
dashv::C::318
day::C::318
ddag::C::318
ddagger::C::318
ddot::C::319
ddots::C::319
deadcycles::C::319
def::C::319
defaulthyphenchar::C::319
defaultskewchar::C::319
deg::C::319
delcode::C::319
delimiter::C::319
delimiterfactor::C::319
delimitershortfall::C::319
delta::C::319
Delta::C::319
det::C::319
diamond::C::319
diamondsuit::C::319
dim::C::319
dimen::C::319
dimendef::C::319
discretionary::C::319
displayindent::C::319
displaylimits::C::319
displaylines::C::319
displaystyle::C::319
displaywidowpenalty::C::319
displaywidth::C::319
div::C::319
divide::C::319
dot::C::319
doteq::C::319
dotfill::C::319
dots::C::319
doublehyphendemerits::C::320
downarrow::C::320
Downarrow::C::320
downbracefill::C::320
dp::C::320
dump::C::320
edef::C::320
egroup::C::320
eject::C::320
ell::C::320
else::C::320
emergencystretch::C::320
empty::C::320
emptyset::C::320
end::C::320
endcsname::C::320
endgraf::C::320
endgroup::C::320
endinput::C::320
endinsert::C::320
endline::C::320
endlinechar::C::320
enskip::C::320
enspace::C::320
epsilon::C::320
eqalign::C::320
eqalignno::C::320
eqno::C::320
equiv::C::320
errhelp::C::320
errmessage::C::320
errorcontextlines::C::320
errorstopmode::C::321
escapechar::C::321
eta::C::321
everycr::C::321
everydisplay::C::321
everyhbox::C::321
everyjob::C::321
everymath::C::321
everypar::C::321
everyvbox::C::321
exhyphenpenalty::C::321
exists::C::321
exp::C::321
expandafter::C::321
fam::C::321
fi::C::321
filbreak::C::321
finalhyphendemerits::C::321
firstmark::C::321
fivebf::C::321
fivei::C::321
fiverm::C::321
fivesy::C::321
flat::C::321
floatingpenalty::C::321
fmtname::C::321
fmtversion::C::321
folio::C::321
font::C::321
fontdimen::C::321
fontname::C::321
footline::C::322
footnote::C::322
forall::C::322
frenchspacing::C::322
frown::C::322
futurelet::C::322
gamma::C::322
Gamma::C::322
gcd::C::322
gdef::C::322
ge::C::322
geq::C::322
gets::C::322
gg::C::322
global::C::322
globaldefs::C::322
goodbreak::C::322
grave::C::322
H::C::322
halign::C::322
hang::C::322
hangafter::C::322
hangindent::C::322
hat::C::322
hbadness::C::322
hbar::C::322
hbox::C::322
headline::C::322
heartsuit::C::322
hfil::C::322
hfill::C::322
hfilneg::C::322
hfuzz::C::322
hglue::C::323
hidewidth::C::323
hoffset::C::323
holdinginserts::C::323
hom::C::323
hookleftarrow::C::323
hookrightarrow::C::323
hphantom::C::323
hrule::C::323
hrulefill::C::323
hsize::C::323
hskip::C::323
hss::C::323
ht::C::323
hyphenation::C::323
hyphenchar::C::323
hyphenpenalty::C::323
i::C::323
ialign::C::323
if::C::323
ifcase::C::323
ifcat::C::323
ifdim::C::323
ifeof::C::323
iff::C::323
iffalse::C::323
ifhbox::C::323
ifhmode::C::323
ifinner::C::323
ifmmode::C::323
ifnum::C::323
ifodd::C::324
iftrue::C::324
ifvbox::C::324
ifvmode::C::324
ifvoid::C::324
ifx::C::324
ignorespaces::C::324
Im::C::324
imath::C::324
immediate::C::324
in::C::324
indent::C::324
inf::C::324
infty::C::324
input::C::324
inputlineno::C::324
insert::C::324
insertpenalties::C::324
int::C::324
interlinepenalty::C::324
iota::C::324
it::C::324
item::C::324
itemitem::C::324
itfam::C::324
j::C::324
jmath::C::324
jobname::C::324
jot::C::324
kappa::C::324
ker::C::324
kern::C::324
l::C::324
L::C::324
lambda::C::324
Lambda::C::324
land::C::325
langle::C::325
language::C::325
lastbox::C::325
lastkern::C::325
lastpenalty::C::325
lastskip::C::325
lbrace::C::325
lbrack::C::325
lccode::C::325
lceil::C::325
ldotp::C::325
ldots::C::325
le::C::325
leaders::C::325
left::C::325
leftarrow::C::325
Leftarrow::C::325
leftarrowfill::C::325
leftharpoondown::C::325
leftharpoonup::C::325
lefthyphenmin::C::325
leftline::C::325
leftrightarrow::C::325
Leftrightarrow::C::325
leftskip::C::325
leq::C::325
leqalignno::C::325
leqno::C::325
let::C::325
lfloor::C::325
lg::C::325
lgroup::C::326
lim::C::326
liminf::C::326
limits::C::326
limsup::C::326
line::C::326
linepenalty::C::326
lineskip::C::326
lineskiplimit::C::326
ll::C::326
llap::C::326
lmoustache::C::326
ln::C::326
lnot::C::326
log::C::326
long::C::326
longleftarrow::C::326
Longleftarrow::C::326
longleftrightarrow::C::326
Longleftrightarrow::C::326
longmapsto::C::326
longrightarrow::C::326
Longrightarrow::C::326
loop::C::326
looseness::C::326
lor::C::326
lower::C::326
lowercase::C::326
lq::C::326
mag::C::326
magnification::C::326
magstep::C::326
magstephalf::C::327
mapsto::C::327
mark::C::327
mathaccent::C::327
mathbin::C::327
mathchar::C::327
mathchardef::C::327
mathchoice::C::327
mathclose::C::327
mathcode::C::327
mathinner::C::327
mathop::C::327
mathopen::C::327
mathord::C::327
mathpalette::C::327
mathpunct::C::327
mathrel::C::327
mathstrut::C::327
mathsurround::C::327
matrix::C::327
max::C::327
maxdeadcycles::C::327
maxdepth::C::327
maxdimen::C::327
meaning::C::327
medbreak::C::327
medmuskip::C::327
medskip::C::327
medskipamount::C::327
message::C::327
mid::C::327
midinsert::C::328
min::C::328
mit::C::328
mkern::C::328
models::C::328
month::C::328
moveleft::C::328
moveright::C::328
mp::C::328
mskip::C::328
mu::C::328
multiply::C::328
multispan::C::328
muskip::C::328
muskipdef::C::328
nabla::C::328
narrower::C::328
natural::C::328
nearrow::C::328
ne::C::328
neg::C::328
negthinspace::C::328
neq::C::328
newbox::C::328
newcount::C::328
newdimen::C::328
newfam::C::328
newhelp::C::328
newif::C::328
newinsert::C::328
newlanguage::C::328
newlinechar::C::328
newmuskip::C::328
newread::C::328
newskip::C::329
newtoks::C::329
newwrite::C::329
ni::C::329
noalign::C::329
noboundary::C::329
nobreak::C::329
noexpand::C::329
noindent::C::329
nointerlineskip::C::329
nolimits::C::329
nonfrenchspacing::C::329
nonscript::C::329
nonstopmode::C::329
nopagenumbers::C::329
normalbaselines::C::329
normalbaselineskip::C::329
normalbottom::C::329
normallineskip::C::329
normallineskiplimit::C::329
not::C::329
notin::C::329
nu::C::329
null::C::329
nulldelimiterspace::C::329
nullfont::C::329
number::C::329
nwarrow::C::329
o::C::330
O::C::330
obeylines::C::330
obeyspaces::C::330
odot::C::330
oe::C::330
OE::C::330
offinterlineskip::C::330
oint::C::330
oldstyle::C::330
omega::C::330
Omega::C::330
ominus::C::330
omit::C::330
openin::C::330
openout::C::330
openup::C::330
oplus::C::330
or::C::330
oslash::C::330
otimes::C::330
outer::C::330
output::C::330
outputpenalty::C::330
over::C::330
overbrace::C::330
overfullrule::C::330
overleftarrow::C::330
overline::C::330
overrightarrow::C::330
overwithdelims::C::330
owns::C::330
P::C::331
pagedepth::C::331
pagefilllstretch::C::331
pagefillstretch::C::331
pagefilstretch::C::331
pagegoal::C::331
pageinsert::C::331
pageno::C::331
pageshrink::C::331
pagestretch::C::331
pagetotal::C::331
par::C::331
parallel::C::331
parfillskip::C::331
parindent::C::331
parshape::C::331
parskip::C::331
partial::C::331
pausing::C::331
penalty::C::331
perp::C::331
phantom::C::331
phi::C::331
Phi::C::331
pi::C::331
Pi::C::331
plainoutput::C::331
pm::C::332
pmatrix::C::332
pmod::C::332
postdisplaypenalty::C::332
Pr::C::332
prec::C::332
preceq::C::332
predisplaypenalty::C::332
predisplaysize::C::332
pretolerance::C::332
prevdepth::C::332
prevgraf::C::332
prime::C::332
proclaim::C::332
prod::C::332
propto::C::332
psi::C::332
Psi::C::332
qquad::C::332
quad::C::332
radical::C::332
raggedbottom::C::332
raggedright::C::332
raise::C::332
rangle::C::332
rbrace::C::332
rbrack::C::332
rceil::C::332
Re::C::332
read::C::332
relax::C::332
relpenalty::C::332
repeat::C::333
rfloor::C::333
rgroup::C::333
rho::C::333
right::C::333
rightarrow::C::333
Rightarrow::C::333
rightarrowfill::C::333
rightharpoondown::C::333
rightharpoonup::C::333
rightleftharpoons::C::333
rightline::C::333
rightskip::C::333
righthyphenmin::C::333
rlap::C::333
rm::C::333
rmoustache::C::333
romannumeral::C::333
root::C::333
rq::C::333
S::C::333
sb::C::333
scriptfont::C::333
scriptscriptfont::C::333
scriptscriptstyle::C::333
scriptspace::C::333
scriptstyle::C::333
scrollmode::C::333
searrow::C::333
sec::C::333
setbox::C::333
setlanguage::C::334
setminus::C::334
settabs::C::334
sevenbf::C::334
seveni::C::334
sevenrm::C::334
sevensy::C::334
sfcode::C::334
sharp::C::334
shipout::C::334
show::C::334
showbox::C::334
showboxbreadth::C::334
showboxdepth::C::334
showhyphens::C::334
showlists::C::334
showthe::C::334
sigma::C::334
Sigma::C::334
sim::C::334
simeq::C::334
sin::C::334
sinh::C::334
skew::C::334
skewchar::C::334
skip::C::334
skipdef::C::334
sl::C::334
slash::C::334
slfam::C::334
smallbreak::C::334
smallint::C::334
smallskip::C::334
smallskipamount::C::335
smash::C::335
smile::C::335
sp::C::335
space::C::335
spacefactor::C::335
spaceskip::C::335
spadesuit::C::335
span::C::335
special::C::335
splitbotmark::C::335
splitfirstmark::C::335
splitmaxdepth::C::335
splittopskip::C::335
sqcap::C::335
sqcup::C::335
sqrt::C::335
sqsubseteq::C::335
sqsupseteq::C::335
ss::C::335
star::C::335
string::C::335
strut::C::335
subset::C::335
subseteq::C::335
succ::C::335
succeq::C::335
sum::C::335
sup::C::335
supereject::C::335
supset::C::335
supseteq::C::335
surd::C::336
swarrow::C::336
t::C::336
tabalign::C::336
tabskip::C::336
tan::C::336
tanh::C::336
tau::C::336
tenbf::C::336
tenex::C::336
teni::C::336
tenit::C::336
tenrm::C::336
tensl::C::336
tensy::C::336
tentt::C::336
TeX::C::336
textfont::C::336
textindent::C::336
textstyle::C::336
the::C::336
theta::C::336
Theta::C::336
thickmuskip::C::336
thinmuskip::C::336
thinspace::C::336
tilde::C::336
time::C::336
times::C::336
toks::C::336
toksdef::C::336
tolerance::C::336
to::C::336
top::C::336
topglue::C::336
topinsert::C::336
topmark::C::336
topskip::C::336
tracingall::C::337
tracingcommands::C::337
tracinglostchars::C::337
tracingmacros::C::337
tracingonline::C::337
tracingoutput::C::337
tracingpages::C::337
tracingparagraphs::C::337
tracingrestores::C::337
tracingstats::C::337
triangle::C::337
triangleleft::C::337
triangleright::C::337
tt::C::337
ttfam::C::337
ttraggedright::C::337
u::C::337
uccode::C::337
uchyph::C::337
underbar::C::337
underbrace::C::337
underline::C::337
unhbox::C::337
unhcopy::C::337
unkern::C::337
unpenalty::C::337
unskip::C::337
unvbox::C::337
unvcopy::C::337
uparrow::C::338
Uparrow::C::338
upbracefill::C::338
updownarrow::C::338
Updownarrow::C::338
uplus::C::338
uppercase::C::338
upsilon::C::338
Upsilon::C::338
v::C::338
vadjust::C::338
valign::C::338
varepsilon::C::338
varphi::C::338
varpi::C::338
varrho::C::338
varsigma::C::338
vartheta::C::338
vbadness::C::338
vbox::C::338
vcenter::C::338
vdash::C::338
vdots::C::338
vec::C::338
vee::C::338
vert::C::338
Vert::C::338
vfil::C::338
vfill::C::338
vfilneg::C::338
vfootnote::C::338
vfuzz::C::338
vglue::C::338
voffset::C::339
vphantom::C::339
vrule::C::339
vsize::C::339
vskip::C::339
vsplit::C::339
vss::C::339
vtop::C::339
wd::C::339
wedge::C::339
widehat::C::339
widetilde::C::339
widowpenalty::C::339
wlog::C::339
wp::C::339
wr::C::339
write::C::339
xdef::C::339
xi::C::339
Xi::C::339
xleaders::C::339
xspaceskip::C::339
year::C::339
zeta::C::339
diacritical+marks::N::*accents
drawing+lines::N::*rules
drivers::N::*device+drivers
eyes::N::*\anatomy
foreign+languages::N::*European+languages
intestines::N::*\anatomy
mouth::N::*\anatomy
page+footers::N::*footers
page+headers::N::*headers
paragraphs//indenting::N::*indentation
recursive+macros::N::*macros,+recursive
stomach::N::*\anatomy
tables::N::*alignments