summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-info.tex
blob: 75c784f81185c654ccbe869b6e8fedb59817a36e (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
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
% $Id: tex4ht-info.tex 905 2021-04-18 15:30:06Z karl $
% Compile with the command `ht latex tex4ht-info'
% or
% compile 3 times: latex tex4ht-info   
%           or   xhlatex tex4ht-info "html,3,sections+"
% Copyright 2009-2021 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.

\ifx \HTML\UnDef
   \def\HTML{info4ht}
   \def\CONFIG{\jobname}
   \def\MAKETITLE{\author{Eitan M. Gurari}}
   \def\next{\input mktex4ht.4ht   \endinput}
   \expandafter\next
\fi


\input{common-info}
\input{common}
\expandafter\ifx \csname YES\HTML\endcsname\relax
\else
    \def\CleanComment#1tex4ht-info#2#3#4.#5>#6//{[#4%     <--jobname
                  \if,\ifnum \FIRST=#6 .\else ,0\fi\fi]#6//}
\fi


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{INFO}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\<info4ht\><<<
% info4ht.4ht (|version), generated from |jobname.tex
% Copyright 2009-2021 TeX Users Group
% Copyright |CopyYear.2000. Eitan M. Gurari
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any
% later version. The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions
% of LaTeX version 2005/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% The Current Maintainer of this work
% is the TeX4ht Project <http://tug.org/tex4ht>.
% 
% If you modify this program, changing the 
% version identification would be appreciated.
\immediate\write-1{version |version}
{          \catcode`\@=0 \catcode`\\=11 @relax
  @gdef@infoIVht[#1]#2//{%
    @ifnum #1>1
      @def@infoIVht[##1]##2//{%
        @ifnum ##1>1 @ifnum ##1<#1
           @bgroup 
             @no:catcodes0{255}{11}%
             @no:catcodes{91}{91}{12}% [
             @no:catcodes{47}{47}{12}% /
             @newlinechar13 %   
             @long@def@infoIVht####1\ifx\infoIVht####2infoIVht[####3//{%
               @def@infoIVht{******************************************}%
               @immediate@write-1{@infoIVht}%
               @immediate@write-1{****** @csname :Hin@endcsname.4ht}%
               @immediate@write-1{@infoIVht}%
               @bgroup
                @def@infoIVht{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*}%
                @let~=@space   @immediate@write-1{@infoIVht}%
               @egroup   
               @immediate@write-1{####1}%
               @bgroup
                @def@infoIVht{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*}%
                @let~=@space   @immediate@write-1{@infoIVht}%
               @egroup
               @immediate@write-1{@infoIVht}%
             @egroup}%
           @expandafter@expandafter@expandafter@infoIVht
     @fi@fi }%
  @fi }
}
>>>











\chapter{The Code}


\section{tex4ht}
                
\<configure info4ht Preamble\><<<
\Configure{PROLOG}.........1

   #1 Comma separated list of hooks to appear before HTML.

      Each hook E is declared to be configurable by an
      instruction of the form \NewConfigure{E}{1}

      A star '*' prefix calls for accumulative configurations

   Example:

      \Configure{PROLOG}{VERSION,DOCTYPE,*XML-STYLESHEET}
      \Configure{VERSION}
         {\HCode{<?xml version="1.0"?>}}

\Configure{ext}............1

   #1: default extension name for target files  (recorded in \:html)

   Can also be requested through a command line option ext=...

\Preamble...................0

   Records the list of the requested options.  Defined upon entering
   the environment \Preamble{...}....\EndPreamble, to replace the 
   earlier version of \Preamble.

\ifOption ................. 3

   #1  Argument to be checked  wheteher it is a given option.
   #2  True part
   #3  False part
>>>


                
\<configure info4ht tex4ht\><<<
Wrapper for the Document
------------------------

\Configure{DOCTYPE}.........1
\Configure{HTML}............2
\Configure{HEAD}............2
\Configure{@HEAD}...........1
\Configure{BODY}............2
\Configure{TITLE+}..........1
\Configure{TITLE}...........2
\Configure{@TITLE}..........1
\Configure{Preamble}........2

    <DOCTYPE>
    <HTML 1>
      <HEAD 1>
         <TITLE 1>
            <@TITLE>
            <TITLE+>
         <TITLE 2>
         <@HEAD>
      <HEAD 2>
      <BODY 1>
      ......
      <BODY 2>
    <HTML 2>
    
The \Configure{@HEAD}{...} command is additive, concatenating the
content of all of its appearances.  An empty parameter requests
the cancellation of the earlier contributions.  

For instance,

  \Configure{@HEAD}{A}
  \Configure{@HEAD}{}
  \Configure{@HEAD}{B}
  \Configure{@HEAD}{C}

contributes `BC'.

The \Configure{TITLE+} provides the content for the title,
\Configure{TITLE} sets the envelop, and \Configure{@TITLE} acts as a
hook for introducing localized configurations. As is the case for
\Configure{@HEAD}, the contribution of \Configure{@TITLE} is also
additive.

These configurations should be introduced early enough in the
compilation. For instance, in the case of LaTeX, between \Preamble
and \begin{document} of a local configuration file.

           \Preamble
             %%% here %%%
           \begin{document}
             ...
           \EndPreamble


\Configure{@BODY}...........1
\Configure{@/BODY}..........1

   Variants of \Configure{@HEAD} which contribute their content,
   respectively, after <body> and before </body>.

\Configure{CutAtTITLE+}.....1
\Configure{HPageTITLE+}.....1

   #1 an insertion just before the content of <TITLE>;

   If #1 is a one parametric macro, it gets the title content for
   an argument.


Support for Sectioning Commands
-------------------------------

\Configure{unit-name} ......................4

   #1 start
   #2 end
   #3 before title
   #4 after title

   Example:

        \Configure{section}
           {\HCode{<section>}}    {\HCode{</section>}}
           {\HCode{<title>}}      {\HCode{</title>}}


\ConfigureMark{unit-name}...................1

   Defines a macro \<<unit-name>>HMark to hold the given argument.  
   Upon entering the unit, \TitleMark gets the content of this macro.
   
   Some built-in configurations of TeX4ht require an argument for the
   \<<unit-name>>HMark commands. For safety, these commands should
   always be followed by a, possiblely empty, argument.  The argument
   should be a separator between the title mark and its content.

   Example: 

        \Configure{section}
           {}{}
           {\HCode{<h3>}\TitleMark\space}    {\HCode{</h3>}}
        \ConfigureMark{section}{\thesection}


\Configure{toTocLink}.......................2

   Each unit title contains a \Link{...}{...}...\EndLink command.
   The first argument of \Link points to the first table of contents
   referencing the title. The second argument provides an anchor
   for references to the title (mainly from tables of contents). 
   
   The package option `section+' requests the inclusion of the
   title within the anchor.  Without this option, the link command
   resides between the title mark and its content.

   The \Configure{toTocLink} command is provided for configuring
   the \Link and \EndLink  instructions.  In the default setting,
   when the `sections+' option is not activated, the \Link 
   command is altered to replace its first argument with an empty
   argument.  

     Example:

          \Configure{toTocLink}
             {\Link}
             {\ifx \TitleMark\sectionHMark
                \Picture[\up]{haut.jpg align="right"}%
                \EndLink 
                \TitleMark\space
              \else \EndLink \fi
             }
          \def\up{[up]}

\Configure{toToc}...........................2

    #1  unit type
    #2  desired contents type  (if empty, `unit type' is assumed)
     
  Example: \Configure{toToc}{chapter}{likechapter}
           Introduces chapter as likechapter into toc

    #1  empty: stop adding entries of `unit type' to toc
            @: add entries of `unit type' to toc
            ?: resume mode in effect before the last stop
    #2  unit type

  Example: \Configure{toToc}{}{chapter}
           \chapter{...}
           \Configure{toToc}{@}{chapter}
 
\Configure{writetoc}.........................1

    #1  Configuration material for the insertion instruction.  
        New configurations are added to those request earlier
        by the command.  An empty argument cancels the earlier
        contributions.

\NoLink.......................1

   Ignore option `section+' for sections of type #1   

\TitleCount

   Count of entries submitted to the toc file

\Configure{NoSection}.........2

   Insertions around the parameters of sectioning commands, applied when 
   the parameters are not used to create titles for the divisions.


\CutAt{#1,#2,#3,...}

    #1           section type to be placed in a separate web page
    #2,#3,...    end delimiting section types, other than #1, for
                 the web pages
    A `+' before #1 requests hypertext buttons for the web pages

    Examples:  

          \CutAt{mychapter,myappendix,mypart}
          \CutAt{+myappendix,mychapter,mypart}
 
    Cut points at arbitrary points can be introduced by introducing section-like
    commands in a manner similar to

         \NewSection\mysection{} 
         \CutAt{mysection} 


\Configure{+CutAt}.................................3

     #1 sectioning type
     #2 before
     #3 after

     Requests delimiters for the \CutAt buttons of the specified
     sectioning type

    Example:   \Configure{+CutAt}{mysection}{[}{]}         

\PauseCutAt{#1}
\ContCutAt{#1}

    #1  section type

\Configure{CutAt-filename} ........................1

   A 2-parameter hook for tailoring section-based filenames.  
   The section type is available through #1. The section title
   is accessible through #2.
    
   Example:   \Configure{CutAt-filename}{\NextFile{#1-#2.html}}


Tables of Contents
------------------

Created from the entries collected in the previous compilation within
a jobname.4tc file.

\ConfigureToc{unit-name} ......................4

   #1 before unit number
   #2 before content
   #3 before page number
   #4 at end

   * Empty arguments request the omission of the corresponding field.

   * \TocCount  Specifies the entry count withing the jobname.4tc file.

   * \TitleCount Count of entries submitted to the toc file

   * An alternative to \ConfigureToc{unit-name}:

      \def\toc<unit-name>#1#2#3{<before unit number>#1<before content>#2%
                             <before page number>#3<at end>}


   Example:

        \ConfigureToc{section}
           {}
           {\Picture[*]{pic.jpg width="13"  height="13"}~}
           {}
           {\HCode{<br />}}
   

\Configure{TocLink}..................4

   Configures the link offered in the third arguments of \ConfigureToc

   Example:   \Configure{TocLink}{\Link{#2}{#3}#4\EndLink}   

\TocAt{#1,#2,#3,...}

    #1           section type for which local tables of contents
                 \Toc#1 are requested
    #2,#3,...    sectioning types to be included in the tables of 
                 contents

    The non-leading arguments may be preceded by slashes '/', in
    which cases the arguments specify end points for the tables.

    The default setting requests automatic insertion of the local
    tables immediately after the sectioning heads.

    A star `*' character may be introduced, between the  \TocAt and
    the left brace, to request the appearances of the tables of
    contents at the end of the units' prefaces.

    A hyphen `-' character, on the other hand, disables the automatic
    insertions of the local tables.

    In case of a single argument, the command removes the 
    existing definition of \Toc#1.

    Example:  
      \TocAt{mychapter,mysection,mysubsection,/myappendix,/mypart}
      \TocAt-{mysection,mysubsection,/mylikesection}
      \section{...}...\Tocmysection

    The definition  of the local table of contents can be redefined
    within \csname Toc#1\endcsname.

    Example:

       \TocAt{section} 
       \def\Tocsection{\TableOfContents[section]} 
 
       \Css{div.sectionTOCS { 
                           width : 30\%;  
                           float : right;  
                      text-align : left;  
                  vertical-align : top;  
                     margin-left : 1em;  
                       font-size : 85\%; 
                background-color : \#DDDDDD; 
           }} 
      
    Example: Table of content before the section title.

       \Configure{section}{}{}  
          {\Tocsection \let\saveTocsection=\Tocsection 
           \def\Tocsection{\let\Tocsection=\saveTocsection}% 
           \ifvmode \IgnorePar\fi \EndP\IgnorePar  
           \HCode{<h3 class="sectionHead">}\TitleMark\space\HtmlParOff}  
          {\HCode{</h3>}\HtmlParOn\ShowPar \IgnoreIndent \par}  


\Configure{TocAt}......................2
\Configure{TocAt*}.....................2

   #1 before the tables of contents
   #2 after the tables of contents


Navigation Links for Sectioning Divisions
-----------------------------------------

\Configure{crosslinks}.....................8

   #1  left delimiter
   #2  right delimiter
   #3  next 
   #4  previous
   #5  previous-tail
   #6  front
   #7  tail
   #8  up
   
  The content to be displayed in the pointers

\Configure{crosslinks*}.................1--7

  Links to be included and their order. Available 
  options: next, prev, prevtail, tail, front, up.
  The last argument must be empty.

  Default:
      
      \Configure{crosslinks*}
         {next}
         {prev}
         {prevtail}
         {tail} {front}
         {up}
         {}

\Configure{crosslinks+}.....................4
   
   #1  before top menu
   #2  after top menu
   #3  before bottom menu
   #4  after bottom menu

  The top cross links are omitted, if both #1 and #2 are empty.
  The bottom cross links are omitted, if both #3 and #4 are empty.

\Configure{next}.....................1
    #1  the anchor of the next button of the front page.
      
    Default: The value provided in \Configure{crosslinks}

\Configure{next+}.............................2

   #1  before the next button of the front page, when the `next'
       option is active.
   #2  after the button

    Default: The values provided in \Configure{crosslinks}

\Configure{crosslinks:next}..................1
\Configure{crosslinks:prev}..................1
\Configure{crosslinks:prevtail}..............1
\Configure{crosslinks:tail}..................1
\Configure{crosslinks:front}.................1
\Configure{crosslinks:up}....................1

   #1 local configurations for the delimiters and hooks

\Configure{crosslinks-}.....................2
   
   Asks to show linkless buttons with the following insertions.
   
      #1  before 
      #2  after
   
   The default values are used, if both #1 and #2 are empty

   Examples:

       \Configure{crosslinks-}{}{} 

       \Configure{crosslinks-} 
           {\HCode{<span class="hidden">}[} 
           {]\HCode{</span>} } 
       \Css{span.hidden {visibility:hidden;}}

Paragraphs
----------

\Configure{HtmlPar}..........4

   #1 content at the start non-indented paragraphs
   #2 content at the start indented paragraphs
   #3 insertion into \EndP, at the start of non-indented paragraphs
   #4 insertion into \EndP, at the start of indented paragraphs

   \HtmlParOff
   \HtmlParOn

   \IgnorePar     Asks to ignore the next paragraph
   \ShowPar       Asks to take into account the following paragraphs

   \IgnoreIndent  asks to ignore indentation in the next paragraph
   \ShowIndent    asks to check indentation in the following paragraphs

   \SaveEndP      Saves the content of \EndP, and sets it to empty content
   \RecallEndP

   \SaveHtmlPar
   \RecallHtmlPar


  Example:
     \Configure{@BODY}
        {\ifvmode \IgnorePar\fi \EndP
         \HCode{<div>}\par\ShowPar}
     \Configure{@/BODY}
        {\ifvmode \IgnorePar\fi \EndP
         \HCode{</div>}}


Cross-Linking
-------------

\Link[@1 @2]{@3}{@4}...\EndLink

  Creates

     <a href="@1#@3" name="@4" @2>...</a>   

  * When @1 is empty, tex4ht will derive its value automatically.
    The derived value will be the file name containing the target @3.

  * \Link may be followed by `-', if tex4ht needs not automatically
    determine (for other \link commands) the file containing @4. 
    In the present of such a flag, tex4ht can spare a definition of
    one macro.

  * The component [@1 @2] is optional. If omitted, @1 and @2 are
    assumed to be empty

  * The href attribute is omitted when @1 and @3 are empty

  * The name attribute is omitted when @4 is empty

  Examples:

      \Link{a}{}...\Endlink .....  \Link{}{b}...\EndLink
      \Link[http://foo  id="fooo"]{a}{b}...\EndLink

\Configure{Link}..............4

   Configures \Link...\EndLink so that

     #1 replaces `a'
     #2 replaces `href='
     #3 replaces `name='
     #4 replaces `#'.  If empty, the older value remains in effect.

  Examples:

   \Configure{Link}{a}{href=}{name=}{}   
   \Configure{Link}{ref}{target=}{id=}{\empty}   

\Configure{?Link}..............1

   #1 insertion before broken links

   To help with debugging 

\LinkCommand...................1 <= i <= 6

   Creates a \Link-like command

   #1   tag name
   #2   href-like attribute
   #3   name-like attribute
   #4   insertion
   #5   /, if empty element
   #6  replacement for #  (ignored if absent)

  Example:
  
    \LinkCommand\JSLink{a,\noexpand\jsref,name}
    \def\jsref="#1"{href="javascript:window.open('#1')"}
  
    \JSLink{a}{}xx\EndJSLink    
    \Link{}{a}\EndLink       % or \JSLink{}{a}\EndJSLink

\Configure{XrefFile}.....................1

   #1 names cross-references of files (appends #1 to `)F' and `)Q'
      entries of the .xref files). Applicable mainly implicitly 
      within \Link commands

\Tag.....................................2

   #1  label
   #2  content

\Ref.....................................1
\LikeRef.................................1

   #1  label
   
   \Tag and \Ref are tex4ht.sty commands introduced cross-referencing
   content through .xref auxiliary files.  

   \LikeRef is a variant of \Ref which doesn't verify whether the 
   labels exit.  It is mainly used in \Link and \edef environments.

\ifTag ..................................3

   #1  quetioned tag
   #2  true part
   #3  false part

\LoadRef-[prefix]+{filename.ext}{pattern}

   Load the named xref-type file

   .xref      optional--`.xref' is assume for a default
   +          optional-- asks \Ref and \LikeRef commands
              to use expanded tags `filename::tag', instead of just `tag'
   [prefix]   optional--asks just for tags starting with the 
              specified prefix. 
   -          optional--deletes the prefixes from the loaded tags
   {pattern}  to be included only when `[prefix]' or `+' are included.
              States how tags are to be addressed, with the parameter
              symbol `#1'  specifying the loaded part.

   Example:

        % a.tex
        \LoadRef-[to:]{b}{from:#1}      \Ref{from:filename}
                                        \LikeRef{from:filename}

        % b.tex
        \Tag{to:filename}{\FileName}

   Example:

        \LoadRef-[)F]{file}{)Ffoo##1}
        \LoadRef-[)Q]{file}{)Qfoo##1}
        \Configure{XrefFile}{foo}   \Link...\EndLink

        \LoadRef{another-file}


Files
-----

\FileName    Holds the name of the current hypertext file
\FileNumber  Holds the internal number of the current hypertext file
\RefFileNumber...........................1
    #1  File number

    Provides the file name

\NextFile.................................1
    #1 Requested name for the next file

\Hinput{#1}     

    The command asks to load the configuration files associated
    with mark #1. 

\Hinclude[#1]{#2}

    The command associates configuration file #2 with mark #1.  If
    the mark is the star character `*', the configuration files is
    associated to all marks.  The command is applicable until the
    \Preamble command is processed

    For instance,  \Hinclude[*]{html4.4ht}....\Hinput{latex}

\Hinclude{#1}{#2}  
    
    The command is applicable while the \Preamble command is 
    processed. Its purpose is to load *4ht hook files within
    the fragments of code specified in #1.

    For instance, \Hinclude{\input plain.4ht}{plain}  


Fonts
-----

\Configure{htf}...............................9

    #1         label (integer 0--255) 
    #2         delimiter (a character not appearing in #3,...,#9)
           even label             odd label
    #3       start opening tag      start empty tag
    #4       name                   alt
    #5       size                   name
    #6       mag                    size
    #7                              mag
    #8       end the tag            ord
    #9       closing tag            end the tag

    The htf fonts assign a content and a label to each symbol (possibly
    followed by a comment).  For instance,
    
        'e'    '1'    epsilon
        'z'    '3'    zeta   
    
    An even label asks that the content itself will be used for the
    symbol, and an odd label asks that the symbol will be represented by a
    bitmap.  In the later case,  the content serves as a substitution for
    browsers which don't exhibit bitmaps.
    
    The \Configure{htf}... command provides label-dependent wrappers to
    chosen representations.
    
    If they are not empty, `mag' and `ord' must be c-type 
    patterns for integer arguments, and `name' and `size' 
    should be a patterns for strings.  The `mag' entry is 
    ignored for fonts of the default dimension. Together
    they specify a attribute-value format, mainly for references
    in the css code.

  Examples:

     \Configure{htf}{0}{+}{<span\Hnewline
        class="}{\%s}{-\%s}{x-x-\%d}{}{">}{</span>}
     \Configure{htf}{1}{+}{<img\Hnewline
        src="}{" alt="}{" class="}{\%s}{-\%d}{x-x-\%x}{" />}

\Configure{htf-attr}....................... 2

     #1  c-pattern for the font name and size
     #2  c-pattern for font magnification

     Specify the format of the selectors within the css files.

   Example:
     \Configure{htf-attr}{.\%s-%s}{--\%s}

\Configure{htf-css}....................... 2
    
    #1  font name or label 
    #2  css entry

    A variant of the \Css command. If #1 is a font name, 
    the contribution replaces the one given within the
    htf font definition. If #1 is a label for an entry
    of a htf font, the contribution is added to the css
    file.  The contribution is offered, only when the
    font is in use.

  Example:

   \Configure{htf-css}{4}{.small-caps{font-variant: small-caps;}}  

    
Bitmaps
-------

\Configure{Picture}....................... #1

  #1  Extension name for bitmap files of dvi pictures,
      stored in \PictExt

  Default: \Configure{Picture}{.png}
  
  The extension names of bitmap files of glyphs of htf fonts may be
  determined within a g-entry in the environment file tex4ht.env, or a
  g-flag of the tex4ht.c utility.

\Configure{Picture-alt}......................1

  #1  alt value for \Picture+{...}  and \Picture*{...} 

\Configure{Picture+}.........................2
\Configure{Picture*}.........................2

  #1  before the dvi picture code
  #2  after the dvi picture code

  Typically, the plus `+' variant is introduced as an inline
  contribution into paragraphs, and the star `*' variant as an
  independent block between paragraphs.

\Configure{PictureAlt}........................2
\Configure{PictureAlt*+}......................2
\Configure{PictureAlt*+[]}....................2

  #1 definitions before alt 
  #2 definitions after alt

 Apply to \Picture{...}, \Picture*+{...}, and \Picture*+[...]{...}

\Configure{PictureAlt}........................1
\Configure{PictureAlt*+}......................1
\Configure{PictureAlt*+[]}....................1

  #1 definition for attributes (introduced through 
     a parameter named `#1')

   Apply to \Picture{...}, \Picture*+{...}, and \Picture*+[...]{...}

\Configure{IMG}...............................5

  #1 before file name
  #2 between file name and alt
  #3 close alt for  \Picture without * or +
  #4 close alt for  \Picture with * and +
  #5 right delimiter

  Example:

     \Configure{IMG}
        {\ht:special{t4ht=<img src="}}
        {\ht:special{t4ht=" alt="}}
        {" }
        {\ht:special{t4ht=" }}
        {\ht:special{t4ht=/>}}

\NextPictureFile.............................1

   Requests a file name for the next created picture.

\PictureFile.............................0

   Records the filename of the most recent created picture.

Math
----

\Configure{$}................................2
\Configure{$$}...............................2
\Configure{DviMath}..........................2

\DviMath ... \EndDviMath
\MathClass ... \EndMathClass
\PicMath ... \EndPicMath
\DisplayMath ... \EndDispalyMath

   Example:

     \Configure{$} {\Tg<math>\DviMath} {\EndDviMath\Tg</math>} {}



\Configure{PicMath}..........................4

   Example:

       \Configure{PicMath}{}{}{}{ class="math" }

     \Configure{()}{\protect\PicMath$}{$\protect\EndPicMath}

\Configure{SUB}..............................2
\Configure{SUP}..............................2
\Configure{SUBSUP}...........................3
\Configure{SUPSUB}...........................3
\Configure{SUB/SUP}..........................6

\Configure{putSUB}...........................1
\Configure{putSUP}...........................1

     #1 the code to be used for realizing subscripts and postcripts

\Configure{afterSUB}.........................2

     #1 look ahead token after subscript
     #2 the code to be used for realizing subscripts having #1 for
        lookahead token

\Configure{over}.............................2
\Configure{atop}.............................2
\Configure{above}............................2
\Configure{overwithdelims}...................2
\Configure{atopwithdelims}...................2
\Configure{abovewithdelims}..................2

   #1 before \over, \atop, \above
             \overwithdelims, \atopwithdelims, \abovewithdelims
   #2 after  \over, \atop, \above <dimension>
             \overwithdelims <del1> <del2>
             \atopwithdelims <del1> <del2>
             \abovewithdelims <del1> <del2> <dimension>

   Example:

     \Configure{over}
         {\Send{GROUP}{0}{[before]}[before-rule]}
         {[before-argument]\Send{EndGROUP}{0}{[after]}}


\Configure{MathClass}........................5

   #1  class number
          0: mathord, 1: mathop, 2: mathbin, 3: mathrel,
          4: mathopen, 5: mathclose, 6: mathpunc
   #2  delimiter
   #3  before
   #4  after
   #5  characters
   
   Extra support:
   
      \PauseMathClass
      \EndPauseMathClass
      \NewMathClass<new control sequence>  (7, 8, ...)

\Configure{FormulaClass}.....................4

   #1  class number
          0: mathord, 1: mathop, 2: mathbin, 3: mathrel,
          4: mathopen, 5: mathclose, 6: mathpunc
   #2  a character not in #3 and #4
   #3  before
   #4  after

   If #2 is empty, the formula gets the same marking as a 
   single character of the specified type

\Configure{FormulaClass*}....................4
   
   Like the previous case, but allow marking in the
   nested content.

\Configure{MathDelimiters}...................2
  
   #1  left
   #2  right

\Configure{mathbin*}.........................4
\Configure{mathclose*}.......................4
\Configure{mathop*}..........................4
\Configure{mathopen*}........................4
\Configure{mathord*}.........................4
\Configure{mathpunct*}.......................4
\Configure{mathrel*}.........................4

   #1  a character not presented in #2#3#4
   #2  code before
   #3  code after
   #4  possible definitions for successive cases

  Example:
     \Configure{mathop*}{*}{}{}
        {\Configure{mathop}{*}{<mo>}{</mo>}{}}
     \mathop{\overline{x \mathop{op} y}} \limits^{a=3}

\Configure{mathbin}..........................4
\Configure{mathclose}........................4
\Configure{mathopen}.........................4
\Configure{mathop}...........................4
\Configure{mathord}..........................4
\Configure{mathpunct}........................4
\Configure{mathrel}..........................4

Variants of the above group, requesting to supress nested marks.

\Configure{nolimits}.........................1

\MathSymbol

AtBeginDocument
---------------

\Configure{AtBeginDocument}..................2

    #1  before the corresponding hook of latex
    #2  after

   Insertions are accumulative, and can be erased by providing
   two empty arguments

Other Hooks
-----------

  \Configure{HChar}...................1

    #1  a character

    The \HChar{i} instruction inserts the character code i with the 
    font information of character #1, when i is positive. If i is
    negative, the font info is not included.


\Configure{Canvas}
\Configure{ExitHPage}
\Configure{LinkHPage}......................1
\Configure{FontCss}
\Configure{HVerbatim+}
\Configure{MiniHalign}
\Configure{Needs-}
\Configure{Needs}


\Configure{TraceTables}
\Configure{edit}
\Configure{halignTB}
\Configure{halignTD}
\Configure{halign}
\Configure{hooks}
\Configure{moveright}

\Configure{noalign-}
\Configure{pic-halign}

\Configure{accent}
\Configure{mathaccent}
\Configure{accented}
\Configure{accenting}


Back-end Specials
-----------------
                                                    insertions
                                                    ----------
  =    \special{t4ht=...content...}
           Insert the specified content to the html output, under 
           edef mode of processing, and without using the mapping
           of the htf fonts.  Used in \HCode{...}.
  @    \special{t4ht@...integer...}
           Insert the absolute value as character code to the output.
           Positve values ask the insertion to be included in place
           of the next chracter, together with the font information
           of that character.
                                                    files
                                                    -----
  >    \special{t4ht>...file-name...}
           Open a new file, if needed, and direct future output
           to the specified file.  Used in \File{...}.
  <    \special{t4ht<...file-name...}
           Close the specified file.  If it is the current file,
           activate the youngest file. Used in \EndFile{...}.
  >*   \special{t4ht*>...file-name...}
           Declare the file to be the oldest.
       \special{t4ht*>}
           Reactivate the file that activated the current file.
  *<   \special{t4ht*<file}
           Input file (with no processing)
  +    \special{t4ht++file-name}...dvi...\special{t4ht+}
           Pipe the dvi code into a dvi page in the secondary dvi file
           `jobname.idv'.  Used by \Picture{...}, e.g., for requesting 
           gif's.
  +    \special{t4ht+embeded-specials within idv}
  .    \special{t4ht.ext}
           Change default ext of root file
  @D   \special{t4ht@D....} Writes the content, augmented with a
           loc stamp, to the .lg file.  The locations stamp consists
           a byte-address in a named output file.

                                                    character maps
                                                    --------------
  !    \special{t4ht!...optional-parameters....}...dvi...\special{t4ht!}
           Create an approximated character map for the dvi code.
           Used in \Picture{...}, e.g., for ALT of IMG
  ||    \special{t4ht||}...\special{t4ht||}
           Use the non-pictorial characters of the htf fonts.
           Used for character maps of \Picture{....}
  @    \special{t4ht@-}....\special{t4ht@-}
           Remove left margin from character map.  Used in \Picture{...}.

                                                    character settings
                                                    ------------------
  @    \special{t4ht@@}....\special{t4ht@@}
           Insert the character codes, instead of their mappings through
           the htf fonts.  Used in \JavaScript...
  @    \special{t4ht@...integer...}, \special{t4ht@-...integer...}
           Introduce the character code into the output.
           Used by \HChar{...} and \HChar{-...}. The earlier one
           also inherites the current font info.
  @    \special{t4ht@+...string...}
           Replace the character code introduced by the next character
           with the specified string.  The decoration of the character 
           code is inherited, when the string is not empty. The string
           might include character codes by enclosing them between braces.  
  @    \special{t4ht@*...string...}
           A variant \special{t4ht@+...string...} that inserts the content
           after the character instead of replacing it.
  @    \special{t4ht@(}
           Ignore spaces
  @    \special{t4ht@)} 
           End ignore spaces
  @    \special{t4ht@[}
           Ignore chs and spaces
  @    \special{t4ht@]}
           End ignore chs and spaces
  @    \special{t4ht@[...}...\special{t4ht@]...}\special{t4ht@?...}
           Ignore chs and spaces, if the specials  have the above
           syntax on identical strings.
  @    \special{t4ht@!}
           Get the last ignored spaces (none, if from previous lines).
  @    \special{t4ht@_....}
           Output character for rulers. Empty string is also allowed.
  @    \special{t4ht@.''''}
           Output for line break characters (empty
                                         content resets the default).
  @    \special{t4ht@,''''}
           Output for space characters (empty content resets the default).

                                                    dvi tracing
                                                    -----------
  @    \special{t4ht@%X}...\special{t4ht@%x}
           Request dvi tracing.

               X  x
               P  p      groups
               C  c      characters
               H  h      horizontal spaces
               V  v      vertical spaces
               R  r      rulers
         
       \special{t4ht@%%X*...open-del....*...close-del....}
       \special{t4ht@%%x*...open-del....*...close-del....}
           Tailor dvi tracing

  @    \special{t4ht@/}  
           On/off tracing of specials.
  @    \special{t4ht@e...} 
           String for tracing errors into the output.
  ;    \special{t4ht;....}         
           Decorations for htf characters (e.g., css)
              8    pause
              9    end pause
              |... pattern
              =... show font name of char
              %... show font size of char
              ,    don't report next htf class to lg
              -    set default font info
              +    unset default font info
  ^    \special{t4ht^i}$symbols$\special{t4ht^}}' 
           Requests math class i for the listed math symbols.
           
           Tex assignes class numbers 0--7 to the atoms of math
           formulas: 0--ordinary symbol, 1--large operator, 2--binary
           operation, 3--relational operation, 4--math delimiter,
           5--right delimiter, 6--punctuation mark, and 7--adjustable.
           TeX4ht adds classes  8 and 9, while using 
           class 7 independently
       \special{t4ht^}
           on/off processing delimiters
       \special{t4ht^-} 
           pause processing delimeters
       \special{t4ht^+} 
           continue processing delimeters
       \special{t4ht^i} 
           on/off processing delimiters of class i   
       \special{t4ht^i*...*...}
           configure delimiters for class i. * can be any 
           character distinguished for the group.
       \special{t4ht^i(}
           put delimiters of class i on next group
       \special{t4ht^i)}
           As before, but ignore the delimeters within the sub-group.
       \special{t4ht^)*...*...}
           put the specified delimiters on next group.
           Ignore delimeters within the group.
       \special{t4ht^<*...*...}
           put the specified delimiters on the next group.
           Don't ignore delimeters within the group.
                                                    dvi arithmetic
                                                    --------------
  :    \special{t4ht:....}
           Dvi-mode arithmetics.  
             :+...  increment by 1( define, if not defined)
             :-...  decrement by 1
             :>...  push current value
             :<...  pop current value
             :!...  display current value
             :|...  display top value

                                                    messages to lg file
                                                    -------------------
  +    \special{t4ht+@...message...}
           Send message to the lg file.  Used in the \Needs{...} command. 
  @    \special{t4ht@D....}
           Send message to the lg file, together with location and file
           stamp.

                                                    positional code
                                                    -------------------
  "    \special{t4ht"}
           Start/end positional env
       \special{t4ht"* before-all * after-all ...** before-char 
                     * after-char * rect 
                     *%A*%B*%C*%D*%E
                     * optional
           Configure positioned code
             * before-all
             * after-all      %...
             ** before-char  %x %y
             * after-char    
             * rect          %x1 %y1 ...
             * x,x1-coefficients %A(x) + %B     
             * y1-coefficients %C(y1 - %E(height)) + %D
             * y-coefficients  %C(y) + %D
             * optional: 1, 2

               %x1 %y1 %length %thickness          default
               %x1 %y1 %x1+length %y1+thickness    1
               %x1 %y1 %x1+length %y1 %thickness   2

           A-magnification, B-displacement
           C-magnification, D-displacement, 
           E- origin (0: top, 0.5: mid, 1: bot)

           The %...'s should be c-type templates (e.g., "%.2f"; "%.0f"
              gives an integer)

           Multiple after-all templates are allowed. The leading 
             character is a code specifying the dimension type.
                x           min x
                X           max x
                y           min y
                Y           max y
                d           dx
                D           dy
                otherwise   a string with no values
           The delimiter `*' can be substitued by another character.


  ~    \special{t4ht~...}
           Grouped-base two-way delivery for content created by
           inline commands like \over.  

       \special{t4ht~}...\special{t4ht~}   on/off

       ~<i...  send forward to the start of the group nested
                                                at relative level i.
       ~>i...  send forward to the end of the group nested
                                                at relative level i.
               i=0, current group


       ~<*...  send back to start of previous token / group.
       \special{t4ht~<)}...\special{t4ht~<(}
           activate / deactivate  back token / group submissions
       \special{~<[}...\special{t4ht~<]}'  
           hide region from back submissions over token / group
       \special{t4ht~<-} ... \special{t4ht~<+}
           latex back token / group

       \special{t4ht\string~!...path...<...content}
           insertion at the start of the group reached by the path
       \special{t4ht\string~!...path...>...content}  
           insertion at the end of the group reached by the path
       \special{t4ht\string~!...path.../} 
           ignore content within the group reached by the path
       \special{t4ht\string~!...path...-}       
           ignore rulers from the group reached by the path
           until the start of the next group
        A path may consist only of `e' and `s' characters for,
        respectively, entering and skipping groups

  *!   \special{t4ht*! system command}
           System call
  *^   accent specials
        t text accent #1#2#1#3#1#4#1#5#1#6 pattern
                      empty                insertion point
        m math accent #1#2#1#3#1#4#1#5#1   pattern
                      empty                insertion point
        a accented    #1#2#1#3#1#4#1#5#1#6
        i             #1#2#1#3#1#1
  *@   halign specials

\HCode...............................1

   A wrapper for \special{t4ht=...}.  

   The sharp symbol # may be accessed indirectly through the command.

\Hnewline............................0

   Requests new lines within specials
>>>

%%%%%%%%%%%%%%%
\section{latex}
%%%%%%%%%%%%%%%





\>>>VBorder<<<   
\Configure{VBorder}...................4

    Break points, when scanning the pattern of column desriptions, at

    #1  at start of pattern
    #2  at |
    #3  at a non-@ entry
    #4  at a @ entry

  Applies to \begin{tabular / array}{...pattern...} 

    \ar:cnt    index of entry in pattern
    \ch:class  records the current alignment type: -,<,>,p,...
    \HColAlign produces the \Configure{halignTD} contribution 
               for the current alignment type
    \HColWidth holds the width of the current p column

\Configure{HBorder}..................10
   
   hline:
    #1  insert at start of row (e.g., <tr>)
    #2  insert at each cell    (e.g., <td><hr/></td>)
    #3  insert at end of row   (e.g., </tr>)     

   cline:
    #4  insert at start of row         (e.g., <tr>)
    #5  insert at each `extra' cell    (e.g., <td></td>)
    #6  insert at each cell            (e.g., <td><hr/></td>)
    #7  insert at end of row           (e.g., </tr>)     

   vspace:
    #8  insert at start of row (e.g., <tr>)
    #9  insert at each cell    (e.g., <td>&nbsp;</td>)
    #10 insert at end of row   (e.g., </tr>)     

   The contributions are collected into \HBorder.  (The \InitHBorder
   clears \HBorder.)

\Configure{putHBorder}...............1
    #1 Specifies how \HBorder is to be used.

   Example: \Configure{putHBorder}{\HCode{\HBorder}}

>>>
                
\<configure info4ht latex\><<<
Sectioning
----------

\Configure{@sec @ssect}


Tables of Contents
------------------


\Configure{tableofcontents}........................5
   
   #1 before
   #2 at end
   #3 after
   #4 at indented paragraph break
   #5 at non-indented paragraph break
   
   The \tableofcontents command may be followed by a comma separated
   list of sectioning unit names to be included in the table of
   contents.  The list should be enclosed within square brackets.
   Alternatively, a command of the form \TableOfContents[...] might
   be used.

Lists
-----

\ConfigureList.....................5

   #1   type of list (e.g., itemize, description, enumerate, 
                            list, trivlist)
   #2   before list
   #3   after  list
   #4   before label 
   #5   after label

   \DeleteMark   removes latex's label; to be placed at the end of #4
   \AnchorLabel  defines an anchor for \label in current item; to
                 be placed in #5


Tables
------

\Configure{tabular}...................6
\Configure{array}.....................6

    #1   before table         #2   after table
    #3   before row           #4   after row
    #5   before cell          #6   after cell

    \HRow         current row number
    \HCol         current column number
    \HMultispan   number of cells covered by the current cell
    \ar:cnt       number of columns in the table

  NOTE: Table require a number of compilations that depends
        on the number of columns.

  Example

   \Configure{tabular}  
       {\HCode{<table>}}  
       {\HCode{</table>}}  
       {\HCode{<tr class="row-\HRow">}}  
       {\HCode{</tr>}}  
       {\HCode{<td  
               \ifnum \HMultispan>1 colspan="\HMultispan"\fi >}} 
       {\HCode{</td>}} 
  
|VBorder

\Configure{halignTD}..................2 + 2i + {}

  interpretation for character codes referenced in \HAlign

  e.g.,

   \Configure{halignTD}
   {}{}
   {<}{\HCode{style="text-align:left"}}
   {-}{\HCode{style="text-align:center"}}
   {>}{\HCode{style="text-align:right"}}
   {^}{\HCode{style="vertical-align:top"}}
   {=}{\HCode{style="vertical-align:baseline"}}
   {||}{\HCode{style="vertical-align:middle"}}
   {_}{\HCode{style="vertical-align:bottom"}}
   {p}{\HCode{style="text-align:left"}}
   {}

   \halignTD can be used in td elements to extract the alignment.
   It recieves information from \halignTB.

\Configure{halignTB}..................2
   
   delimiters for \halignTB{tabular}

   Example
       \Configure{halignTB}{\HCode{<table }}{\HCode{>}} 

\Configure{tabbing}[mag]..................4

   #1 before each line
   #2 after each line
   #3 before each entry
   #4 after each entry

   [mag] optional parameter specifying the magnification desired
         for the dimensions.  When offered, the other parameters
         have no effect if all of them are assigned empty arguments

   \TabType   \` or \relax
   \TabWidth  Provides the entry width; 0 at trailing entry that is 
              not flushed rightward


Cross References
----------------

\Configure{ref}.......................3

  #1   \Link-type command
  #2   \EndLink-type command
  #3   anchor (the system anchor is 
               reachable through the parameter name #1)
  \RefArg   Holds the argument of \ref

  If #1 is empty, the hyper links are ignored
  If #3 is empty, the anchor is the one provided by the system

  Example:

    \Configure{ref}{\Link}{\EndLink}{{\bf #1}}

\Configure{pageref}...................3

  #1   before
  #2   after
  #3   anchor (system anchor, if parameter is empty)

\Configure{newlabel}..................2

  #1   address for hyperlink (\cur:th \:currentlabel, if empty)
  #2   anchor (the system anchor is 
               reachable through the parameter name #1)

\Configure{@newlabel}.................1

   #1  modifications to the newlabel environment

\Configure{newlabel-ref}..............1

   #1  an intermediate link command for the aux file  
       (Configured by \Configure{ref}...)

   The default for #1 is \rEfLiNK

\Configure{cite}......................4

  #1   before
  #2   after
  #3   \Link-type command
  #4   \EndLink-type command

  If #3 is empty, the hyper links are ignored.

\Configure{bibitem}...................2

  #1   \Link-type command
  #2   \EndLink-type command

\Configure{bibcite}...................1

  #1  configurations for content transfered by bibitem to the aux file

  Example:    
       \Configure{bibcite}
                 {\def\hookrightarrow{\string\hookrightarrow}}
       \bibitem[$\hookrightarrow$...]{...}


\LoadLabels[#1]{#2}....................

  [#1]   optional group name
  #2     aux file name, without the extension
  
  Loads labels of another file, under the specified group name

\RefLabel.............................2

  #1     group name (for separating files and labels from
                     different sources)
  #2     label
  
  A variant of \ref for loading labels produced for other files

  Example:
    file1.tex:  \label{foo}

    file2.tex:  \LoadLabels[x]{file1}
                \RefLabel{x}{foo}

\SkipRefstepAnchor.....................0

    No \Link anchor for next \refstepcounter

\ShowRefstepAnchor.....................0
\AutoRefstepAnchor.....................0


Bibliography on bibtex2 option: 

  \Configure{bibliography2}........................ 4

     #1 before anchor
     #2 anchor
     #3 after anchor
     #4 link attributes

    Example:
    
       \Configure{bibliography2}
          {\bgroup ~~[\Configure{Link}{a}{target="x"  href=}{ name=}{}}
          {more} {]\egroup} 

  \Configure{bibitem2}..............................3

     #1 at start of bibitem 
     #2 at end of bibitem
     #3 separator after label

  \Configure{bibliographystyle2}....................1
   
     #1 an empty argument asks for the same style as the 
        normal aux file (still bibtex may produce different
        output).

Note: Option `bibtex2' requires compilation
      of `\jobname j.aux' with bibtex.

Captions
--------

refcaption

  An option for \Preamble, requesting anchors at \caption. The default
  setting sends them back to the start of the floating environment.


Theorems
--------

\Configure{newtheorem} ......................3

  #1 before theorem
  #2 between title and body
  #3 after theorem

Math
----     
\Configure{()}...............................2
\Configure{[]}...............................2

   Example:

     \Configure{()}{\protect\PicMath$}{$\protect\EndPicMath}
     \Configure{[]} {\Tg<display>\DviMath$$} {$$\EndDviMath\Tg</display>}

\Configure{equation}.........................3

   #1    at start
   #2    between the equation and its numbering
   #3    at end

  Examples:

      \Configure{equation}
           {\IgnorePar\EndP\bgroup \Configure{HtmlPar}{}{}{}{}%
                    \HCode{<table class="equation"><tr><td>}\IgnorePar
           }
           {\HCode{</td><td class="eq-number">}}
           {\HCode{</td></tr></table>}\egroup}

      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

      \Configure{equation}
         {\IgnorePar\EndP \bgroup \Configure{$$}{}{}{}%
          \Configure{@math}{display="inline"}\DviMath
                  \HCode{<mtable class="equation"><mtr><mtd>}\IgnorePar
         }
         {\IgnorePar\HCode{</mtd><mtd class="eq-number">}}
         {\HCode{</mtd></mtr></mtable>}\EndDviMath\egroup}


\Configure{frac}.............................4
\Configure{sqrtsign}.........................2

\Configure{mbox}.............................2

Environments of latex 
---------------------

  \ConfigureEnv{...}.........................4

     #1 environment name
     #2 before env
     #3 after env
     #4 before underlying list
     #5 after underlying list

    #2 and #3 are ignore when they are both empty as well as
    when there is no underlying list


   array
   center
   flushleft
   flushright
   minipage
   tabbing
   tabular
   verbatim*
   verbatim


   \Configure{@begin}........................2

      #1 environment name
      #2 insertion before the environment
     
   Example:
      \Configure{@begin}{theindex}{\section*{\indexname}} 


Verbatim
--------

\Configure{verbatim}......................2

   #1 at start of line
   #2 space character

\Configure{verb}..........................2
   
   #1 before
   #2 after

\Configure{obeylines}.....................3

   #1 before
   #2 at start of line
   #3 after

\ScriptEnv................................3

  Introduces a verbatim environent

   #1 name
   #2 before
   #3 after

  A `-' immediately after \begin{...} designate as an escape symbol
  the character following the dash

  Example:

     \ScriptEnv{foo}
       {\HCode{<myscript>}\NoFonts\hfill\break }
       {\EndNoFonts \HCode{</myscript>}}
     
     \begin{foo}
     ....
     ....
     \end{foo}

     \begin{foo}-|
     ....
     ....
     \end{foo}


Fonts
-----

\Configure{texttt}........................2
\Configure{textit}........................2
\Configure{textrm}........................2
\Configure{textup}........................2
\Configure{textsl}........................2
\Configure{textsf}........................2
\Configure{textbf}........................2
\Configure{textsc}........................2
\Configure{emph}..........................2

  #1  before content
  #2  after content


Footnotes
---------

\Configure{footnotetext}..................3

    #1 before footnote
    #2 between mark and content
    #3 after footnote

   \FNnum     footnote number

\Configure{footnotemark}..................2

    #1 before
    #2 after

Pictures
--------

\Configure{picture}.......................2

    #1  before
    #2  after

Other Hooks
-----------

\Configure{ }.........................1

   #1 representation for non-breaking space ch

\Configure{hline}.....................1

\Configure{hspace} ...................3

   \tmp:dim      register holding the size
   #1            before the space
   #2            after the space
   #3            after #1 (\tmp:dim mod 6em  copies)

\Configure{vspace} ...................1

   #1 the size of space is prvided in a parameter nmaed `#1'

   Example:

      \Configure{vspace}
      {\ifhmode
         \HCode{<br />}%
         \ifdim #1>1ex \HCode{<br />}\fi
       \fi
      }

\Configure{fbox} .................................. 2

   Examples:

        \Configure{fbox}
          {\HCode{<div class="fbox">}\bgroup \fboxrule=0pt}
          {\egroup\HCode{</div>}}
        \Css{div.fbox {border: 1pt solid black;}}
        
        \Configure{fbox}
          {\HCode{<table cellspacing="0pt"
              border="1"><tr><td>}\bgroup \fboxrule=0pt}
          {\egroup\HCode{</td></tr></table>}}

\Configure{'} ..................................... 3

   #1 at entry to math prime environment
   #2 at exit 
   #3 content of \prime
 
\Configure{float}....................................
   #1 optional, to appear within brakects [ and ].  An anchor for
      the links preceeding the float, when option refcaption is
      not active
   #2 Insertion before the links
   #3 at start
   #4 at end

\Configure{textcircled}.............................2n+1
   2i'th     replaced       i=1,...,n
   2i+1'st   replacement
   2n+'nd    empty (terminator)


\Configure{add accent}{#1:#2}{#3}{#4}...{}{}
   #1  encoding
   #2  font number
   #3  character under font
   #4  replacement
   
   Applies to accents that reach \add@accent

  Example:

     \Configure{add accent}{OT4:18}  
       {E}{\add:acc{00C8}} 
       {e}{\add:acc{00E8}} 
       {}{}  
  

    

\Configure{//[]}
\Configure{AfterTitle}
\Configure{HAccent}
\Configure{InsertTitle}
\Configure{accents}
\Configure{accent}
\Configure{centercr}
\Configure{centerline}

\Configure{displaylines}
\Configure{framebox}

\Configure{leftline}
\Configure{marginpar}
\Configure{mathaccent}
\Configure{newline}
\Configure{oalign}

\Configure{overline}

\Configure{rightline}
\Configure{stackrel}
\Configure{tt}
\Configure{underline}
\Configure{thanks}....................2

>>>


%%%%%%%%%%%%%%%
\section{book}
%%%%%%%%%%%%%%
             

\>>>maketitleInfo<<<
Title Page
----------
\Configure{maketitle}.....................4

   #1 start of maketitle
   #2 end of maketitle
   #3 before title
   #4 after title

\Configure{thanks author date and}........8

   #1  before thanks
   #2  after thanks
   #3  before author
   #4  after author
   #5  before date
   #6  after date
   #7  representation of `and'
   #8  line breaks (= end of rows, for an embedded tabular environment)
>>>

\>>>thebibliographyInfo<<<
Bibliography
------------

\ConfigureList{thebibliography}......4

   #1   before list
   #2   after  list
   #3   before label 
   #4   after label

   \DeleteMark   removes latex's label; to be placed at the end of #3
   \AnchorLabel  defines an anchor for \label in current item; to
                 be placed in #4

\Configure{cite}        see the
\Configure{bibitem}     latex section
>>>





\>>>tableofcontentsStr<<<
\Configure{tableofcontents*}.......................1

    #1  A non-empty  parameter asks to implicitly introduce
        a \tableofcontents upon reaching the first sectioning
        command, if no \tableofcontents command is encountered
        earlier. The parameter assumes a colon-separated list
        of sectioning types to be included in the output
        of \tableofcontents.  Starred variants of sectioning
        types should be referenced with the `like' prefix.

        An empty parameter cancels earlier requests for implicit
        calls to \tableofcontents (e.g., embedded within requests
        to package options 1, 2, 3, 4)

   Example:

      \Configure{tableofcontents*}{part,likepart,%
           section,likesection,subsection,likesubsection}

\contentsname

   A LaTeX macro stating the title for a table of contents division.
>>>

\>>>theindex<<<
\Configure{theindex} ..........................9

     #1    before-env
     #2    after-env
     #3    before-item
     #4    after-item
     #5    before-subitem
     #6    after-subitem
     #7    before-subsubitem
     #8    after-subsubitem
     #9    at-indexspace

    Example:
    
       \Configure{theindex}
          {\HCode{<ul class="theindex">}\global\let\IndexSpace=\empty}
          {\HCode{</ul>}}
          {\HCode{<li \IndexSpace>}\global\let\IndexSpace=\empty}
                                         {\HCode{</li>\Hnewline}}
          {\HCode{<li>}\ \ \ \ }         {\HCode{</li>\Hnewline}}
          {\HCode{<li>}\ \ \ \ \ \ \ \ } {\HCode{</li>\Hnewline}}
          {\global\def\IndexSpace{class="indexspace"}}
       
       \Css{.indexspace{margin-top:1em;}}
       
    The links are indirectly requested in the idx files within 
    \beforeentry macros. For instance, a file try.tex
    
       \documentclass{article}
          \makeindex
       \begin{document}
       
       \section{xx}
       
       \index{a1}  x
       \index{a2}  x
       \index{a2}  x
       \index{b1}  x
       \index{b2}  x
       \index{b3}  x
       
       \input \jobname.ind
       
       \end{document}
    
    produces a file try.idx of the form
    
       \beforeentry{try.html}{dx1-1001}{}
       \indexentry{a1}{1}
       \beforeentry{try.html}{dx1-1002}{}
       \indexentry{a2}{1}
       \beforeentry{try.html}{dx1-1003}{}
       \indexentry{a2}{1}
       \beforeentry{try.html}{dx1-1004}{}
       \indexentry{b1}{1}
       \beforeentry{try.html}{dx1-1005}{}
       \indexentry{b2}{1}
       \beforeentry{try.html}{dx1-1006}{}
       \indexentry{b3}{1}
    
    where each pair 
    
        \beforeentry{A}{B}{}\indexetry{C}{D} 
    
    represents an entry of the form 
    
        \indexentry{\Link[A]{B}{}C\EndLink}{D}
          
    The makeindex utility ignores the \beforeentry records.  To compensate
    for that, one needs to pre-process the idx file which is introduced to
    the makeindex utility and/or post-process the output of the utility.

    A script consisting of two instructions similar to

      tex '\def\filename{{try}{idx}{4dx}{ind}} \input idxmake.4ht'
      makeindex -o try.ind try.4dx

    instead of

      makeindex -o try.ind try.idx

    should do the job.

    On some platforms, the quotation marks ' should be
    replaced by double quotation marks " or eliminated.

\Configure{makeindex} ..........................1

    The default setting, requests consecutive numbers for the
    pointers in the indexes.  The current command provides the
    means to configure the pointers to other values.

    Example: \Configure{makeindex}{Sec \arabic{section}}
>>>



  
\<configure info4ht book\><<<
|maketitleInfo

Sectioning
----------

\Configure{part}
\Configure{section}
\Configure{subsection}
\Configure{subsubsection}
\Configure{paragraph}
\Configure{subparagraph}

\Configure{likepart}
\Configure{likechapter}
\Configure{likesection}
\Configure{likesubsection}
\Configure{likesubsubsection}
\Configure{likeparagraph}
\Configure{likesubparagraph}
|thebibliographyInfo


\ConfigureToc
 
 lof, lot, appendix, chapter, likechapter, likeparagraph, likepart,
 likesection, likesubparagraph, likesubsection, likesubsubsection,
 paragraph, part, section, subparagraph, subsection, subsubsection


\Configure{appendixTITLE+}........1
\Configure{chapterTITLE+}.........1
\Configure{partTITLE+}............1
\Configure{sectionTITLE+}.........1
\Configure{subsectionTITLE+}......1
\Configure{subsubsectionTITLE+}...1

   #1  the content of <TITLE>

   The insertion overrides the one offered by \Configure{CutAtTITLE+}
   for the given section type (the `like' counterparts acn also be
   configured).

   The sectioning title content can be accessed through the parameter #1.

   Example:

     \Configure{chapterTITLE+}{Synodos - #1}

\Configure{endpart}................1
\Configure{endchapter}.............1
\Configure{endsection}.............1
\Configure{endsubsection}..........1
\Configure{endsubsubsection}.......1
\Configure{endparagraph}...........1
\Configure{endsubparagraph}........1
\Configure{endappendix}............1
\Configure{endlikepart}............1
\Configure{endlikechapter}.........1
\Configure{endlikesection}.........1
\Configure{endlikesubsection}......1
\Configure{endlikesubsubsection}...1
\Configure{endlikeparagraph}.......1
\Configure{endlikesubparagraph}....1

   #1  a comma separated list specifying the end
       points for the configured logical unit

   e.g., \Configure{endsection}
              {likesection,chapter,likechapter,appendix,part,likepart}



|tableofcontentsStr


Index (\theindex)
-----------------

|theindex


Environments of book:
---------------------

  \ConfigureEnv{...}.........................4

   description
   figure
   figure*
   quotation
   quote
   table
   table*
   thebibliography
   titlepage
   verse

\Configure{listof}

\Configure{appendix}
\Configure{caption}
\Configure{chapter}
>>>









\section{report}
                
\<configure info4ht report\><<<
|maketitleInfo
|thebibliographyInfo


\ConfigureList{description}%

\ConfigureToc
  
  lof, lot, appendix, chapter, likechapter, likeparagraph, likepart,
  likesection, likesubparagraph, likesubsection, likesubsubsection,
  paragraph, part, section, subparagraph, subsection, subsubsection


\Configure{appendixTITLE+}
\Configure{chapterTITLE+}
\Configure{partTITLE+}
\Configure{sectionTITLE+}
\Configure{subsectionTITLE+}
\Configure{subsubsectionTITLE+}

   #1 an insertion just before the content of <TITLE>;

   The insertion overrides the one offered by \Configure{CutAtTITLE+}
   for the given section type (the `like' counterparts acn also be
   configured).

   If #1 is a one parametric macro, it gets the title content for
   an argument.


\Configure{endpart}................1
\Configure{endchapter}.............1
\Configure{endsection}.............1
\Configure{endsubsection}..........1
\Configure{endsubsubsection}.......1
\Configure{endparagraph}...........1
\Configure{endsubparagraph}........1
\Configure{endappendix}............1
\Configure{endlikepart}............1
\Configure{endlikechapter}.........1
\Configure{endlikesection}.........1
\Configure{endlikesubsection}......1
\Configure{endlikesubsubsection}...1
\Configure{endlikeparagraph}.......1
\Configure{endlikesubparagraph}....1

   #1  a comma separated list specifying the end
       points for the configured logical unit

   e.g., \Configure{endsection}
              {likesection,chapter,likechapter,appendix,part,likepart}


|tableofcontentsStr


\Configure{appendix}................4
\Configure{chapter}
\Configure{likechapter}
\Configure{likeparagraph}
\Configure{likepart}
\Configure{likesection}
\Configure{likesubparagraph}
\Configure{likesubsection}
\Configure{likesubsubsection}
\Configure{paragraph}
\Configure{part}
\Configure{section}
\Configure{subparagraph}
\Configure{subsection}
\Configure{subsubsection}


|theindex

Environments of report:
----------------------

  \ConfigureEnv{...}.........................4

   abstract
   description
   figure
   figure*
   quotation
   quote
   table
   table*
   thebibliography
   titlepage
   verse

\Configure{listof}
\Configure{thanks author date and}
\Configure{caption}
>>>

\section{article}
                
\<configure info4ht article\><<<
|maketitleInfo

Sectioning Commands
-------------------
\Configure{part}...................4
\Configure{section}................4
\Configure{subsection}.............4
\Configure{subsubsection}..........4
\Configure{paragraph}..............4
\Configure{subparagraph}...........4

   #1 before division
   #2 after division
   #3 before title
   #4 after title

\Configure{likepart}...............4
\Configure{likesection}............4
\Configure{likesubsection}.........4
\Configure{likesubsubsection}......4
\Configure{likeparagraph}..........4
\Configure{likesubparagraph}.......4

   starred versions of the sectioning commands

\Configure{endpart}................1
\Configure{endsection}.............1
\Configure{endsubsection}..........1
\Configure{endsubsubsection}.......1
\Configure{endparagraph}...........1
\Configure{endsubparagraph}........1
\Configure{endlikepart}............1
\Configure{endlikesection}.........1
\Configure{endlikesubsection}......1
\Configure{endlikesubsubsection}...1
\Configure{endlikeparagraph}.......1
\Configure{endlikesubparagraph}....1

   #1  a comma separated list specifying the end
       points for the configured logical unit

   e.g., \Configure{endsection}
              {likesection,chapter,likechapter,appendix,part,likepart}

\Configure{partTITLE+}
\Configure{sectionTITLE+}
\Configure{subsectionTITLE+}
\Configure{subsubsectionTITLE+}


   #1 an insertion just before the content of <TITLE>;

   The insertion overrides the one offered by \Configure{CutAtTITLE+}
   for the given section type (the `like' counterparts acn also be
   configured).

   If #1 is a one parametric macro, it gets the title content for
   an argument.


|thebibliographyInfo

Tables of Content
-----------------
\ConfigureToc
  
  lof, lot, appendix, chapter, likechapter, likeparagraph, likepart,
  likesection, likesubparagraph, likesubsection, likesubsubsection,
  paragraph, part, section, subparagraph, subsection, subsubsection,

|tableofcontentsStr


Captions
--------

\Configure{caption}...............4
   
   #1   before number          #2    after number
   #3   before title           #4    after title

Indexes
-------

|theindex

Environments of article:
------------------------

  \ConfigureEnv{...}.........................4

   abstract
   description
   figure
   figure*
   quotation
   quote
   table
   table*
   thebibliography
   titlepage
   verse

Other Hooks
-----------
\Configure{listof}
>>>

\section{fontmath}
                
\<configure info4ht fontmath\><<<
\Configure{mathbf}........................2
\Configure{mathit}........................2
\Configure{mathrm}........................2
\Configure{mathsf}........................2
\Configure{mathtt}........................2

  #1  before content
  #2  after content

\Configure{overbrace}.................3
\Configure{underbrace}................3
>>>


\section{graphics}
                
\<configure info4ht graphics\><<<
\Configure{graphics}...............2
   
    #1  before \includegraphics
    #2  after \includegraphics


    Examples:

       \Configure{graphics}
          {\Picture+[PIC]{ class="graphics"}}
          {\EndPicture }

       \Configure{graphics}
         {\bgroup
             \Configure{IMG}
                {\ht:special{t4ht=<img src="}}
                {\ht:special{t4ht=" alt="}}
                {" }
                {\ht:special{t4ht=" }}
                {}%
          \Picture+[PIC]{}}
         {\EndPicture
             \def\temp{.pstex}\expandafter\ifx 
                              \csname Gin@ext\endcsname\temp
                                         \HCode{ width="75\%" }\fi
             \HCode{ />}%
          \egroup}


\Configure{graphics*}..............2
   
    #1  extension name
    #2  insertion

    \Gin@base (file name), \Gin@ext, \Gin@req@width, \Gin@req@height,
    \noBoundingBox (defined iff bounding box is unknown)

    Allows to configure tex4ht for graphics files named in
    the \includegraphics macro, based on the type of the files.

    An empty insertion #2 cancels previous requests for the 
    specified extension.

    Example:

       \Configure{graphics*}
         {jpg}
         {\Picture[pict]{\csname Gin@base\endcsname.jpg}}

       \Configure{graphics*}
         {wmf}
         {\Needs{"convert \csname Gin@base\endcsname.wmf
                          \csname Gin@base\endcsname.gif"}%
          \Picture[pict]{\csname Gin@base\endcsname.gif
                      width="\expandafter\the\csname
                                Gin@req@width\endcsname"
                     height="\expandafter\the\csname
                                Gin@req@height\endcsname"}%
         }

       \Configure{graphics*}
         {eps}
         {\openin15=\csname Gin@base\endcsname\PictExt\relax
          \ifeof15
             \Needs{"convert \csname Gin@base\endcsname.eps
                             \csname Gin@base\endcsname\PictExt"}%
          \fi
          \closein15
          \Picture[pict]{\csname Gin@base\endcsname\PictExt}%
         }

  Note: Arguments of the \includegraphics command such as angle and
    scale in

       \includegraphics[angle=-90,scale=0.5]{fig.eps}

    are not known to the given figure (e.g., to fig.eps). To be
    taken into account, the scripts should handle the transformations
    they request (e.g., in \csname Grot@angle\endcsname, 
    \csname Gscale@x\endcsname, \csname Gscale@y\endcsname)
>>>




\section{babel}
                
\<configure info4ht babel\><<<
\Configure{accent}
\Configure{quotedblbase}
\Configure{quotesinglbase}

>>>

\section{plain}
                
\<configure info4ht plain\><<<

\Configure{ }
\Configure{HAccent}
\Configure{TableOfContents}
\Configure{accents}
\Configure{accent}
\Configure{beginsection}
\Configure{centerline}
\Configure{displaylines}
\Configure{eqalignno}
\Configure{eqalign}
\Configure{insert}
\Configure{item}
\Configure{leftline}
\Configure{leqalignno}
\Configure{line}
\Configure{mathaccent}
\Configure{narrower}
\Configure{noalign}
\Configure{obeylines}
\Configure{overline}
\Configure{proclaim}
\Configure{rightline}
\Configure{settabs}
\Configure{underline}
\Configure{vfootnote}
>>>



\section{amsfonts}


\<configure info4ht amsfonts\><<<
\Configure{mathbb}........................2
\Configure{mathfrak}......................2

  #1  before content
  #2  after content

>>>



\section{amsmath}

% \Configure{dbinom}..................4
% \Configure{dfrac}..................4
% \Configure{frac}..................4
% \Configure{binom}..................4
                
\<configure info4ht amsmath\><<<
\Configure{tmspace}...................1
    
  \mathglue   amount of space in math units
  \textspace  amount of space in points

  Example:
    \Configure{tmspace}{\mskip\mathglue}


\Configure{boxed}.....................2
\Configure{equations}.................2
\Configure{equation}..................3
\Configure{gather*}...................6
\Configure{gather}....................6
\Configure{genfrac}...................6
\Configure{measure@}..................1
\Configure{multline*}.................4
\Configure{multline}..................6

    #5  before the label
    #6  after the label
\Configure{overset}...................2
\Configure{smallmatrix}...............6
\Configure{split}.....................6
\Configure{subarray}..................4
\Configure{substack}..................2
\Configure{underset}..................2
\Configure{xleftarrow}................2
\Configure{xrightarrow}...............2
>>>




\section{amstex1}
                
\<configure info4ht amstex1\><<<
\Configure{eqn}
\Configure{gather}


Environments of amstex1:

   Vmatrix
   align*
   alignat*
   alignat
   alignedat
   aligned
   aligned
   align
   bmatrix
   equation*
   equation
   gather*
   gathered
   gather
   matrix
   multline*
   multline
   pmatrix
   vmatrix
   xalignat*
   xalignat
   xxalignat

>>>

\section{amsart}
                
\<configure info4ht amsart\><<<
|tableofcontentsStr
|maketitleInfo

\ConfigureList{thebibliography}%
\Configure{HtmlPar}
\Configure{HtmlPar}
\Configure{Needs}
\Configure{abstract}
\Configure{authors}
\Configure{caption}
\Configure{date}
\Configure{endlikeparagraph}
\Configure{endlikepart}
\Configure{endlikesection}
\Configure{endlikesubparagraph}
\Configure{endlikesubsection}
\Configure{endlikesubsubsection}
\Configure{endparagraph}
\Configure{endpart}
\Configure{endsection}
\Configure{endsubparagraph}
\Configure{endsubsection}
\Configure{endsubsubsection}
\Configure{keywords}
\Configure{likeparagraph}
\Configure{likepart}
\Configure{likesection}
\Configure{likesubparagraph}
\Configure{likesubsection}
\Configure{likesubsubsection}
\Configure{paragraph}
\Configure{partTITLE+}
\Configure{part}
\Configure{sectionTITLE+}
\Configure{section}
\Configure{setdate}
\Configure{subjclass}
\Configure{submaketitle}
\Configure{subparagraph}
\Configure{subsectionTITLE+}
\Configure{subsection}
\Configure{subsubsectionTITLE+}
\Configure{subsubsection}
\Configure{thanks author date and}
\Configure{thanks}
\Configure{title}

Environments of amsart:

   abstract
   abstract
   picture
   picture
   thebibliography

  \ConfigureToc
  
  likeparagraph likepart, likesection, likesubparagraph,
  likesubsection, likesubsubsection, paragraph, part, section,
  subparagraph, subsection, subsubsection,

>>>


\section{amsbook}
                
\<configure info4ht amsbook\><<<
|tableofcontentsStr
|maketitleInfo

\ConfigureList{thebibliography}%
\Configure{HtmlPar}
\Configure{Needs}
\Configure{abstract}
\Configure{addresses}
\Configure{authors}
\Configure{caption}
\Configure{date}
\Configure{endlikeparagraph}
\Configure{endlikepart}
\Configure{endlikesection}
\Configure{endlikesubparagraph}
\Configure{endlikesubsection}
\Configure{endlikesubsubsection}
\Configure{endparagraph}
\Configure{endpart}
\Configure{endsection}
\Configure{endsubparagraph}
\Configure{endsubsection}
\Configure{endsubsubsection}
\Configure{keywords}
\Configure{likeparagraph}
\Configure{likepart}
\Configure{likesection}
\Configure{likesubparagraph}
\Configure{likesubsection}
\Configure{likesubsubsection}
\Configure{paragraph}
\Configure{partTITLE+}
\Configure{part}
\Configure{sectionTITLE+}
\Configure{section}
\Configure{subjclass}
\Configure{subparagraph}
\Configure{subsectionTITLE+}
\Configure{subsection}
\Configure{subsubsectionTITLE+}
\Configure{subsubsection}
\Configure{thanks author date and}
\Configure{thanks}
\Configure{title}
\Configure{translators}

Environments of amsbook:

   abstract
   picture
   thebibliography

  \ConfigureToc
  
  appendix, chapter, likechapter, likeparagraph, likepart,
  likesection, likesubparagraph, likesubsection, likesubsubsection,
  paragraph, part, section, subparagraph, subsection, subsubsection

>>>

\section{amsproc}
                
\<configure info4ht amsproc\><<<
|tableofcontentsStr
|maketitleInfo

\ConfigureList{thebibliography}%
\Configure{HtmlPar}
\Configure{Needs}
\Configure{abstract}
\Configure{authors}
\Configure{caption}
\Configure{date}
\Configure{endlikeparagraph}
\Configure{endlikepart}
\Configure{endlikesection}
\Configure{endlikesubparagraph}
\Configure{endlikesubsection}
\Configure{endlikesubsubsection}
\Configure{endparagraph}
\Configure{endpart}
\Configure{endsection}
\Configure{endsubparagraph}
\Configure{endsubsection}
\Configure{endsubsubsection}
\Configure{keywords}
\Configure{likeparagraph}
\Configure{likepart}
\Configure{likesection}
\Configure{likesubparagraph}
\Configure{likesubsection}
\Configure{likesubsubsection}
\Configure{paragraph}
\Configure{partTITLE+}
\Configure{part}
\Configure{sectionTITLE+}
\Configure{section}
\Configure{subparagraph}
\Configure{subsectionTITLE+}
\Configure{subsection}
\Configure{subsubsectionTITLE+}
\Configure{subsubsection}
\Configure{thanks author date and}
\Configure{thanks}
\Configure{title}

Environments of amsproc:

   abstract
   picture
   thebibliography

  \ConfigureToc
  
  likeparagraph, likepart, likesection, likesubparagraph,
  likesubsection, likesubsubsection, paragraph, part, section,
  subparagraph, subsection, subsubsection
>>>


\section{amsthm}
                
\<configure info4ht amsthm\><<<
Environments of amsthm:

   proof
>>>




\section{amsppt}
                
\<configure info4ht amsppt\><<<
  \ConfigureToc

    head,  specialhead, subhead, subsubhead

\Configure{HtmlPar}
\Configure{Refs}
\Configure{abstract}
\Configure{affil}
\Configure{author}
\Configure{block}
\Configure{book}
\Configure{caption}
\Configure{date}
\Configure{footnote}
\Configure{head}
\Configure{itemitem}
\Configure{keyformat}
\Configure{keywords}
\Configure{paper}
\Configure{ref}
\Configure{roster}
\Configure{specialhead}
\Configure{subhead}
\Configure{subjclass}
\Configure{subsubhead}
\Configure{thanks}
\Configure{title}
\Configure{vol}

>>>

%%%%%%%%%%%%%%%%%%%%%%%%%
\section{listings}
%%%%%%%%%%%%%%%%%%%%%%%%%
                
\<configure info4ht listings\><<<
\Configure{lst@Kerm}...........................2
    
   #1  width of character
   #2  width of inter character space

   In LaTeX, Default: \Configure{lst@Kern}{0.499em}{0.1em}

\Configure{listings}...........................4

     #1 start environment
     #2 end environment
     #3 before line label
     #4 between line label and content

\Configure{lstinputlisting}....................2
\Configure{lstinline}..........................2

     #1 start environment
     #2 end environment
>>>





\section{psfig}
                
\<configure info4ht psfig\><<<
\Configure{psfig}

>>>

\section{epsfig}
                
\<configure info4ht epsfig\><<<
\Configure{epsfig}...........................#1
    
   #1  before
   #2  after

   In LaTeX, epsfig reduces to graphicsx

   Example:

    \Configure{epsfig}
       {\Configure{graphics}
          {} {\xdef\foo{width="\the\Gin@req@width"
              height="\the\Gin@req@height"}}%
        \Picture+[epsfig]{}}
       {\EndPicture\writesixteen{..... \foo}}
>>>

\section{xy}
                
\<configure info4ht xy\><<<
\Configure{xypic}
\Configure{Xy}
>>>

\section{amscd}
                
\<configure info4ht amscd\><<<

Environments of amscd:

   CD
>>>


\section{array}
                
\<configure info4ht array\><<<
\Configure{tabular}
\Configure{array}

|VBorder

\Configure{@{}}{}


Environments of array:

   array
   tabular
>>>

\section{minitoc}
                
\<configure info4ht minitoc\><<<
\Configure{minilof}
\Configure{minilot}
\Configure{minitoc}
\Configure{partlof}
\Configure{partlot}
\Configure{parttoc}
\Configure{sectlof}
\Configure{sectlot}
\Configure{secttoc}
\Configure{tableofcontents}

>>>


\section{index}
                
\<configure info4ht index\><<<
\Configure{NoSection}

>>>





\section{ntheorem}
                
\<configure info4ht ntheorem\><<<
Environments of ntheorem:

   Anmerkung
   Beispiel
   Bemerkung
   Beweis
   Corollary
   Definition
   Example
   Korollar
   Lemma
   Proof
   Proposition
   Remark
   Satz
   Theorem
   anmerkung
   beispiel
   bemerkung
   beweis
   corollary
   definition
   example
   korollar
   lemma
   proof
   proposition
   remark
   satz
   theorem


>>>


\section{longtable}
                
\<configure info4ht longtable\><<<
\Configure{longtable}.............................6

    #1   before table         #2   after table
    #3   before row           #4   after row
    #5   before cell          #6   after cell
>>>

\section{fancyvrb}
                
\<configure info4ht fancyvrb\><<<
\Configure{fancyvrbcolor}
\Configure{fancyvrbframe}
\Configure{fancyvrb}

Environments of fancyvrb:

   verbatim*
   verbatim

>>>

                \section{moreverb}


\<configure info4ht moreverb\><<<
\Configure{verbatimtab}......................2

   #1 at start of line
   #2 space character

Environments of moreverb:

   boxedverbatim*
   boxedverbatim*
   boxedverbatim
   boxedverbatim
   verbatimtab
>>>


\section{fancybox}
                
\<configure info4ht fancybox\><<<
\Configure{Ovalbox}
\Configure{doublebox}
\Configure{ovalbox}
\Configure{shadowbox}

>>>

\section{color}
                
\<configure info4ht color\><<<
\Configure{HColor}......................2
       
      #1 color name
      #2 color value

  Examples:  \Configure{HColor}{blue}{\#0000FF}
             \Configure{HColor}{light}{rgb(122,251,255)}

\Configure{colorbox}
\Configure{color}
\Configure{textcolor}

>>>

\section{colortbl}
                
\<configure info4ht colortbl\><<<
\Configure{@classz}
\Configure{rowcolor}

>>>

\section{alltt}
                
\<configure info4ht alltt\><<<
Environments of alltt:

   alltt
>>>




\section{url}
                
\<configure info4ht url\><<<
\Configure{url}

>>>

\section{hyperref}
                
\<configure info4ht hyperref\><<<
A trick like the following one allows a compilation to choose 
between a pdf and a html mode automatically.
 
   \ifx \HCode\UnDef  \usepackage[pdf]{hyperref}  
   \else              \usepackage[tex4ht]{hyperref}  \fi 
   
The trick assumes the compilations for html are invoked by
htlatex-like commands.

\Configure{::#1}
\Configure{::action}
\Configure{::default}
\Configure{::menulength}
\Configure{::method}
\Configure{::name}
\Configure{::value}
\Configure{CheckBox::checked}
\Configure{CheckBox::}
\Configure{ChoiceMenu::combo}
\Configure{ChoiceMenu::popdown}
\Configure{ChoiceMenu::radio}
\Configure{ChoiceMenu::}
\Configure{Form}
\Configure{PushButton::}
\Configure{Reset::}
\Configure{Submit::}
\Configure{TextField::default}
\Configure{TextField::multiline}
\Configure{TextField::password}
\Configure{TextField::width}
\Configure{TextField::}
\Configure{combo::default}
\Configure{multiline::value}
\Configure{multiline::width}
\Configure{radio::default}

>>>


\section{CJK}
                
\<configure info4ht CJK\><<<
\Configure{charset}

>>>

\section{vanilla}
                
\<configure info4ht vanilla\><<<
  \ConfigureToc

    heading,  subheading

\Configure{aligned}
\Configure{align}
\Configure{author}
\Configure{demo}
\Configure{heading}
\Configure{matrix}
\Configure{subheading}
\Configure{title}

>>>






\section{emulateapj}
                
\<configure info4ht emulateapj\><<<
\Configure{affil}
\Configure{author}
\Configure{keywords}
\Configure{section}
\Configure{slugcomment}
\Configure{subjectheadings}
\Configure{submitted}
\Configure{subsection}
\Configure{subtitle}
\Configure{title}

Environments of emulateapj:

   references
>>>

\section{aa}
                
\<configure info4ht aa\><<<
|maketitleInfo

\Configure{HtmlPar}
\Configure{caption}
\Configure{endlikeparagraph}
\Configure{endlikepart}
\Configure{endlikesection}
\Configure{endlikesubparagraph}
\Configure{endlikesubsection}
\Configure{endlikesubsubsection}
\Configure{endparagraph}
\Configure{endpart}
\Configure{endsection}
\Configure{endsubparagraph}
\Configure{endsubsection}
\Configure{endsubsubsection}
\Configure{likeparagraph}
\Configure{likepart}
\Configure{likesection}
\Configure{likesubparagraph}
\Configure{likesubsection}
\Configure{likesubsubsection}
\Configure{makeheadbox}
\Configure{paragraph}
\Configure{partTITLE+}
\Configure{part}
\Configure{sectionTITLE+}
\Configure{section}
\Configure{subparagraph}
\Configure{subsectionTITLE+}
\Configure{subsection}
\Configure{subsubsectionTITLE+}
\Configure{subsubsection}
\Configure{subsubsection}
\Configure{subtitle institute}
\Configure{thanks author date and}

Environments of aa:

   abstract
   picture
   thebibliography
>>>

\section{pictex}
                
\<configure info4ht pictex\><<<
\Configure{pictex}

>>>




\section{diagram}
                
\<configure info4ht pb-diagram\><<<
Environments of pb-diagram:

   diagram
>>>



\section{ltugboat}
                
\<configure info4ht ltugboat\><<<
Environments of ltugboat:

   quote
>>>


\section{doc}
                
\<configure info4ht doc\><<<
Environments of doc:

   macrocode
>>>





\section{lineno}
                
\<configure info4ht doc\><<<
\Configure{lineno}...................2

   Asks lineno.sty to introduce #1\LineNumber #2, instead of \LineNumber,
   into the output
>>>






\section{elsart}
                
\<configure info4ht elsart\><<<
\Configure{abstract}
\Configure{keyword}

Environments of elsart:

   frontmatter
>>>


%%%%%%%%%%%%%%%%%%
\section{ProTex}
%%%%%%%%%%%%%%%%%%

\<configure info4ht ProTex\><<<
\Configure{ShowCode}...................6

   #1  start body
   #2  end body
   #3  everypar
   #4  open comment
   #5  close comment
   #6  space character
>>>


\section{seminar}
                
\<configure info4ht seminar\><<<

Environments of seminar:

   slide
>>>


\section{slides}
                
\<configure info4ht slides\><<<
\Configure{slidename}....................................1
\CutAt{slide}.............................................0

\ConfigureList{description}%

Environments of slides:

   note
   quotation
   quote
   slide
   titlepage
   verse
>>>


\section{slidesec}
                
\<configure info4ht slidesec\><<<
    \ConfigureToc

          slidesection
>>>

\section{web}
                
\<configure info4ht web\><<<
\Configure{maketitle}
\Configure{webuniversity}
\Configure{webversion}

>>>

\section{exerquiz}
                
\<configure info4ht exerquiz\><<<
\ConfigureList{questions}%
\Configure{@HEAD}
\Configure{Form}
\Configure{ReturnTo}
\Configure{TextField::}
\Configure{javascript}
\Configure{quiz*}
\Configure{quiz}
\Configure{shortquiz}

Environments of exerquiz:

   shortquiz
>>>

\section{foils}
                
\<configure info4ht foils\><<<
    \ConfigureToc

         foilheads

\Configure{foilheads}

|tableofcontentsStr

Environments of foils:

   Corollary*
   Corollary
   Definition
   Lemma
   Proof
   Proposition
   Theorem
   thebibliography

>>>



\section{th4}
                
\<configure info4ht th4\><<<
\Configure{JavaScript}............2

   Configures the environments

      \JavaScript
         ....
      \EndJavaScript

   and

      \javascript{...}

   These environments are activated by the `javascript' option.

  Default:

   \Configure{JavaScript}
      {\HCode{<script type="text/JavaScript" ><!--\Hnewline}}
      {\HCode{//-->\Hnewline </script>}}



    \ConfigureToc

        Chapter,  LikeSection, Section, SubSection

\Configure{Appendix}
\Configure{Chapter}
\Configure{Columns}
\Configure{Columns}
\Configure{DList}
\Configure{HTable}
\Configure{Item}
\Configure{LikeChapter}
\Configure{LikeSection}
\Configure{OList}
\Configure{Part}
\Configure{Section}
\Configure{SubSection}
\Configure{UList}
\Configure{Verbatim}
\Configure{buttonList+}
\Configure{buttonList}
\Configure{centerline}
\Configure{index}

Frames
------

When the package option `frames-' or `frames' is up, 
TeX4ht introduces the following commands for defining frames.

   \Frame[#1]{#2}

       A variant of the \Link[#1]{#2} portion of the
       \Link[#1]{#2}{#3}#4\EndLink, for specifying a frame.

   \HorFrames[#1]{#2}, \VerFrames[#1]{#2}

     #1 attributes  ([#1] is optional)
     #2 list of dimensions 

      A container partitioned, respectively, horizontally or
      vertically. Each partition may hold a sub-container or
      a frame.

      The list of dimensions determine the cardinality of the
      partition, and the dimension of each partition.  A dimension
      can be specified absolutely by pixels (\HorFrames{80,130,50}),
      relatively by percentage (\HorFrames{20\%,30\%,50\%}), and
      relatively through ratio (\HorFrames{2*,3*,5*}).

   \EndFrames

      An end delimiter for a container

   \NoFrames

       When used, it should be placed before the outer-most
       \EndFrames command.  The region \NoFrames...\EndNoFrames
       provides the content for browsers which do not support frames.

Tailoring configurations for frames is a little tricky, but the
job is simpler when the configurations don't deal with the root
file.

Example 1:
..........

     % Requires the command line option `frames-'
     \documentclass{article}
     
     \begin{document}
     
     \begingroup
        \Configure{@HEAD}{}
        \Configure{BODY}{}{}
        \Configure{DOCTYPE}
             {\HCode{<!DOCTYPE html
                  PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
                          "http://www.w3.org/TR/html4/frameset.dtd">}}
        \Configure{HEAD}{}{}
        \Configure{HTML}
            {\HCode{<html><head><title></title></head>}}
            {\HCode{</html>}}
        \Configure{HtmlPar}{}{}{}{}
        \Configure{TITLE}{}{}
     
        \FileStream+{\jobname f.html}
           \HorFrames{*,*}
              \Frame[\jobname.html]{}
              \VerFrames{3*,*,*}
                 \Frame[http://www.tug.org]{}
                 \Frame[\RefFile{z} ]{}
                 \Frame[ name="y"]{w}
              \EndFrames
           \EndPreamble
           \NoFrames
               a comment
           \EndFrames
        \EndFileStream{\jobname f.html}
     \endgroup
     
     
     \HPage[z]{}
     \bgroup
       \Configure{Link}{a}{target="y"  href=}{ name=}{}
       \let\contentsname=\empty   \tableofcontents
     \egroup
     \EndHPage{z}
     
     \tableofcontents
     
     \section{First} Is first.
     
     \Link{}{w}\EndLink
     \section{Second} Is Second.
     
     \end{document}

Example 1a (allows also compilations for non-html output):
..........................................................
     % src.tex
     \documentclass{article}
     \begin{document}

       \tableofcontents

       \section{First} Is first.
     
       \ifx \Link\undefined \else
          \Link{}{w}\EndLink
       \fi
       \section{Second} Is Second.
     
     \end{document}

     % src.cfg
     \Preamble{html,frames-}
     \begin{document}
     \EndPreamble
       \begingroup
          \Configure{@HEAD}{}
          \Configure{BODY}{}{}
          \Configure{DOCTYPE}{}
          \Configure{HEAD}{}{}
          \Configure{HTML}{}{}
          \Configure{HtmlPar}{}{}{}{}
          \Configure{TITLE}{}{}
       
          \FileStream+{\jobname f.html}
             \HorFrames{*,*}
                \Frame[\jobname.html]{}
                \VerFrames{3*,*,*}
                   \Frame[http://www.tug.org]{}
                   \Frame[\RefFile{z} ]{}
                   \Frame[ name="y"]{w}
                \EndFrames
          \EndPreamble
             \NoFrames
                 a comment
             \EndFrames
          \EndFileStream{\jobname f.html}
       \endgroup
       
       \HPage[z]{}
       \bgroup
         \Configure{Link}{a}{target="y"  href=}{ name=}{}
         \let\contentsname=\empty   \tableofcontents
       \egroup
       \EndHPage{z}
     \endinput

Example 2:
..........

         % Source .tex file

         \documentclass{article}
           \usepackage{verbatim}
         \begin{document}
         
         \section{The Main File: \jobname.tex}
           \verbatiminput{\jobname.tex}
         \section{The Configurations File: \jobname.cfg}
           \verbatiminput{\jobname.cfg}
         \section{The Command Line}
           htlatex \jobname\space "\jobname"
         
         \NextFile{page.html}\HPage{}
           Hello!
         \EndHPage{}
         
         \HPage{}\Link{}{anchor}\EndLink
           \Link[http://www.ctan.org]{}{}ctan\EndLink
         \EndHPage{}
         
         \end{document}

         % configurations .cfg file

         \Preamble{frames}
         
         \Configure{frames}
           {\VerFrames{*,5*}
              \Frame[ name="tex4ht-menu" ]{tex4ht-toc}
              \HorFrames{*,3*}
                \VerFrames{6*,*,*}
                  \Frame[http://www.tug.org]{}
                  \Frame[page.html]{}
                  \Frame{anchor}
                \EndFrames
                \Frame[ name="tex4ht-main" ]{tex4ht-body}
              \EndFrames
            }
            {\let\contentsname=\empty \tableofcontents}
         
         \begin{document}
         \EndPreamble

Example 3:
..........
 
         % file.tex 
         \documentclass{book}  
         \begin{document}  
           \chapter{Title}   
              Body.  
           \chapter{Another Title}   
              \Link{}{init-body}\EndLink   
              Another body.  
         \end{document}  
          
         % file.cfg 
         \Preamble{html,frames,3,info}  
           \begin{document}  
               \Configure{frames}   
                  {\HorFrames[rows="*"]{3*,*}   
                     \Frame[ name="body" frameborder="0" ]{init-body}   
                     \Frame[ name="menu" frameborder="0" ]{init-toc}  
                  }  
                  {\Configure{Link}{a}{target="body"  href=}{ id=}{}   
                   \let\contentsname=\empty    
                   \tableofcontents  
                   \Link{}{init-toc}\EndLink  
                  }  
         \EndPreamble  
         \endinput  



The arguments`init-body' and `init-toc' are labels connecting reference points 
\Frame[...]{label} with anchors \Link{}{label}\EndLink.  Their objective 
is to associate initial web pages with the frames. 
 
The name attribute values `body' and `menu' provide 
identifiers to the frames.  They offer the option to dynamically load 
new pages into the frames through hypertext references targeting those 
values. 

>>>




\section{hebtex}
                
\<configure info4ht hebtex\><<<
\Configure{arabtext}
\Configure{chireq}
\Configure{cholem}
\Configure{cholem}
\Configure{chpatach}
\Configure{chqames}
\Configure{chsegol}
\Configure{dagesh}
\Configure{meteg}
\Configure{patachf}
\Configure{patach}
\Configure{qameschat}
\Configure{qames}
\Configure{qibbus}
\Configure{rdot}
\Configure{segol}
\Configure{sere}
\Configure{shindot}
\Configure{shwa}
\Configure{sindot}

>>>




%%%%%%%%%%%%%%%%%%%%
\section{endnotes}
%%%%%%%%%%%%%%%%%%%%

\<configure info4ht endnotes\><<<
\Configure{theendnotes}......................2
\Configure{enoteformat}......................2
\Configure{makeenmark}.......................2

  Provide markups for the mentioned entities.

\endnoteN

  A built-in counter for end notes.
>>>


%%%%%%%%%%%%%%%%%%%%
\section{float}
%%%%%%%%%%%%%%%%%%%%

\<configure info4ht float\><<<
New float environments can be configured with the \ConfigureEnv
instruction. For instance,
   
   \newfloat{myfloat}{htb}{}[section]
   
   \ConfigureEnv{myfloat}
     {BEFORE MYFLOAT}  {AFTER MYFLOAT}
     {}{}
   
   \begin{myfloat}
    body
    \caption{title}
   \end{myfloat}
>>>


%%%%%%%%%%%%%%%%%%%%
\section{mktex4ht}
%%%%%%%%%%%%%%%%%%%%




\<configure info4ht mktex4ht\><<<
Purpose
-------

A package to help creating 4ht files for configuring seeded hooks.  

A sample self-explanatory template file make-4ht.tex is shown at the
end. The sample file can be retrieved in ascii form from the file
info4ht.4ht.

General Information
-------------------

To get a better understanding of the structural meaning of some of the
available hooks

a. Compile the mktex4ht.4ht file with the `htlatex mktex4ht.4ht' 
   command (or, `xhlatex mktex4ht.4ht' for XHTML output).

   Visit the links in the index of the outcome `mktex4ht.html' file.

b. Compile your sorce file with a command similar to

     htlatex filename "html,info" "" "-p"
    
   and check the source file.

c. Compile your sorce file with a command similar to

     htlatex filename "html,0.0,hooks" "" "-p"
    
   and view the outcome with a html browser.

d. Take a look at the *.4ht configuration files mentioned in tex4ht.4ht.

Setting up a calling command 
----------------------------

i.  Create a tex4ht.usr file, and introduce there \Configure command(s)
    similar to those found in tex4ht.4ht.  For instance,

       \Configure{foo}{%
          \Hinclude[*]{myhtml.4ht}%
          \Hinclude[*]{mymath.4ht}%
       }
     
    Choose arbitrary name in the first argument, and include *.4ht
    configuration files of your liking in the second argument.
    
    You might want to temporarily include also the file html0.4ht, as a
    first entry, while constructing new *.4ht configuration files. For
    instance,
     
       \Configure{foo}{%
          \Hinclude[*]{html0.4ht}% 
          \Hinclude[*]{myhtml.4ht}%
          \Hinclude[*]{mymath.4ht}%
       }
       
ii.  A configuration setting may be loaded by mentioning its name
     within the option list of the htlatex command. For instance,
      
        htlatex filename "xhtml,foo" "unicode/!" "-p"
     
iii. Alternatively, a htlatex-like command can be tailored to
     automatically load a configuration setting. That can be done
     by including  the name in the argument list of
     \csname tex4ht\endcsname,  within the script of the command. For
     instance, replace `docbook' with `foo' in the script of dblatex.


Defining a New Configuration File with mktex4ht.4ht 
---------------------------------------------------

1. Define a parameter-less macro \HTML to hold a comma separeted list
   of the output file names. Place the definition at the top of the
   source document.  For instance

         \def\HTML{myhtml,mymath}

   request the files myhtml.4ht and mymath.4ht.

2. Define a parameter-less macro \CONFIG to hold the name of the file
   containing the contributed configurations. Place the definition at
   the top of the source document.

3. The configurations contributed to output file YYYY.4ht for style
   XXXX should be provided within code fragments of the form

        \<configure XXXX YYYY\><<<
          .......
        >>|empty>

   Arbitrary valid LaTeX source code may be inserted around the code
   fragments.

    Example:

        Configurations for class book.cls:

        \<configure myhtml book\><<<
        \Configure{chapter} {...}{...}{...}{...}
        \Configure{section} {...}{...}{...}{...}
        >>|empty>

        Configurations for class article.cls:
  
        \<configure mymath article\><<<
        \Configure{section} {...}{...}{...}{...}
        >>|empty>

        The hooks are provided in book.4ht and article.4ht.

4. Define a parameter-less macro \MAKETITLE with contribution for
   the \maketitle command (e.g., \def\MAKETITLE{\title{my name}}). Place
   the definition at the top of the source document.

5. A file may reload itself, if it starts with preamble similar to
   the following one.

               \ifx \HTML\UnDef
                  \def\HTML{...}
                  \def\CONFIG{\jobname}
                  \def\MAKETITLE{\author{...}}
                  \def\next{\input mktex4ht.4ht   \endinput}
                  \expandafter\next
               \fi


A Template File make-4ht.tex 
-----------------------------

%--------------------- start of template -----------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%  make-4ht.4ht                         Eitan M. Gurari
%
%  A sample file with instructions for creating 4ht 
%  configuration files through literate programming.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% *  Compile this file twice with the command `latex make-4ht' 
%    (or with `htlatex make-4ht')
%
% *  Inspect the outcome files sample.4ht and example.4ht
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% *  Change `sample,example' in (1) below to a comma-separated list
%    of your choice.  Each entry in the list stands for a name
%    of a 4ht configuration file to be created.  The current list 
%    requests the configuration files `sample.4ht' and `example.4ht'.
%
% *  Change `my title' in (2), and `my name' in (3), to a
%    content of your choice
%
% *  Go to (4)
%
%%%%%%%%%%%%%%%%%% load style files %%%%%%%%%%%%%%%%%%%%%%%%%%

\ifx \HTML\UnDef
   \def\HTML{sample,example}                     %<------------ (1)     
   \def\CONFIG{\jobname}
   \def\MAKETITLE{\title{my title}%              %<------------ (2)
        \author{my name}}                        %<------------ (3)
   \def\next{\input mktex4ht.4ht  \endinput}
   \expandafter\next
\fi

%%%%%%%%%%%%%%%%%%%%% useful definitions %%%%%%%%%%%%%%%%%%%%%

\newcount\tmpcnt  \tmpcnt\time  \divide\tmpcnt  60
\edef\temp{\the\tmpcnt}
\multiply\tmpcnt  -60 \advance\tmpcnt  \time

\edef\version{\the\year-\ifnum \month<10 0\fi
  \the\month-\ifnum \day<10 0\fi\the\day
   -\ifnum \temp<10 0\fi \temp
   :\ifnum \tmpcnt<10 0\fi\the\tmpcnt}

\def\CopyYear.#1.{%
   \ifnum #1=\year #1\space\space\space\space\space\space
    \else          #1--\the\year\fi
}


%<--------------------------------------------------------------- (4)
%
% *  The code for the configuration files is to be written within
%    fragments of the form
%
%        \<fragment name\><<<
%        fragment content
%        >>|empty>
%
% *  References from code fragments to other code fragments should
%    take the form
%
%        ||<fragment name||>
%
% *  The character || is treated as an escape character 
%    within the code fragments.  References to the
%    character should take the form
%
%        ||||
%
% *  Insertions outside the code fragments are ignored in the
%    configuration files, and they should abide to the latex 
%    conventions.
%
% *  Change all the prose and code fragments below to meet
%    your needs.  Make sure to follow the given instructions.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Root Code}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%<--------------------------------------------------------------- (5)
%
% *  For each entry in the list of (1), you may have arbitrary many
%    code fragments named by the entry.
%
% *  The order of fragments is relevant only among those having
%    identical names.
%


\<sample\><<<
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
% sample.4ht                           ||version %
||<copyright statement||>
>>|empty>


\<example\><<<
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
% example.4ht                          ||version %
||<copyright statement||>
>>|empty>


\<copyright statement\><<<
% Copyright (C) ||CopyYear.2000.              my name         % 
%                                                       %
% My copyright statement                                %
%                                                       %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\immediate\write-1{version ||version}
>>|empty>


%<--------------------------------------------------------------- (6)
%  
% *  Each configuration of tex4ht requires a base 4ht configuration
%    file containing the following `Hinclude' code.  

% *  The supplied  html4.4ht, html32.4ht, html0.4ht, tei.4t, 
%    and docbook.4ht files already include such code.
%
% *  In a compilation of a file, exactly one 4ht configuration
%    file should load  `Hinclude' code.   
% 
% *  Either remove the following three code fragments, or replace 
%    `sample' in their titles with an entry from (1)
%

\<configure sample tex4ht\><<<
\if:latex  ||<Hinclude latex||>
\else      ||<Hinclude plain||>  \fi
>>|empty>

\<configure sample plain\><<<
||<Hinclude plain lib||>
||<Hinclude plain + latex lib||>
>>|empty>

\<configure sample latex\><<<
||<Hinclude latex lib||>
||<Hinclude plain + latex lib||>
>>|empty>

\endinput
%--------------------- end of template -------------------
>>>



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Segment Code}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%<--------------------------------------------------------------- (7)
%
% *  A 4ht configuration file is made up of segments which
%    correspond to classes and styles of tex, latex, amslatex,
%    etc.  Have a look at these code segments in html4.4ht .
%
% *  You can get additional information about the possible
%    configurations in the different segments by compiling
%    your file with the `info' switch on.  For instance
%
%           htlatex foo "html,info"
%
% *  Code for segment `xxxx' in file `yyyy.4ht' is introduced
%    through fragments named `configure  yyyy xxxx'. That is,
%    through fragments of the form
%
%           \<configure yyyy xxxx\><<<
%                ..........
%           >>|empty>
%


\<configure sample tex4ht\><<<    
....tex4ht segment in sample.4ht.....
>>|empty>

\<configure sample latex\><<< 
....latex segment in sample.4ht.....
||<more code||>
>>|empty>




\<configure example tex4ht\><<<    
....tex4ht segment in example.4ht.....
>>|empty>

\<configure example latex\><<< 
....latex segment in example.4ht.....
>>|empty>


\<more code\><<<
....additional code....
>>|empty>

%<--------------------------------------------------------------- (8)
%
% *  Compile this file twice with the command `latex filename' 
%    (or with `ht latex filename')
%
% *  If you don't have a file named tex4ht.usr, introduce such a file
%
% *  Insert into tex4ht.usr a file along the following lines, which
%    invokes  *.4ht configuration files
%
%            \Configure{my4hts}{%
%               \Hinclude[*]{html4.4ht}%
%               \Hinclude[*]{html4-math.4ht}%
%               \Hinclude[*]{myflavor.4ht}%
%            }
%
%    For additional examples inspect, but do not change, the 
%    tex4ht.4ht file.
%
% *  Invoke the compilations of you latex files with commands similar to
%
%            htlatex foo "html,my4hts"
%


\endinput
>>>






\endinput