summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/latex-tds/README.html
blob: 2241a1950faf45100041efe9dc3e4fbf391fabcd (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.7" />
<meta name="description" content="Bundle `latex-tds' provides a set of ZIP file modules containing TDS-compliant trees for items of the LaTeX distribution (both the base system and required packages), together with `user-friendly' documentation (PDF files with navigation support using bookmarks and links)." />
<title>README for project latex-tds</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */

/* Default font. */
body {
  font-family: Georgia,serif;
}

/* Title font. */
h1, h2, h3, h4, h5, h6,
div.title, caption.title,
thead, p.table.header,
#toctitle,
#author, #revnumber, #revdate, #revremark,
#footer {
  font-family: Arial,Helvetica,sans-serif;
}

body {
  margin: 1em 5% 1em 5%;
}

a {
  color: blue;
  text-decoration: underline;
}
a:visited {
  color: fuchsia;
}

em {
  font-style: italic;
  color: navy;
}

strong {
  font-weight: bold;
  color: #083194;
}

h1, h2, h3, h4, h5, h6 {
  color: #527bbd;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

h1, h2, h3 {
  border-bottom: 2px solid silver;
}
h2 {
  padding-top: 0.5em;
}
h3 {
  float: left;
}
h3 + * {
  clear: left;
}
h5 {
  font-size: 1.0em;
}

div.sectionbody {
  margin-left: 0;
}

hr {
  border: 1px solid silver;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul, ol, li > p {
  margin-top: 0;
}
ul > li     { color: #aaa; }
ul > li > * { color: black; }

pre {
  padding: 0;
  margin: 0;
}

#author {
  color: #527bbd;
  font-weight: bold;
  font-size: 1.1em;
}
#email {
}
#revnumber, #revdate, #revremark {
}

#footer {
  font-size: small;
  border-top: 2px solid silver;
  padding-top: 0.5em;
  margin-top: 4.0em;
}
#footer-text {
  float: left;
  padding-bottom: 0.5em;
}
#footer-badges {
  float: right;
  padding-bottom: 0.5em;
}

#preamble {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
div.imageblock, div.exampleblock, div.verseblock,
div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
div.admonitionblock {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
}
div.admonitionblock {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  margin-right: 10%;
  color: #606060;
}

div.content { /* Block element content. */
  padding: 0;
}

/* Block element titles. */
div.title, caption.title {
  color: #527bbd;
  font-weight: bold;
  text-align: left;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}
div.title + * {
  margin-top: 0;
}

td div.title:first-child {
  margin-top: 0.0em;
}
div.content div.title:first-child {
  margin-top: 0.0em;
}
div.content + div.title {
  margin-top: 0.0em;
}

div.sidebarblock > div.content {
  background: #ffffee;
  border: 1px solid #dddddd;
  border-left: 4px solid #f0f0f0;
  padding: 0.5em;
}

div.listingblock > div.content {
  border: 1px solid #dddddd;
  border-left: 5px solid #f0f0f0;
  background: #f8f8f8;
  padding: 0.5em;
}

div.quoteblock, div.verseblock {
  padding-left: 1.0em;
  margin-left: 1.0em;
  margin-right: 10%;
  border-left: 5px solid #f0f0f0;
  color: #888;
}

div.quoteblock > div.attribution {
  padding-top: 0.5em;
  text-align: right;
}

div.verseblock > pre.content {
  font-family: inherit;
  font-size: inherit;
}
div.verseblock > div.attribution {
  padding-top: 0.75em;
  text-align: left;
}
/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
div.verseblock + div.attribution {
  text-align: left;
}

div.admonitionblock .icon {
  vertical-align: top;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
  color: #527bbd;
  padding-right: 0.5em;
}
div.admonitionblock td.content {
  padding-left: 0.5em;
  border-left: 3px solid #dddddd;
}

div.exampleblock > div.content {
  border-left: 3px solid #dddddd;
  padding-left: 0.5em;
}

div.imageblock div.content { padding-left: 0; }
span.image img { border-style: none; }
a.image:visited { color: white; }

dl {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
dt {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-style: normal;
  color: navy;
}
dd > *:first-child {
  margin-top: 0.1em;
}

ul, ol {
    list-style-position: outside;
}
ol.arabic {
  list-style-type: decimal;
}
ol.loweralpha {
  list-style-type: lower-alpha;
}
ol.upperalpha {
  list-style-type: upper-alpha;
}
ol.lowerroman {
  list-style-type: lower-roman;
}
ol.upperroman {
  list-style-type: upper-roman;
}

div.compact ul, div.compact ol,
div.compact p, div.compact p,
div.compact div, div.compact div {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

tfoot {
  font-weight: bold;
}
td > div.verse {
  white-space: pre;
}

div.hdlist {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
div.hdlist tr {
  padding-bottom: 15px;
}
dt.hdlist1.strong, td.hdlist1.strong {
  font-weight: bold;
}
td.hdlist1 {
  vertical-align: top;
  font-style: normal;
  padding-right: 0.8em;
  color: navy;
}
td.hdlist2 {
  vertical-align: top;
}
div.hdlist.compact tr {
  margin: 0;
  padding-bottom: 0;
}

.comment {
  background: yellow;
}

.footnote, .footnoteref {
  font-size: 0.8em;
}

span.footnote, span.footnoteref {
  vertical-align: super;
}

#footnotes {
  margin: 20px 0 20px 0;
  padding: 7px 0 0 0;
}

#footnotes div.footnote {
  margin: 0 0 5px 0;
}

#footnotes hr {
  border: none;
  border-top: 1px solid silver;
  height: 1px;
  text-align: left;
  margin-left: 0;
  width: 20%;
  min-width: 100px;
}

div.colist td {
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  vertical-align: top;
}
div.colist td img {
  margin-top: 0.3em;
}

@media print {
  #footer-badges { display: none; }
}

#toc {
  margin-bottom: 2.5em;
}

#toctitle {
  color: #527bbd;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.1em;
}

div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
  margin-top: 0;
  margin-bottom: 0;
}
div.toclevel2 {
  margin-left: 2em;
  font-size: 0.9em;
}
div.toclevel3 {
  margin-left: 4em;
  font-size: 0.9em;
}
div.toclevel4 {
  margin-left: 6em;
  font-size: 0.9em;
}

span.aqua { color: aqua; }
span.black { color: black; }
span.blue { color: blue; }
span.fuchsia { color: fuchsia; }
span.gray { color: gray; }
span.green { color: green; }
span.lime { color: lime; }
span.maroon { color: maroon; }
span.navy { color: navy; }
span.olive { color: olive; }
span.purple { color: purple; }
span.red { color: red; }
span.silver { color: silver; }
span.teal { color: teal; }
span.white { color: white; }
span.yellow { color: yellow; }

span.aqua-background { background: aqua; }
span.black-background { background: black; }
span.blue-background { background: blue; }
span.fuchsia-background { background: fuchsia; }
span.gray-background { background: gray; }
span.green-background { background: green; }
span.lime-background { background: lime; }
span.maroon-background { background: maroon; }
span.navy-background { background: navy; }
span.olive-background { background: olive; }
span.purple-background { background: purple; }
span.red-background { background: red; }
span.silver-background { background: silver; }
span.teal-background { background: teal; }
span.white-background { background: white; }
span.yellow-background { background: yellow; }

span.big { font-size: 2em; }
span.small { font-size: 0.6em; }

span.underline { text-decoration: underline; }
span.overline { text-decoration: overline; }
span.line-through { text-decoration: line-through; }

div.unbreakable { page-break-inside: avoid; }


/*
 * xhtml11 specific
 *
 * */

tt {
  font-family: "Courier New", Courier, monospace;
  font-size: inherit;
  color: navy;
}

div.tableblock {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
}
div.tableblock > table {
  border: 3px solid #527bbd;
}
thead, p.table.header {
  font-weight: bold;
  color: #527bbd;
}
p.table {
  margin-top: 0;
}
/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
  border-style: none;
}
div.tableblock > table[frame="hsides"] {
  border-left-style: none;
  border-right-style: none;
}
div.tableblock > table[frame="vsides"] {
  border-top-style: none;
  border-bottom-style: none;
}


/*
 * html5 specific
 *
 * */

.monospaced {
  font-family: "Courier New", Courier, monospace;
  font-size: inherit;
  color: navy;
}

table.tableblock {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
}
thead, p.tableblock.header {
  font-weight: bold;
  color: #527bbd;
}
p.tableblock {
  margin-top: 0;
}
table.tableblock {
  border-width: 3px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #527bbd;
  border-collapse: collapse;
}
th.tableblock, td.tableblock {
  border-width: 1px;
  padding: 4px;
  border-style: solid;
  border-color: #527bbd;
}

table.tableblock.frame-topbot {
  border-left-style: hidden;
  border-right-style: hidden;
}
table.tableblock.frame-sides {
  border-top-style: hidden;
  border-bottom-style: hidden;
}
table.tableblock.frame-none {
  border-style: hidden;
}

th.tableblock.halign-left, td.tableblock.halign-left {
  text-align: left;
}
th.tableblock.halign-center, td.tableblock.halign-center {
  text-align: center;
}
th.tableblock.halign-right, td.tableblock.halign-right {
  text-align: right;
}

th.tableblock.valign-top, td.tableblock.valign-top {
  vertical-align: top;
}
th.tableblock.valign-middle, td.tableblock.valign-middle {
  vertical-align: middle;
}
th.tableblock.valign-bottom, td.tableblock.valign-bottom {
  vertical-align: bottom;
}


/*
 * manpage specific
 *
 * */

body.manpage h1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
}
body.manpage h2 {
  border-style: none;
}
body.manpage div.sectionbody {
  margin-left: 3em;
}

@media print {
  body.manpage div#toc { display: none; }
}
</style>
<script type="text/javascript">
/*<![CDATA[*/
var asciidoc = {  // Namespace.

/////////////////////////////////////////////////////////////////////
// Table Of Contents generator
/////////////////////////////////////////////////////////////////////

/* Author: Mihai Bazon, September 2002
 * http://students.infoiasi.ro/~mishoo
 *
 * Table Of Content generator
 * Version: 0.4
 *
 * Feel free to use this script under the terms of the GNU General Public
 * License, as long as you do not remove or alter this notice.
 */

 /* modified by Troy D. Hanson, September 2006. License: GPL */
 /* modified by Stuart Rackham, 2006, 2009. License: GPL */

// toclevels = 1..4.
toc: function (toclevels) {

  function getText(el) {
    var text = "";
    for (var i = el.firstChild; i != null; i = i.nextSibling) {
      if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
        text += i.data;
      else if (i.firstChild != null)
        text += getText(i);
    }
    return text;
  }

  function TocEntry(el, text, toclevel) {
    this.element = el;
    this.text = text;
    this.toclevel = toclevel;
  }

  function tocEntries(el, toclevels) {
    var result = new Array;
    var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
    // Function that scans the DOM tree for header elements (the DOM2
    // nodeIterator API would be a better technique but not supported by all
    // browsers).
    var iterate = function (el) {
      for (var i = el.firstChild; i != null; i = i.nextSibling) {
        if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
          var mo = re.exec(i.tagName);
          if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
            result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
          }
          iterate(i);
        }
      }
    }
    iterate(el);
    return result;
  }

  var toc = document.getElementById("toc");
  if (!toc) {
    return;
  }

  // Delete existing TOC entries in case we're reloading the TOC.
  var tocEntriesToRemove = [];
  var i;
  for (i = 0; i < toc.childNodes.length; i++) {
    var entry = toc.childNodes[i];
    if (entry.nodeName.toLowerCase() == 'div'
     && entry.getAttribute("class")
     && entry.getAttribute("class").match(/^toclevel/))
      tocEntriesToRemove.push(entry);
  }
  for (i = 0; i < tocEntriesToRemove.length; i++) {
    toc.removeChild(tocEntriesToRemove[i]);
  }

  // Rebuild TOC entries.
  var entries = tocEntries(document.getElementById("content"), toclevels);
  for (var i = 0; i < entries.length; ++i) {
    var entry = entries[i];
    if (entry.element.id == "")
      entry.element.id = "_toc_" + i;
    var a = document.createElement("a");
    a.href = "#" + entry.element.id;
    a.appendChild(document.createTextNode(entry.text));
    var div = document.createElement("div");
    div.appendChild(a);
    div.className = "toclevel" + entry.toclevel;
    toc.appendChild(div);
  }
  if (entries.length == 0)
    toc.parentNode.removeChild(toc);
},


/////////////////////////////////////////////////////////////////////
// Footnotes generator
/////////////////////////////////////////////////////////////////////

/* Based on footnote generation code from:
 * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
 */

footnotes: function () {
  // Delete existing footnote entries in case we're reloading the footnodes.
  var i;
  var noteholder = document.getElementById("footnotes");
  if (!noteholder) {
    return;
  }
  var entriesToRemove = [];
  for (i = 0; i < noteholder.childNodes.length; i++) {
    var entry = noteholder.childNodes[i];
    if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
      entriesToRemove.push(entry);
  }
  for (i = 0; i < entriesToRemove.length; i++) {
    noteholder.removeChild(entriesToRemove[i]);
  }

  // Rebuild footnote entries.
  var cont = document.getElementById("content");
  var spans = cont.getElementsByTagName("span");
  var refs = {};
  var n = 0;
  for (i=0; i<spans.length; i++) {
    if (spans[i].className == "footnote") {
      n++;
      var note = spans[i].getAttribute("data-note");
      if (!note) {
        // Use [\s\S] in place of . so multi-line matches work.
        // Because JavaScript has no s (dotall) regex flag.
        note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
        spans[i].innerHTML =
          "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
          "' title='View footnote' class='footnote'>" + n + "</a>]";
        spans[i].setAttribute("data-note", note);
      }
      noteholder.innerHTML +=
        "<div class='footnote' id='_footnote_" + n + "'>" +
        "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
        n + "</a>. " + note + "</div>";
      var id =spans[i].getAttribute("id");
      if (id != null) refs["#"+id] = n;
    }
  }
  if (n == 0)
    noteholder.parentNode.removeChild(noteholder);
  else {
    // Process footnoterefs.
    for (i=0; i<spans.length; i++) {
      if (spans[i].className == "footnoteref") {
        var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
        href = href.match(/#.*/)[0];  // Because IE return full URL.
        n = refs[href];
        spans[i].innerHTML =
          "[<a href='#_footnote_" + n +
          "' title='View footnote' class='footnote'>" + n + "</a>]";
      }
    }
  }
},

install: function(toclevels) {
  var timerId;

  function reinstall() {
    asciidoc.footnotes();
    if (toclevels) {
      asciidoc.toc(toclevels);
    }
  }

  function reinstallAndRemoveTimer() {
    clearInterval(timerId);
    reinstall();
  }

  timerId = setInterval(reinstall, 500);
  if (document.addEventListener)
    document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
  else
    window.onload = reinstallAndRemoveTimer;
}

}
asciidoc.install(2);
/*]]>*/
</script>
<meta name="author" content="Heiko Oberdiek" />
<meta name="date" content="2014-11-11" />
</head>
<body class="article">
<div id="header">
<h1>README for project latex-tds</h1>
<span id="author">Heiko Oberdiek</span><br />
<span id="revdate">2014/11/12</span>
<div id="toc">
  <div id="toctitle">Table of Contents</div>
  <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_project_latex_tds">1. Project latex-tds</h2>
<div class="sectionbody">
<div class="quoteblock">
<div class="content">
<div class="paragraph"><p>Bundle `latex-tds' provides a set of ZIP file modules containing TDS-compliant trees for items of the LaTeX distribution (both the base system and required packages), together with `user-friendly' documentation (PDF files with navigation support using bookmarks and links).</p></div>
</div>
<div class="attribution">
</div></div>
<div class="dlist"><dl>
<dt class="hdlist1">
Version:
</dt>
<dd>
<p>
  2014/11/12
</p>
</dd>
<dt class="hdlist1">
Author:
</dt>
<dd>
<p>
  Heiko Oberdiek
</p>
</dd>
<dt class="hdlist1">
Email and bug report address:
</dt>
<dd>
<p>
  heiko.oberdiek at googlemail.com
</p>
</dd>
<dt class="hdlist1">
CTAN home page with distribution files:
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/macros/latex/contrib/latex-tds/">CTAN:macros/latex/contrib/latex-tds/</a>
</p>
</dd>
<dt class="hdlist1">
Source repository (without distribution files):
</dt>
<dd>
<p>
  <a href="https://github.com/oberdiek/latex-tds">https://github.com/oberdiek/latex-tds</a>
</p>
</dd>
</dl></div>
<div class="sect2">
<h3 id="_how_it_has_started">1.1. How it has started</h3>
<div class="paragraph"><p>The project started as I wanted to install the new LaTeX release 2005/12/01
that was announced at 2006/04/27. However the files are not packed in
TDS format, ready for unpacking in the destination directory. And
the documentation files were not yet generated or the provided
PDF files are lacking of basic features such as bookmarks or link support.
Thus this project has started. I thought it could be finished during
the afternoon at the day of the announcement &#8230;</p></div>
</div>
<div class="sect2">
<h3 id="_goals_of_the_project">1.2. Goals of the project</h3>
<div class="ulist"><ul>
<li>
<p>
From the sources a TDS compliant tree is constructed and populated.
  The zipped result is distributed.
</p>
</li>
<li>
<p>
All the documentation is generated from the sources. The PDF files
  are user friendly and provide navigational support with bookmarks
  and links.
</p>
</li>
<li>
<p>
The PDF files are post-processed to reduce the file size.
</p>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_scope">1.3. Scope</h3>
<div class="paragraph"><p>I do not have the time to assemble a TeX distribution with
thousands of packages. Therefore I restricted myself to the
LaTeX base distribution and the required bundles.
In the following I will use the term &#8216;module&#8217; for a package bundle.</p></div>
</div>
<div class="sect2">
<h3 id="_module_list">1.4. Module list</h3>
<div class="paragraph"><p>The link addresses are the sources for the modules.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<strong>base</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/macros/latex/base.zip">CTAN:macros/latex/base.zip</a><br />
  <a href="http://mirror.ctan.org/macros/latex/doc.zip">CTAN:macros/latex/doc.zip</a><br />
  <a href="http://www.latex-project.org/guides/lb2.err">http://www.latex-project.org/guides/lb2.err</a><br />
  <a href="http://www.latex-project.org/guides/lgc2.err">http://www.latex-project.org/guides/lgc2.err</a><br />
  <a href="http://www.latex-project.org/guides/manual.err">http://www.latex-project.org/guides/manual.err</a><br />
  <a href="http://www.latex-project.org/guides/tlc2.err">http://www.latex-project.org/guides/tlc2.err</a><br />
</p>
</dd>
<dt class="hdlist1">
<strong>tools</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/macros/latex/required/tools">CTAN:macros/latex/required/tools.zip</a>
</p>
</dd>
<dt class="hdlist1">
<strong>cyrillic</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/macros/latex/required/cyrillic.zip">CTAN:macros/latex/required/cyrillic.zip</a>
</p>
</dd>
<dt class="hdlist1">
<strong>amslatex</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/install/macros/latex/required/amslatex/amscls.tds.zip">CTAN:install/macros/latex/required/amslatex/amscls.tds.zip</a><br />
  <a href="http://mirror.ctan.org/install/macros/latex/required/amslatex/math.tds.zip">CTAN:install/macros/latex/required/amslatex/math.tds.zip</a><br />
  <a href="http://mirror.ctan.org/macros/latex/contrib/amsrefs.zip">CTAN:macros/latex/contrib/amsrefs.zip</a><br />
  <a href="http://mirror.ctan.org/macros/latex/required/amslatex.zip">CTAN:macros/latex/required/amslatex.zip</a><br />
  <a href="ftp://ftp.ams.org/pub/tex/amsrefs/amsrefs.zip">ftp://ftp.ams.org/pub/tex/amsrefs/amsrefs.zip</a><br />
  <a href="ftp://ftp.ams.org/pub/tex/amscls.zip">ftp://ftp.ams.org/pub/tex/amscls.zip</a><br />
  <a href="ftp://ftp.ams.org/pub/tex/amsmath.zip">ftp://ftp.ams.org/pub/tex/amsmath.zip</a><br />
  patch/amsbooka.zip
</p>
</dd>
<dt class="hdlist1">
<strong>amsfonts</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/install/fonts/amsfonts.tds.zip">CTAN:install/fonts/amsfonts.tds.zip</a>
</p>
</dd>
<dt class="hdlist1">
<strong>psnfss</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/macros/latex/required/psnfss.zip">CTAN:macros/latex/required/psnfss.zip</a>
</p>
</dd>
<dt class="hdlist1">
<strong>tds</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/tds.zip">CTAN:tds.zip</a>
</p>
</dd>
<dt class="hdlist1">
<strong>knuth</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/systems/knuth/dist/errata.zip">CTAN:systems/knuth/dist/errata.zip</a><br />
  <a href="http://mirror.ctan.org/systems/knuth/dist/etc.zip">CTAN:systems/knuth/dist/etc.zip</a><br />
  <a href="http://mirror.ctan.org/systems/knuth/dist/mfware.zip">CTAN:systems/knuth/dist/mfware.zip</a><br />
  <a href="http://mirror.ctan.org/systems/knuth/dist/texware.zip">CTAN:systems/knuth/dist/texware.zip</a><br />
  <a href="http://mirror.ctan.org/systems/knuth/dist/web.zip">CTAN:systems/knuth/dist/web.zip</a><br />
  <a href="http://mirror.ctan.org/systems/knuth/dist/tex.zip">CTAN:systems/knuth/dist/tex.zip</a><br />
  <a href="http://mirror.ctan.org/systems/knuth/dist/mf.zip">CTAN:systems/knuth/dist/mf.zip</a>
</p>
</dd>
<dt class="hdlist1">
<strong>etex</strong>
</dt>
<dd>
<p>
  <a href="http://mirror.ctan.org/systems/e-tex/v2.1/etex_doc.zip">CTAN:systems/e-tex/v2.1/etex_doc.zip</a>
</p>
</dd>
</dl></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_abbreviations_glossary">2. Abbreviations, Glossary</h2>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
CTAN
</dt>
<dd>
<p>
    Comprehensive TeX Archive Network.<br />
    FAQ entry: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives</a><br />
    For example, you can resolve the prefix <tt>CTAN:</tt> by using
    <tt>http://mirror.ctan.org/</tt>.
</p>
</dd>
<dt class="hdlist1">
latex-tds
</dt>
<dd>
<p>
    The name of this project.
</p>
</dd>
<dt class="hdlist1">
TDS
</dt>
<dd>
<p>
    TeX Directory Structure.<br />
    FAQ entry: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds</a><br />
    Specification: <a href="http://www.ctan.org/pkg/tds">http://www.ctan.org/pkg/tds</a>
</p>
</dd>
</dl></div>
</div>
</div>
<div class="sect1">
<h2 id="_download">3. Download</h2>
<div class="sectionbody">
<div class="paragraph"><p>The home of the project is located at:</p></div>
<div class="quoteblock">
<div class="content">
<div class="paragraph"><p><a href="http://mirror.ctan.org//macros/latex/contrib/latex-tds/">CTAN:macros/latex/contrib/latex-tds/</a></p></div>
</div>
<div class="attribution">
</div></div>
<div class="paragraph"><p>The following files can be downloaded:</p></div>
<div class="ulist"><ul>
<li>
<p>
<tt>README</tt>, <tt>README.html</tt>, <tt>README.pdf</tt>:
  The README file in different formats.
</p>
</li>
<li>
<p>
<tt>&lt;module&gt;.tds.zip</tt>: The module distribution files,
  see section &#8216;<a href="#_module_list">Module list</a>&#8217; above
  for the available modules.
</p>
</li>
<li>
<p>
<tt>source.tds.zip</tt>: The sources, mainly the build script, configuration and
  driver files, and patches.
  Some of the used tools are not provided, see section
  &#8216;<a href="#_build_hints">Build Hints</a>&#8217;.
</p>
</li>
<li>
<p>
<tt>latex-tds.tds.zip</tt>: The universe, the contents of all the ZIP files above,
  merged together.
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_installation_hints">4. Installation Hints</h2>
<div class="sectionbody">
<div class="paragraph"><p>Hopefully the result of this project helps you in the installation
process. You get a TDS compliant tree just by unpacking.</p></div>
<div class="paragraph"><p>Example:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>  cd /some/where/texmf
  unzip latex-tds</tt></pre>
</div></div>
<div class="paragraph"><p>or unzip&#8217;s option <tt>-d</tt>:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>  unzip latex-tds -d /some/where/texmf</tt></pre>
</div></div>
<div class="paragraph"><p>Instead of the universe ZIP file single modules can be selected.</p></div>
<div class="paragraph"><p>Important to remember, point your unpack process right in
the root directory of your TDS tree. The directory structure
in the ZIP files start with the top-level directories:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>  doc/latex/base/...
  tex/latex/tools/...
  source/...</tt></pre>
</div></div>
<div class="paragraph"><p>Rationale: The root directory of a TDS tree can have different
names, such as texmf-dist, texmf-local, &#8230;</p></div>
<div class="sect2">
<h3 id="_hints">4.1. Hints</h3>
<div class="openblock">
<div class="content">
<div class="ulist"><ul>
<li>
<p>
Refresh the file name database.
</p>
</li>
<li>
<p>
Be aware that unpacking can insert and update files, but never
  deletes obsolete ones. Remainders of previous releases can
  cause trouble.
</p>
</li>
<li>
<p>
Depending on the module further installation steps can be
  necessary, consult the module&#8217;s own documentation.
</p>
</li>
</ul></div>
</div></div>
<div class="sect3">
<h4 id="_module_base">4.1.1. Module base</h4>
<div class="ulist"><ul>
<li>
<p>
The default <tt>texsys.cfg</tt> that LaTeX provides is put
    into <tt>TDS:tex/latex/base</tt>. It must be removed, if you need
    a specialized version. Consult your TeX distribution
    and <tt>TDS:doc/latex/base/source2e.pdf</tt> (module ltdirchk).
    Usually changes are not required for many TeX distributions
    such as Unix (web2c), MikTeX, &#8230;
</p>
</li>
<li>
<p>
Formats need rebuilding (e.g., fmtutil).
</p>
</li>
</ul></div>
</div>
<div class="sect3">
<h4 id="_module_psnfss">4.1.2. Module psnfss</h4>
<div class="ulist"><ul>
<li>
<p>
The map files need further configuring (e.g., updmap).
</p>
</li>
</ul></div>
</div>
<div class="sect3">
<h4 id="_module_graphics">4.1.3. Module graphics</h4>
<div class="ulist"><ul>
<li>
<p>
Module graphics does not provide all driver files, because some are
    developed independently (<tt>pdftex.def</tt>, &#8230;).
</p>
</li>
</ul></div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_copyright_license">5. Copyright, License</h2>
<div class="sectionbody">
<div class="paragraph"><p>Copyright &#169; 2006-2014 Heiko Oberdiek.</p></div>
<div class="paragraph"><p>License is <strong>LPPL 1.3c</strong>:</p></div>
<div class="paragraph"><p>This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
of this license or (at your option) any later version.
The latest version of this license is in</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>  http://www.latex-project.org/lppl.txt</tt></pre>
</div></div>
<div class="paragraph"><p>and version 1.3c or later is part of all distributions of LaTeX
version 2005/12/01 or later.</p></div>
<div class="paragraph"><p>This work has the LPPL maintenance status &#8216;maintained&#8217;.</p></div>
<div class="paragraph"><p>The Current Maintainer of this work is Heiko Oberdiek.</p></div>
<div class="paragraph"><p>See the following section &#8216;<a href="#_manifest">Manifest</a>&#8217; for a list of all files
belonging to the project &#8216;latex-tds&#8217;.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_manifest">6. Manifest</h2>
<div class="sectionbody">
<div class="paragraph"><p>Included are the projects &#8216;adjust_checksum&#8217; and &#8216;ziptimetree&#8217;.
They are projects of their own.</p></div>
<div class="sect2">
<h3 id="_documentation">6.1. Documentation</h3>
<div class="tableblock">
<table rules="rows"
width="100%"
frame="hsides"
cellspacing="0" cellpadding="4">
<col width="30%" />
<col width="70%" />
<tbody>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>README                    </tt></pre></div></td>
<td align="left" valign="top"><p class="table">plain text file</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>README.html               </tt></pre></div></td>
<td align="left" valign="top"><p class="table">standalone HTML file</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>README.pdf                </tt></pre></div></td>
<td align="left" valign="top"><p class="table">PDF version</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>README.asciidoc           </tt></pre></div></td>
<td align="left" valign="top"><p class="table">main source code in text document format <a href="http://www.methods.co.nz/asciidoc/">AsciiDoc</a></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>README-docinfo.html       </tt></pre></div></td>
<td align="left" valign="top"><p class="table">source code, read by asciidoc to generate <tt>README.html</tt></p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sect2">
<h3 id="_licenses">6.2. Licenses</h3>
<div class="tableblock">
<table rules="rows"
width="100%"
frame="hsides"
cellspacing="0" cellpadding="4">
<col width="30%" />
<col width="70%" />
<tbody>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>license/lppl.txt              </tt></pre></div></td>
<td align="left" valign="top"><p class="table">LPPL (The LaTeX Project Public License)
                                for latex-tds and adjust_checksum</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>license/ziptimetree/lgpl.txt  </tt></pre></div></td>
<td align="left" valign="top"><p class="table">LGPL (GNU Lesser General Public License)
                                for ziptimetree, check-ascii, check-eolspaces</p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sect2">
<h3 id="_scripts">6.3. Scripts</h3>
<div class="tableblock">
<table rules="rows"
width="100%"
frame="hsides"
cellspacing="0" cellpadding="4">
<col width="30%" />
<col width="70%" />
<tbody>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>build.pl                      </tt></pre></div></td>
<td align="left" valign="top"><p class="table">main script for building the distribution</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>lib/adjust_checksum.pl        </tt></pre></div></td>
<td align="left" valign="top"><p class="table">Perl script that runs a DTX file through
                                LaTeX and corrects its <tt>\Checksum</tt> if necessary</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>lib/check-ascii.pl            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">Perl script that looks for non-ASCII characters</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>lib/check-eolspaces.pl        </tt></pre></div></td>
<td align="left" valign="top"><p class="table">Perl script that looks for trailing spaces</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>lib/check-tds-installation.pl </tt></pre></div></td>
<td align="left" valign="top"><p class="table">Perl script that compares a module with
                                an installation inside a TDS tree.</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>lib/ziptimetree.pl            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">Perl script that generates a ZIP file from
                                a directory tree with sorted entries (LGPL)</p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sect2">
<h3 id="_configuration">6.4. Configuration</h3>
<div class="tableblock">
<table rules="rows"
width="100%"
frame="hsides"
cellspacing="0" cellpadding="4">
<col width="30%" />
<col width="70%" />
<tbody>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/docstrip.cfg          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">enables TDS feature and creates directories</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/errata.cfg            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">for errata lists of latex/base</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/fix-expl3-lua.ini     </tt></pre></div></td>
<td align="left" valign="top"><p class="table">fix for expl3, if used in format file</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/hyperref.cfg          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">hyperref configuration file</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/ltnews.cfg            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">for LaTeX News of latex/base</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/ltugboat.cls          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">setup for class ltugboat</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/ltxdoc.cfg            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">setup for class ltxdoc</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/ltxguide.cfg          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">setup for the guide manuals in latex/base
                            and required/psnfss</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/lualatex-tds.ini      </tt></pre></div></td>
<td align="left" valign="top"><p class="table">init file for format generation for LuaTeX</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/lualatex-tds2.ini     </tt></pre></div></td>
<td align="left" valign="top"><p class="table">init file for LuaTeX format without LM Math</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/manual.cfg            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">setup for errata list of the LaTeX manual
                            in latex/base</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/pdflatex-tds.ini      </tt></pre></div></td>
<td align="left" valign="top"><p class="table">init file for format generation for pdfTeX</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/tdsguide.cfg          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">setup for class <tt>tdsguide.cls</tt></p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sect2">
<h3 id="_documentation_driver">6.5. Documentation driver</h3>
<div class="tableblock">
<table rules="rows"
width="100%"
frame="hsides"
cellspacing="0" cellpadding="4">
<col width="30%" />
<col width="70%" />
<tbody>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/ams.drv               </tt></pre></div></td>
<td align="left" valign="top"><p class="table">generic doc driver for files from the
                            amslatex bundle</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/doc_lppl.tex          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver for <tt>base/lppl.tex</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/errata.all            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver for <tt>knuth/errata/errata.pdf</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/errata.drv            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver for <tt>knuth/errata/errata_*.pdf</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/errorlog.drv          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver for <tt>knuth/errata/errorlog.tex</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/etex_man.drv          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver for <tt>etex/etex_man.tex</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/knuth.drv             </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver for <tt>knuth/</tt>{<tt>texware</tt>,<tt>mfware</tt>,<tt>etc</tt>}+/*.web+</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/knuth-outline.tex     </tt></pre></div></td>
<td align="left" valign="top"><p class="table">outline file list for module knuth</p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/ltnews.tex            </tt></pre></div></td>
<td align="left" valign="top"><p class="table">master file that merges all <tt>base/ltnews*.tex</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/ltxcheck.drv          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver with patches for <tt>ltxcheck.tex</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/psnfss2e.drv          </tt></pre></div></td>
<td align="left" valign="top"><p class="table">doc driver with patches for <tt>psnfss2e.tex</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/tools-overview.cls    </tt></pre></div></td>
<td align="left" valign="top"><p class="table">class for <tt>tools.tex</tt></p></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>tex/tools.tex             </tt></pre></div></td>
<td align="left" valign="top"><p class="table">master file for tools overview, generated
                            by the <tt>build.pl</tt> script from <tt>tools/manifest.txt</tt></p></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sect2">
<h3 id="_patches">6.6. Patches</h3>
<div class="tableblock">
<table rules="rows"
width="100%"
frame="hsides"
cellspacing="0" cellpadding="4">
<col width="30%" />
<col width="70%" />
<thead>
<tr>
<th align="left" valign="top">Diff/patch file</th>
<th align="left" valign="top">Patched file</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/amsbooka.zip        </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>amslatex/amsbooka.*</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/amsclass.dtx.diff   </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>amslatex/amsclass.dtx</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/amsfndoc.def.diff   </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>amsfonts/amsfndoc.def</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/amsfndoc.tex.diff   </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>amsfonts/amsfndoc.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/amsldoc.tex.diff    </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>amslatex/amsldoc.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/changes.tex.diff    </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>amslatex/amsrefs/changes.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/encguide.tex.diff   </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>base/encguide.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/errorlog.tex.diff   </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>knuth/errata/errorlog.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/logmac.tex.diff     </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>knuth/errata/logmac.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/source2e.tex.diff   </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>base/source2e.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/tlc2.err.diff       </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>base/tlc2.err</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/trapman.tex.diff    </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>knuth/mf/trapman.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/tripman.tex.diff    </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>knuth/tex/tripman.tex</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/utf8ienc.dtx.diff   </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>base/utf8ienc.dtx</tt></pre></div></td>
</tr>
<tr>
<td align="left" valign="top"><div class="literal"><pre><tt>patch/webman.tex.diff     </tt></pre></div></td>
<td align="left" valign="top"><div class="literal"><pre><tt>knuth/web/webman.tex</tt></pre></div></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_design_principles">7. Design Principles</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
Compliance with the latest TDS specification.
</p>
</li>
<li>
<p>
No redundancy.
</p>
</li>
<li>
<p>
User friendly PDF files with navigational support:
</p>
<div class="ulist"><ul>
<li>
<p>
bookmarks
</p>
</li>
<li>
<p>
links
</p>
</li>
</ul></div>
</li>
<li>
<p>
Complete documentation. The documentation generation with
  enhanced PDF files is the tricky part and should be saved
  from the user.
</p>
</li>
<li>
<p>
Output format of generated documentation is PDF, see above.
  Other formats such as DVI or PS are not generated and provided.
</p>
</li>
<li>
<p>
Documentation bundles are preferred to many partial documentation
  files (e.g. <tt>source2e.pdf</tt> or <tt>ltnews.pdf</tt>).
</p>
</li>
<li>
<p>
If several expansion stages of a documentation are available,
  then just the most complete expansion stage should be used.
</p>
</li>
<li>
<p>
Files that do not fit in a program sub tree of TDS stay below
  <tt>TDS:source</tt> (e.g. <tt>latexbug.el</tt> from latex/base). Then they do not
  get lost at least.
</p>
</li>
<li>
<p>
Page layout: <tt>a4paper</tt> with reduced vertical margins (exception: ltnews).
  (This also decreases the page number usually.)
</p>
</li>
<li>
<p>
&#8230;
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_remarks">8. Remarks</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_base">8.1. Base</h3>
<div class="ulist"><ul>
<li>
<p>
<tt>source2e.pdf</tt> is used instead of many single <tt>lt*.pdf</tt> files.
</p>
</li>
<li>
<p>
<tt>ltnews.pdf</tt> is introduced to avoid cluttering the doc directory
  with many single sheet <tt>ltnews*.pdf</tt> files.
</p>
</li>
<li>
<p>
Patch for <tt>ltfssdcl.dtx</tt>: Checksum fixed.
</p>
</li>
<li>
<p>
&#8230;
</p>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_tools">8.2. Tools</h3>
<div class="ulist"><ul>
<li>
<p>
Added: <tt>tools.pdf</tt> as overview/contents/index file with links
  and short descriptions of the single packages. (It uses
  the data from <tt>manifest.txt</tt>).
</p>
</li>
<li>
<p>
&#8230;
</p>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_knuth">8.3. Knuth</h3>
<div class="ulist"><ul>
<li>
<p>
Current CTAN &#8594; TDS mapping in use:
  <tt>CTAN:systems/knuth/dist</tt> &#8594; <tt>TDS:&lt;toplevel&gt;/knuth</tt>
</p>
</li>
<li>
<p>
Unsure where to put trip/trap files. Currently they are
  put in <tt>TDS:source</tt>, because the documentation files
  (<tt>tripman.pdf</tt>, <tt>trapman.pdf</tt>) are in <tt>TDS:doc</tt>. They lists the
  trip/trap files already.
</p>
</li>
<li>
<p>
Not covered is
  <a href="http://mirror.ctan.org/systems/knuth/dist/lib/">CTAN:systems/knuth/dist/lib/</a>
  In TeX Live 2007/2008 the files are installed at different
  locations:
</p>
<div class="literalblock">
<div class="content">
<pre><tt>texmf-dist/fonts/source/public/mflogo/logo10.mf
texmf-dist/fonts/source/public/mflogo/logo8.mf
texmf-dist/fonts/source/public/mflogo/logo9.mf
texmf-dist/fonts/source/public/mflogo/logobf10.mf
texmf-dist/fonts/source/public/mflogo/logo.mf
texmf-dist/fonts/source/public/mflogo/logosl10.mf
texmf-dist/fonts/source/public/misc/grayf.mf
texmf-dist/fonts/source/public/misc/manfnt.mf
texmf-dist/fonts/source/public/misc/slant.mf
texmf-dist/metafont/base/expr.mf
texmf-dist/metafont/base/io.mf
texmf-dist/metafont/base/null.mf
texmf-dist/metafont/base/plain.mf
texmf-dist/metafont/misc/3test.mf
texmf-dist/metafont/misc/6test.mf
texmf-dist/metafont/misc/rtest.mf
texmf-dist/metafont/misc/test.mf
texmf-dist/metafont/misc/waits.mf
texmf-dist/metafont/misc/ztest.mf
texmf-dist/mft/base/cmbase.mft
texmf-dist/mft/base/plain.mft
texmf-dist/tex/generic/misc/null.tex
texmf-dist/tex/plain/base/manmac.tex
texmf-dist/tex/plain/base/mftmac.tex
texmf-dist/tex/plain/base/plain.tex
texmf-dist/tex/plain/base/story.tex
texmf-dist/tex/plain/base/testfont.tex
texmf-dist/tex/plain/base/webmac.tex
texmf/tex/generic/hyphen/hyphen.tex</tt></pre>
</div></div>
</li>
</ul></div>
</div>
<div class="sect2">
<h3 id="_e_tex">8.4. e-TeX</h3>
<div class="ulist"><ul>
<li>
<p>
Only the manual &#8216;etex_man&#8217; is covered by this module.
</p>
</li>
</ul></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_build_hints">9. Build Hints</h2>
<div class="sectionbody">
<div class="paragraph"><p>The most important advice I can give: &#8216;Forget it&#8217;!
The purpose of the source files are rather to show, what was
done in which way.
The <tt>*.zip</tt> with TDS trees are the goal of the project, not the
build process. Some remarks, if someone wants to build the
modules himself:</p></div>
<div class="ulist"><ul>
<li>
<p>
TeX compiler: LuaTeX and pdfTeX (&ge; 1.30).
</p>
</li>
<li>
<p>
An up-to-date LaTeX installation, at least TeX Live 2012.
</p>
</li>
<li>
<p>
Additional packages can be necessary, e.g.
  <a href="http://mirror.ctan.org/language/armenian/armtex.zip">CTAN:language/armenian/armtex.zip</a>
  is not part of TeX Live 2012.
</p>
</li>
<li>
<p>
Most of the PDF files are generated using lualatex and package
  &#8216;fontspec&#8217; that uses the Latin Modern fonts as default. They
  are available as OpenType fonts. LuaTeX generates with OpenType
  fonts considerably smaller PDF files. Also PDF object stream
  compression is used (PDF 1.5). Therefore the further
  post-processing of PDF files are currently dropped.
</p>
</li>
<li>
<p>
(Outdated since 2011-07-01) PDF post-processing, I have used two steps:
</p>
<div class="openblock">
<div class="content">
<div class="olist arabic"><ol class="arabic">
<li>
<p>
First step:
</p>
<div class="olist loweralpha"><ol class="loweralpha">
<li>
<p>
I have written a tool that analyzes page stream contents and
        optimizes them (removal of unnecessary color settings, minimize
        translation operations, &#8230;)
        &#8594; <tt>pdfbox-rewrite.jar</tt>.
</p>
</li>
<li>
<p>
For reading and writing the PDF file I have used PDFBox
        &#8594; <tt>PDFBox-0.7.2.jar</tt> (<a href="http://pdfbox.apache.org/">http://pdfbox.apache.org/</a>).
</p>
</li>
<li>
<p>
To get better results I patched some of the classes
        of PDFBox (especially the write module)
        &#8594; <tt>pdfbox-rewrite.jar</tt>.
</p>
</li>
</ol></div>
</li>
<li>
<p>
The final conversion step was done by Multivalent, because
     it makes a very good job in PDF compression:
     &#8594; <tt>Multivalent20060102.jar</tt> (<a href="http://multivalent.sourceforge.net/">http://multivalent.sourceforge.net/</a>)
</p>
</li>
</ol></div>
<div class="paragraph"><p>Multivalent and PDFBox are available, <tt>pdfbox-rewrite.jar</tt>, however,
  is just a first prototype, not ripe for a release.
  Therefore this step of post-processing is optional for the
  project latex-tds. The build script looks for the library and
  skips this steps automatically if necessary.
    If you give the build script the option <tt>--nopostprocess</tt>,
  then it will skip the postprocess steps (building is faster,
  the pdf files a little larger).
    Install the jar files in the directory <tt>lib</tt> where
  they are expected by the build script.</p></div>
</div></div>
</li>
<li>
<p>
Unix, Perl background is expected.
</p>
</li>
<li>
<p>
No support or documentation.
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_history">10. History</h2>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
2006/04/27
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Start of the project (without babel, amslatex, psnfss).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2006/06/01
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex added.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2006/06/03
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Modules psnfss and babel added, now all modules are covered.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2006/06/07
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
The project uploaded to CTAN.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2006/07/31
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Index added to base/classes.dtx.
</p>
</li>
<li>
<p>
ZIP files renamed: <tt>*-tds.zip</tt> &#8594; <tt>*.zip</tt>
</p>
</li>
<li>
<p>
Comment added to ZIP files.
</p>
</li>
<li>
<p>
Update of <tt>readme.txt</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2006/08/26
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module tds for <a href="http://mirror.ctan.org/tds/">CTAN:tds/</a> added.
</p>
</li>
<li>
<p>
Obsolete hyphenation patterns added to babel&#8217;s source directory
    to avoid violation of LPPL.
</p>
</li>
<li>
<p>
Script adjust_checksum added and scripts are put below <tt>TDS:scripts</tt>.
</p>
</li>
<li>
<p>
<tt>TDS:makeindex/base/</tt> renamed to <tt>TDS:makeindex/latex/</tt>
</p>
</li>
<li>
<p>
Exception for <tt>sample2e.tex</tt> and <tt>small2e.tex</tt> that now go into
    <tt>TDS:tex/latex/base/</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2006/08/28
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Default <tt>texsys.cfg</tt> is generated.
</p>
</li>
<li>
<p>
<tt>adjust_checksum.pl</tt> and <tt>ziptimetree.pl</tt> now moved from the <tt>scripts</tt>
    branch to <tt>TDS:source/latex/latex-tds/lib/</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2006/12/27
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Fix of <tt>ltxguide.cfg</tt> that had loaded doc.sty that disturbs the
    verbatim stuff in <tt>fntguide.tex</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2007/01/08
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Fix for documentation of longtable.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2007/03/19
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Patch for <tt>babel/latin.dtx</tt> added (babel/3922).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2007/09/04
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
A minor update on CTAN regarding babel:
   <tt>iahyphen.tex</tt>, <tt>icehyph.tex</tt>, and <tt>lahyph.tex</tt> are now symbolic links
   to their location in <a href="http://mirror.ctan.org/language/hyphenation/">CTAN:language/hyphenation/</a>.
   Therefore also
   <tt>lahyph.tex</tt> is now installed in <tt>TDS:tex/generic/hyphen/</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2007/10/18
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of module amslatex because of updated package amsrefs.
</p>
</li>
<li>
<p>
Fix in <tt>latin.dtx.diff</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2007/10/24
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of babel.
</p>
</li>
<li>
<p>
Update of amsrefs (<tt>TDS:tex/latex/amscls</tt> &#8594; <tt>TDS:tex/latex/amsrefs</tt>).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/04/01
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of babel (2008/03/17).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/04/02
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Fix: <tt>latex/base/*.err</tt> added to <tt>TDS:source/latex/base/</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/04/05
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Using <tt>.tds.zip</tt> instead of .zip to follow <tt>CTAN:install</tt>'s naming
    conventions.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/06/28
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of babel (2008/06/01).
</p>
</li>
<li>
<p>
Babel documentation: table of contents reformatted.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/07/07
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of babel (2008/07/06).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/07/10
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module knuth added.
</p>
</li>
<li>
<p>
Update of babel (2008/07/07).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/07/11
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Fixes and additions for module knuth.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/07/25
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: <tt>instr-l.tex</tt> vanished from CTAN (but not at AMS side).
</p>
</li>
<li>
<p>
Some unwanted spaces in generated PDF files fixed.
    (Caused by a wrong package file that was found on my system first.)
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/08/10
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module latex3 added.
</p>
</li>
<li>
<p>
Module base: CTAN hyperlinks fixed.
</p>
</li>
<li>
<p>
Module amslatex: Outdated URL fixed in <tt>amsldoc.tex</tt>.
</p>
</li>
<li>
<p>
Module babel: Problem with already defined <tt>\meta</tt> in <tt>tb1604.tex</tt> fixed.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/09/06
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base:
</p>
<div class="ulist"><ul>
<li>
<p>
Using uptodate versions from LaTeX project page for errata lists.
</p>
</li>
<li>
<p>
<tt>lgc2.err</tt> added (LaTeX Graphics Companion, 2. ed.).
</p>
</li>
<li>
<p>
Various fixes in errata lists.
</p>
</li>
</ul></div>
</li>
<li>
<p>
Module tools: <tt>array.dtx</tt>: documentation fixed (tools/4044).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2008/09/10
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base: Missing title date for utf8ienc.pdf fixed.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2009/09/05
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: updated.
</p>
</li>
<li>
<p>
Module latex3: xpackages updated.
</p>
</li>
<li>
<p>
Module latex3: expl3 removed, because nothing to do.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2009/09/25
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: updated.
</p>
</li>
<li>
<p>
Module babel: updated.
</p>
</li>
<li>
<p>
Update of LaTeX, release 2009/09/24.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2009/12/07
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: Unhappily the <tt>.zip</tt> files are quite a mess,
    because they contain a mixup of old and new versions.
    Tried to sort this out and fix the last update.
</p>
</li>
<li>
<p>
Module latex3: xpackages removed, because nothing to do.
</p>
</li>
<li>
<p>
Module latex3 removed, nothing left to do.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2010/05/04
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base: page layout for source2e fixed (changes, index).
</p>
</li>
<li>
<p>
Module base: update of <tt>.err</tt> files.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2010/10/27
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: amscls and amsrefs updated.
</p>
</li>
<li>
<p>
Module etex added (only for etex_man).
</p>
</li>
<li>
<p>
Erratas updated.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/03/10
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base: patch for latex/4148 (Missing <tt>\label</tt> and <tt>\ref</tt> in <tt>lppl.tex</tt>).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/04/18
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: There is an outdated version of amsthm.sty in
    <a href="http://mirror.ctan.org/install/macros/latex/required/amslatex/amscls.tds.zip">CTAN:install/macros/latex/required/amslatex/amscls.tds.zip</a>.
    The package <tt>amsthm.sty</tt> is now generated from the source.
</p>
</li>
<li>
<p>
Using TDS tree for missing packages that are not part of TeX Live.
    Module base: <a href="http://mirror.ctan.org/language/armenian/armtex.zip">CTAN:language/armenian/armtex.zip</a>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/06/24
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: Two downloads from AMS server removed, because
    the files are not longer available (and they are on CTAN).
</p>
</li>
<li>
<p>
Module amslatex: 00readme.txt and amsrefs.dtx taken from
    <a href="http://mirror.ctan.org/macros/latex/contrib/amsrefs.zip">CTAN:macros/latex/contrib/amsrefs.zip</a> instead of
    <a href="http://mirror.ctan.org/install/macros/latex/contrib/amsrefs.tds.zip">CTAN:install/macros/latex/contrib/amsrefs.tds.zip</a>
    because the later archive file is out of sync.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/06/30
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base:
</p>
<div class="ulist"><ul>
<li>
<p>
Update of LaTeX, release 2011/06/27.
</p>
</li>
<li>
<p>
Patch <tt>ltpatch.ltx</tt> to match the kernel version.
</p>
</li>
<li>
<p>
Patch <tt>lppl.tex.diff</tt> removed (no longer needed).
</p>
</li>
<li>
<p>
Patch <tt>ltfssdcl.dtx.diff</tt> added (checksum fixed).
</p>
</li>
</ul></div>
</li>
<li>
<p>
Module tools: Release 2011/06.
</p>
</li>
<li>
<p>
Module babel: Release 2011/06.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/07/01
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
PDF generation:
</p>
<div class="ulist"><ul>
<li>
<p>
Use of LuaTeX instead of pdfTeX for most of the files.
</p>
</li>
<li>
<p>
Use of package &#8216;fontspec&#8217; with Latin Modern fonts as
      default in OpenType format (smaller PDF file sizes).
      The post-processing of PDF files is skipped.
</p>
</li>
<li>
<p>
Various patches and fixes for LuaLaTeX and package &#8216;fontspec&#8217;.
</p>
</li>
</ul></div>
</li>
<li>
<p>
Module base:
</p>
<div class="ulist"><ul>
<li>
<p>
Update of LaTeX.
</p>
</li>
<li>
<p>
Patches <tt>ltpatch.ltx.diff</tt> and <tt>ltfssdcl.dtx.diff</tt> removed
      (no longer needed).
</p>
</li>
</ul></div>
</li>
<li>
<p>
Module tools: Update.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/07/03
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
build.pl:
</p>
<div class="ulist"><ul>
<li>
<p>
Caching for PDF generation added.
</p>
</li>
<li>
<p>
&#8216;FINAL&#8217; markers in the output of <tt>build.pl</tt>
      for final (Lua|pdf)TeX runs.
</p>
</li>
</ul></div>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/07/26
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
PDF generation: Use of package unicode-math with Latin Modern Math
    where possible.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/08/10
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of tools.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/10/05
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of tools (varioref).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2011/11/16
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of babel.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2012/05/12
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of amslatex (amsrefs).
</p>
</li>
<li>
<p>
Update of <tt>readme.txt</tt> that is renamed to <tt>README</tt> (CTAN convention).
</p>
</li>
<li>
<p>
Update of <tt>tlc2.err</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/02/14
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of amslatex (amsrefs).
</p>
</li>
<li>
<p>
Module amslatex: <tt>cite-x*.tex</tt>, <tt>jb.bib</tt> in <tt>TDS:source/</tt>, because
    these files are now classified as test files.
</p>
</li>
<li>
<p>
Module base: <tt>lb2.err</tt> and <tt>tlc2.err</tt> updated.
</p>
</li>
<li>
<p>
Change in version control system from CVS to git with public
    source repository.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/02/15
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amsfonts added.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/02/25
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Patch file <tt>lb2.err.diff</tt> removed by call of sed inside <tt>build.pl</tt>.
</p>
</li>
<li>
<p>
<tt>README</tt> rewritten in text document format <a href="http://www.methods.co.nz/asciidoc/">AsciiDoc</a>
    and added as HTML and PDF files.
</p>
</li>
<li>
<p>
<tt>README.asciidoc</tt> updated.
</p>
</li>
<li>
<p>
<tt>Makefile</tt>: Target &#8216;check-links&#8217; added.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/02/26
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
<tt>README</tt> generated from <tt>README.asciidoc</tt> via <tt>README.html</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/02/27
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
<tt>README.asciidoc</tt>: Additions and updates.
</p>
</li>
<li>
<p>
<tt>README.pdf</tt> generated by wkhtmltopdf via <tt>README.html</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/03/07
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of amslatex (amsrefs 2013/03/06 v2.13).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/03/10
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of amslatex (amsrefs 2013/03/07 v2.14).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2013/03/30
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of babel (3.9) including reorganization of language files.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/02/03
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Removal of module babel. It has a new maintainer and the
    languages are now maintained separately.
</p>
</li>
<li>
<p>
Update of knuth (2014/01/19).
</p>
</li>
<li>
<p>
Update of base (errata lists: <tt>lb2.err</tt>, <tt>tlc2.err</tt>).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/05/03
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of LaTeX, release 2014/05/01
    using public subversion repository of LaTeX2e.
    Modules: base, cyrillic, graphics, tools.
</p>
</li>
<li>
<p>
Line ends are normalized in source text files of the LaTeX modules.
    Trailing spaces are removed and the line ends are Unix line ends.
</p>
</li>
<li>
<p>
Update of armtex (needed to generate module base).
</p>
</li>
<li>
<p>
New options <tt>--vcs</tt> and <tt>--vcs-update</tt> for using the files of
    the public source repository of the LaTeX project.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/05/05
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Using LaTeX modules from CTAN.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/05/08
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Update of base and graphics.
</p>
</li>
<li>
<p>
<tt>README.html</tt> with Unix line ends.
</p>
</li>
<li>
<p>
ZIP file for CTAN upload with top level directory <tt>latex-tds</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/05/10
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module cyrillic: Missing <tt>00readme.txt</tt> added.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/05/15
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base: <tt>fix-cm</tt> updated (2014/05/13 v1.1q).
</p>
</li>
<li>
<p>
Module tools: <tt>tabularx</tt> updated (2014/05/13 v2.10).
</p>
</li>
<li>
<p>
Module tools: <tt>readme.txt</tt> renamed to <tt>00readme.txt</tt>.
</p>
</li>
<li>
<p>
Module knuth: <tt>.web</tt> files are put below <tt>TDS:web/knuth//</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/05/16
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base: Formatting of <tt>ltnews.pdf</tt> fixed.
</p>
</li>
<li>
<p>
<tt>fix-expl3-lua.ini</tt> added to support putting package expl into a format.
</p>
</li>
<li>
<p>
Script <tt>check-tds-installation.pl</tt> added.
</p>
</li>
<li>
<p>
Module amslatex: <tt>TDS:bibtex/bst/ams</tt> renamed to <tt>TDS:bibtex/bst/amscls</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/05/21
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module amslatex: Sources for <tt>amsbooka</tt> added.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/06/12
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base: Update of <tt>fixltx2e.dtx</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/09/17
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module tools: Update of packages <tt>varioref</tt> and <tt>multicol</tt>.
</p>
</li>
<li>
<p>
Module base: Update of <tt>fixltx2e</tt>.
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/11/03
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module base: Update (2014-10-12).
</p>
</li>
<li>
<p>
Module tools: Update (2014-10-28).
</p>
</li>
</ul></div>
</dd>
<dt class="hdlist1">
2014/11/12
</dt>
<dd>
<div class="ulist"><ul>
<li>
<p>
Module graphics: Update (2014-11-07).
</p>
</li>
<li>
<p>
Modules base, cyrillic, graphics, tools:
    <tt>00readme.txt</tt> renamed to <tt>README</tt>.
</p>
</li>
<li>
<p>
Module amslatex: Missing <tt>amsbooka.zip</tt> added to directory <tt>patch</tt>
    (until it is resolved at the AMS side).
</p>
</li>
</ul></div>
</dd>
</dl></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2014-11-11 22:53:51 CET
</div>
</div>
</body>
</html>