aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/printing/chapter.xml
blob: ca73704d6f6940cf96c2925057ccbf0026c3d1c2 (plain) (blame)
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
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
     The FreeBSD Documentation Project

     $FreeBSD$
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="printing">
  <info><title>Printing</title>
    <authorgroup>
      <author><personname><firstname>Sean</firstname><surname>Kelly</surname></personname><contrib>Contributed by </contrib></author>
      <!-- 30 Sept 1995 -->
    </authorgroup>
    <authorgroup>
      <author><personname><firstname>Jim</firstname><surname>Mock</surname></personname><contrib>Restructured and updated by </contrib></author>
    </authorgroup>
  </info>

  

  <sect1 xml:id="printing-synopsis">
    <title>Synopsis</title>

    <indexterm><primary>LPD spooling system</primary></indexterm>
    <indexterm><primary>printing</primary></indexterm>

    <para>&os; can be used to print with a wide variety of printers,
      from the oldest impact printer to the latest laser printers,
      and everything in between, allowing you to produce high-quality
      printed output from the applications you run.</para>

    <para>&os; can also be configured to act as a print server on a
      network; in this capacity &os; can receive print jobs from a
      variety of other computers, including other &os; computers,
      &windows; and &macos; hosts.  &os; will ensure that one job
      at a time is printed, and can keep statistics on which users
      and machines are doing the most printing, produce
      <quote>banner</quote> pages showing whose printout is whose,
      and more.</para>

    <para>After reading this chapter, you will know:</para>

    <itemizedlist>
      <listitem>
	<para>How to configure the &os; print spooler.</para>
      </listitem>

      <listitem>
	<para>How to install print filters, to handle special print
	  jobs differently, including converting incoming documents
	  to print formats that your printers understand.</para>
      </listitem>

      <listitem>
	<para>How to enable header, or banner pages on your
	  printout.</para>
      </listitem>

      <listitem>
	<para>How to print with printers connected to other
	  computers.</para>
      </listitem>

      <listitem>
	<para>How to print with printers connected directly to the
	  network.</para>
      </listitem>

      <listitem>
	<para>How to control printer restrictions, including limiting
	  the size of print jobs, and preventing certain users from
	  printing.</para>
      </listitem>

      <listitem>
	<para>How to keep printer statistics, and account for printer
	  usage.</para>
      </listitem>

      <listitem>
	<para>How to troubleshoot printing problems.</para>
      </listitem>
    </itemizedlist>

    <para>Before reading this chapter, you should:</para>

    <itemizedlist>
      <listitem>
	<para>Know how to configure and install a new kernel
	  (<xref linkend="kernelconfig"/>).</para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 xml:id="printing-intro-spooler">
    <title>Introduction</title>

    <para>In order to use printers with &os; you may set them up to
      work with the Berkeley line printer spooling system, also known
      as the <application>LPD</application> spooling system, or just
      <application>LPD</application>.  It is the standard printer
      control system in &os;.  This chapter introduces
      <application>LPD</application> and will guide you through its
      configuration.</para>

    <para>If you are already familiar with
      <application>LPD</application> or another printer spooling
      system, you may wish to skip to section <link linkend="printing-intro-setup">Basic Setup</link>.</para>

    <para><application>LPD</application> controls everything about
      a host's printers.  It is responsible for a number of
      things:</para>

    <itemizedlist>
      <listitem>
	<para>It controls access to attached printers and printers
	  attached to other hosts on the network.</para>
      </listitem>

      <listitem>
	<para>It enables users to submit files to be printed; these
	  submissions are known as <emphasis>jobs</emphasis><indexterm><primary>print jobs</primary></indexterm>.</para>
      </listitem>

      <listitem>
	<para>It prevents multiple users from accessing a printer at
	  the same time by maintaining a <emphasis>queue</emphasis>
	  for each printer.</para>
      </listitem>

      <listitem>
	<para>It can print <emphasis>header pages</emphasis> (also
	  known as <emphasis>banner</emphasis> or
	  <emphasis>burst</emphasis> pages) so users can easily find
	  jobs they have printed in a stack of printouts.</para>
      </listitem>

      <listitem>
	<para>It takes care of communications parameters for printers
	  connected on serial ports.</para>
      </listitem>

      <listitem>
	<para>It can send jobs over the network to a
	  <application>LPD</application> spooler on another
	  host.</para>
      </listitem>

      <listitem>
	<para>It can run special filters to format jobs to be printed
	  for various printer languages or printer
	  capabilities.</para>
      </listitem>

      <listitem>
	<para>It can account for printer usage.</para>
      </listitem>
    </itemizedlist>

    <para>Through a configuration file
      (<filename>/etc/printcap</filename>), and by providing the
      special filter programs, you can enable the
      <application>LPD</application> system to do all or some subset
      of the above for a great variety of printer hardware.</para>

    <sect2 xml:id="printing-intro-why">
      <title>Why You Should Use the Spooler</title>

      <para>The spooler still provides benefit on a single-user system
	and should be used because:</para>

      <itemizedlist>
	<listitem>
	  <para><application>LPD</application> prints jobs in the
	    background; you do not have to wait for data to be copied
	    to the printer.</para>
	</listitem>

	<listitem>
	  <para><application>LPD</application> can conveniently run
	    a job to be printed through filters to add date/time
	    headers or convert a special file format (such as a &tex;<indexterm><primary>&tex;</primary></indexterm>
	    DVI file) into a format the printer will understand.
	    You will not have to do these steps manually.</para>
	</listitem>

	<listitem>
	  <para>Many free and commercial programs that provide a print
	    feature usually expect to talk to the spooler on your
	    system.  By setting up the spooling system, you will more
	    easily support other software you may later add or already
	    have.</para>
	</listitem>
      </itemizedlist>
    </sect2>
  </sect1>

  <sect1 xml:id="printing-intro-setup">
    <title>Basic Setup</title>

    <para>To use printers with the <application>LPD</application>
      spooling system, you will need to set up both your printer
      hardware and the <application>LPD</application> software.  This
      document describes two levels of setup:</para>

    <itemizedlist>
      <listitem>
	<para>See section <link linkend="printing-simple">Simple
	    Printer Setup</link> to learn how to connect a printer,
	  tell <application>LPD</application> how to communicate with
	  it, and print plain text files to the printer.</para>
      </listitem>

      <listitem>
	<para>See section <link linkend="printing-advanced">Advanced
	    Printer Setup</link> to learn how to print a variety of
	  special file formats, to print header pages, to print across
	  a network, to control access to printers, and to do printer
	  accounting.</para>
      </listitem>
    </itemizedlist>

    <sect2 xml:id="printing-simple">
      <title>Simple Printer Setup</title>

      <para>This section tells how to configure printer hardware
	and the <application>LPD</application> software to use the
	printer.  It teaches the basics:</para>

      <itemizedlist>
	<listitem>
	  <para>Section <link linkend="printing-hardware">Hardware
	      Setup</link> gives some hints on connecting the printer
	    to a port on your computer.</para>
	</listitem>

	<listitem>
	  <para>Section <link linkend="printing-software">Software
	      Setup</link> shows how to set up the
	    <application>LPD</application> spooler configuration
	    file (<filename>/etc/printcap</filename>).</para>
	</listitem>
      </itemizedlist>

      <para>If you are setting up a printer that uses a network
	protocol to accept data to print instead of a computer's local
	interfaces, see <link linkend="printing-advanced-network-net-if">Printers With
	  Networked Data Stream Interfaces</link>.</para>

      <para>Although this section is called <quote>Simple Printer
	  Setup</quote>, it is actually fairly complex.  Getting the
	printer to work with your computer and the
	<application>LPD</application> spooler is the hardest part.
	The advanced options like header pages and accounting are
	fairly easy once you get the printer working.</para>

      <sect3 xml:id="printing-hardware">
	<title>Hardware Setup</title>

	<para>This section tells about the various ways you can
	  connect a printer to your PC.  It talks about the kinds of
	  ports and cables, and also the kernel configuration you may
	  need to enable &os; to speak to the printer.</para>

	<para>If you have already connected your printer and have
	  successfully printed with it under another operating system,
	  you can probably skip to section <link linkend="printing-software">Software Setup</link>.</para>

	<sect4 xml:id="printing-ports">
	  <title>Ports and Cables</title>

	  <para>Printers sold for use on PC's today generally come
	    with one or more of the following three interfaces:</para>

	  <itemizedlist>
	    <listitem>
	      <para><emphasis>Serial</emphasis><indexterm><primary>printers</primary><secondary>serial</secondary></indexterm> interfaces, also known
		as RS-232 or COM ports, use a serial port
		on your computer to send data to the printer.  Serial
		interfaces are common in the computer industry and
		cables are readily available and also easy to
		construct.  Serial interfaces sometimes need special
		cables and might require you to configure somewhat
		complex communications options.  Most PC serial ports
		have a maximum transmission rate of 115200&nbsp;bps,
		which makes printing large graphic print jobs with
		them impractical.</para>
	    </listitem>

	    <listitem>
	      <para><emphasis>Parallel</emphasis><indexterm><primary>printers</primary><secondary>parallel</secondary></indexterm> interfaces use a
		parallel port on your computer to send data to the
		printer.  Parallel interfaces are common in the PC
		market and are faster than RS-232 serial.  Cables are
		readily available but more difficult to construct by
		hand.  There are usually no communications options
		with parallel interfaces, making their configuration
		exceedingly simple.</para>

	      <para>Parallel interfaces are sometimes known as
		<quote>Centronics</quote><indexterm><primary>centronics</primary><see>parallel printers</see></indexterm> interfaces, named after the
		connector type on the printer.</para>
	    </listitem>

	    <listitem>
	      <para>USB<indexterm><primary>printers</primary><secondary>USB</secondary></indexterm> interfaces, named for the Universal Serial
		Bus, can run at even faster speeds than parallel or
		RS-232 serial interfaces.  Cables are simple and
		cheap.  USB is superior to RS-232 Serial and to
		Parallel for printing, but it is not as well supported
		under &unix; systems.  A way to avoid this problem is
		to purchase a printer that has both a USB interface
		and a Parallel interface, as many printers do.</para>
	    </listitem>
	  </itemizedlist>

	  <para>In general, Parallel interfaces usually offer just
	    one-way communication (computer to printer) while serial
	    and USB gives you two-way.  Newer parallel ports (EPP and
	    ECP) and printers can communicate in both directions under
	    &os; when a IEEE-1284-compliant cable is used.</para>

	  <indexterm><primary>PostScript</primary></indexterm>

	  <para>Two-way communication to the printer over a parallel
	    port is generally done in one of two ways.  The first
	    method uses a custom-built printer driver for &os; that
	    speaks the proprietary language used by the printer.  This
	    is common with inkjet printers and can be used for
	    reporting ink levels and other status information.  The
	    second method is used when the printer supports
	    &postscript;.</para>

	  <para>&postscript; jobs are actually programs sent to the
	    printer; they need not produce paper at all and may return
	    results directly to the computer.  &postscript; also uses
	    two-way communication to tell the computer about problems,
	    such as errors in the &postscript; program or paper jams.
	    Your users may be appreciative of such information.
	    Furthermore, the best way to do effective accounting with
	    a &postscript; printer requires two-way communication:
	    you ask the printer for its page count (how many pages
	    it has printed in its lifetime), then send the user's job,
	    then ask again for its page count.  Subtract the two
	    values and you know how much paper to charge to the
	    user.</para>
	</sect4>

	<sect4 xml:id="printing-parallel">
	  <title>Parallel Ports</title>

	  <para>To hook up a printer using a parallel interface,
	    connect the Centronics cable between the printer and the
	    computer.  The instructions that came with the printer,
	    the computer, or both should give you complete
	    guidance.</para>

	  <para>Remember which parallel port you used on the computer.
	    The first parallel port is
	    <filename>ppc0</filename> to &os;;
	    the second is <filename>ppc1</filename>, and so on.  The
	    printer device name uses the same scheme:
	    <filename>/dev/lpt0</filename> for
	    the printer on the first parallel ports etc.</para>
	</sect4>

	<sect4 xml:id="printing-serial">
	  <title>Serial Ports</title>

	  <para>To hook up a printer using a serial interface, connect
	    the proper serial cable between the printer and the
	    computer.  The instructions that came with the printer,
	    the computer, or both should give you complete
	    guidance.</para>

	  <para>If you are unsure what the <quote>proper serial
	      cable</quote> is, you may wish to try one of the
	    following alternatives:</para>

	  <itemizedlist>
	    <listitem>
	      <para>A <emphasis>modem</emphasis> cable connects each
		pin of the connector on one end of the cable straight
		through to its corresponding pin of the connector on
		the other end.  This type of cable is also known as a
		<quote>DTE-to-DCE</quote> cable.</para>
	    </listitem>

	    <listitem>
	      <para>A <emphasis>null-modem</emphasis> cable<indexterm><primary>null-modem cable</primary></indexterm> connects
		some pins straight through, swaps others (send data to
		receive data, for example), and shorts some internally
		in each connector hood.  This type of cable is also
		known as a <quote>DTE-to-DTE</quote> cable.</para>
	    </listitem>

	    <listitem>
	      <para>A <emphasis>serial printer</emphasis> cable,
		required for some unusual printers, is like the
		null-modem cable, but sends some signals to their
		counterparts instead of being internally
		shorted.</para>
	    </listitem>
	  </itemizedlist>

	  <indexterm><primary>baud rate</primary></indexterm>
	  <indexterm><primary>parity</primary></indexterm>
	  <indexterm><primary>flow control
	      protocol</primary></indexterm>
	  <para>You should also set up the communications parameters
	    for the printer, usually through front-panel controls or
	    DIP switches on the printer.  Choose the highest
	    <literal>bps</literal> (bits per second, sometimes
	    <emphasis>baud rate</emphasis>) that both your computer
	    and the printer can support.  Choose 7 or 8 data bits;
	    none, even, or odd parity; and 1 or 2 stop bits.  Also
	    choose a flow control protocol: either none, or XON/XOFF
	    (also known as <quote>in-band</quote> or
	    <quote>software</quote>) flow control.  Remember these
	    settings for the software configuration that
	    follows.</para>
	</sect4>
      </sect3>

      <sect3 xml:id="printing-software">
	<title>Software Setup</title>

	<para>This section describes the software setup necessary
	  to print with the <application>LPD</application> spooling
	  system in &os;.</para>

	<para>Here is an outline of the steps involved:</para>

	<procedure>
	  <step>
	    <para>Configure your kernel, if necessary, for the port
	      you are using for the printer; section <link linkend="printing-kernel">Kernel Configuration</link>
	      tells you what you need to do.</para>
	  </step>

	  <step>
	    <para>Set the communications mode for the parallel port,
	      if you are using a parallel port; section <link linkend="printing-parallel-port-mode">Setting the
		Communication Mode for the Parallel Port</link> gives
	      details.</para>
	  </step>

	  <step>
	    <para>Test if the operating system can send data to the
	      printer.  Section <link linkend="printing-testing">Checking Printer
	      Communications</link> gives some suggestions on how to
	      do this.</para>
	  </step>

	  <step>
	    <para>Set up <application>LPD</application> for the
	      printer by modifying the file
	      <filename>/etc/printcap</filename>. You will find out
	      how to do this later in this chapter.</para>
	  </step>
	</procedure>

	<sect4 xml:id="printing-kernel">
	  <title>Kernel Configuration</title>

	  <para>The operating system kernel is compiled to work with
	    a specific set of devices.  The serial or parallel
	    interface for your printer is a part of that set.
	    Therefore, it might be necessary to add support for an
	    additional serial or parallel port if your kernel is not
	    already configured for one.</para>

	  <para>To find out if the kernel you are currently using
	    supports a serial interface, type:</para>

	  <screen>&prompt.root; <userinput>grep sioN /var/run/dmesg.boot</userinput></screen>

	  <para>Where <replaceable>N</replaceable> is the number of
	    the serial port, starting from zero.  If you see output
	    similar to the following:</para>

	  <screen>sio2 at port 0x3e8-0x3ef irq 5 on isa
sio2: type 16550A</screen>

	  <para>then the kernel supports the port.</para>

	  <para>To find out if the kernel supports a parallel
	    interface, type:</para>

	  <screen>&prompt.root; <userinput>grep ppcN /var/run/dmesg.boot</userinput></screen>

	  <para>Where <replaceable>N</replaceable> is the number of
	    the parallel port, starting from zero.  If you see output
	    similar to the following:</para>

	  <screen>ppc0: &lt;Parallel port&gt; at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold</screen>

	  <para>then the kernel supports the port.</para>

	  <para>You might have to reconfigure your kernel in order
	    for the operating system to recognize and use the parallel
	    or serial port you are using for the printer.</para>

	  <para>To add support for a serial port, see the section on
	    kernel configuration.  To add support for a parallel port,
	    see that section <emphasis>and</emphasis> the section that
	    follows.</para>
	</sect4>
      </sect3>

      <sect3 xml:id="printing-parallel-port-mode">
	<title>Setting the Communication Mode for the Parallel
	  Port</title>

	<para>When you are using the parallel interface, you can
	  choose whether &os; should use interrupt-driven or polled
	  communication with the printer.  The generic printer
	  device driver (&man.lpt.4;) on &os;
	  uses the &man.ppbus.4; system, which controls the port
	  chipset with the &man.ppc.4; driver.</para>

	<itemizedlist>
	  <listitem>
	    <para>The <emphasis>interrupt-driven</emphasis> method
	      is the default with the GENERIC kernel.  With this
	      method, the operating system uses an IRQ line to
	      determine when the printer is ready for data.</para>
	  </listitem>

	  <listitem>
	    <para>The <emphasis>polled</emphasis> method directs the
	      operating system to repeatedly ask the printer if it is
	      ready for more data.  When it responds ready, the kernel
	      sends more data.</para>
	  </listitem>
	</itemizedlist>

	<para>The interrupt-driven method is usually somewhat faster
	  but uses up a precious IRQ line.  Some newer HP printers
	  are claimed not to work correctly in interrupt mode,
	  apparently due to some (not yet exactly understood) timing
	  problem.  These printers need polled mode.  You should use
	  whichever one works.  Some printers will work in both
	  modes, but are painfully slow in interrupt mode.</para>

	<para>You can set the communications mode in two ways: by
	  configuring the kernel or by using the &man.lptcontrol.8;
	  program.</para>

	<para><emphasis>To set the communications mode by configuring
	    the kernel:</emphasis></para>

	<procedure>
	  <step>
	    <para>Edit your kernel configuration file.  Look for
	      an <literal>ppc0</literal> entry.  If you are setting up
	      the second parallel port, use <literal>ppc1</literal>
	      instead.  Use <literal>ppc2</literal> for the third
	      port, and so on.</para>

	    <itemizedlist>
	      <listitem>
		<para>If you want interrupt-driven mode, edit the
		  following line:</para>

		<programlisting>hint.ppc.0.irq="<replaceable>N</replaceable>"</programlisting>

		<para>in the <filename>/boot/device.hints</filename>
		  file and replace <replaceable>N</replaceable> with
		  the right IRQ number.  The kernel configuration file
		  must also contain the &man.ppc.4; driver:</para>

		<screen>device ppc</screen>
	      </listitem>

	      <listitem>
		<para>If you want polled mode, remove in your
		  <filename>/boot/device.hints</filename> file, the
		  following line:</para>

		<programlisting>hint.ppc.0.irq="<replaceable>N</replaceable>"</programlisting>

		<para>In some cases, this is not enough to put the
		  port in polled mode under &os;.  Most of
		  time it comes from &man.acpi.4; driver, this latter
		  is able to probe and attach devices, and therefore,
		  control the access mode to the printer port.  You
		  should check your &man.acpi.4; configuration to
		  correct this problem.</para>
	      </listitem>
	    </itemizedlist>
	  </step>

	  <step>
	    <para>Save the file.  Then configure, build, and install
	      the kernel, then reboot.  See <link linkend="kernelconfig">kernel configuration</link>
	      for more details.</para>
	  </step>
	</procedure>

	<para><emphasis>To set the communications mode with</emphasis>
	  &man.lptcontrol.8;:</para>

	<procedure>
	  <step>
	    <para>Type:</para>

	    <screen>&prompt.root; <userinput>lptcontrol -i -d /dev/lptN</userinput></screen>

	    <para>to set interrupt-driven mode for
	      <literal>lptN</literal>.</para>
	  </step>

	  <step>
	    <para>Type:</para>

	    <screen>&prompt.root; <userinput>lptcontrol -p -d /dev/lptN</userinput></screen>

	    <para>to set polled-mode for
	      <literal>lptN</literal>.</para>
	  </step>
	</procedure>

	<para>You could put these commands in your
	  <filename>/etc/rc.local</filename> file to set the mode each
	  time your system boots.  See &man.lptcontrol.8; for more
	  information.</para>
      </sect3>

      <sect3 xml:id="printing-testing">
	<title>Checking Printer Communications</title>

	<para>Before proceeding to configure the spooling system, you
	  should make sure the operating system can successfully send
	  data to your printer.  It is a lot easier to debug printer
	  communication and the spooling system separately.</para>

	<para>To test the printer, we will send some text to it.  For
	  printers that can immediately print characters sent to them,
	  the program &man.lptest.1; is perfect: it generates all 96
	  printable ASCII characters in 96 lines.</para>

	<indexterm><primary>PostScript</primary></indexterm>
	<para>For a &postscript; (or other language-based) printer, we
	  will need a more sophisticated test.  A small &postscript;
	  program, such as the following, will suffice:</para>

	<programlisting>%!PS
100 100 moveto 300 300 lineto stroke
310 310 moveto /Helvetica findfont 12 scalefont setfont
(Is this thing working?) show
showpage</programlisting>

	<para>The above &postscript; code can be placed into a file
	  and used as shown in the examples appearing in the following
	  sections.</para>

	<indexterm><primary>PCL</primary></indexterm>
	<note>
	  <para>When this document refers to a printer language, it
	    is assuming a language like &postscript;, and not Hewlett
	    Packard's PCL.  Although PCL has great functionality, you
	    can intermingle plain text with its escape sequences.
	    &postscript; cannot directly print plain text, and that
	    is the kind of printer language for which we must make
	    special accommodations.</para>
	</note>

	<sect4 xml:id="printing-checking-parallel">
	  <title>Checking a Parallel Printer</title>

	  <para>This section tells you how to check if &os; can
	    communicate with a printer connected to a parallel<indexterm><primary>printers</primary><secondary>parallel</secondary></indexterm>
	    port.</para>

	  <para><emphasis>To test a printer on a parallel
	      port:</emphasis></para>

	  <procedure>
	    <step>
	      <para>Become <systemitem class="username">root</systemitem> with
		&man.su.1;.</para>
	    </step>

	    <step>
	      <para>Send data to the printer.</para>

	      <itemizedlist>
		<listitem>
		  <para>If the printer can print plain text, then use
		    &man.lptest.1;.  Type:</para>

		  <screen>&prompt.root; <userinput>lptest &gt; /dev/lptN</userinput></screen>

		  <para>Where <replaceable>N</replaceable> is the
		    number of the parallel port, starting from
		    zero.</para>
		</listitem>

		<listitem>
		  <para>If the printer understands &postscript; or
		    other printer language, then send a small program
		    to the printer.  Type:</para>

		  <screen>&prompt.root; <userinput>cat &gt; /dev/lptN</userinput></screen>

		  <para>Then, line by line, type the program
		    <emphasis>carefully</emphasis> as you cannot edit
		    a line once you have pressed
		    <literal>RETURN</literal> or
		    <literal>ENTER</literal>.  When you have finished
		    entering the program, press
		    <literal>CONTROL+D</literal>, or whatever your
		    end of file key is.</para>

		  <para>Alternatively, you can put the program in a
		    file and type:</para>

		  <screen>&prompt.root; <userinput>cat file &gt; /dev/lptN</userinput></screen>

		  <para>Where <replaceable>file</replaceable> is the
		    name of the file containing the program you want
		    to send to the printer.</para>
		</listitem>
	      </itemizedlist>
	    </step>
	  </procedure>

	  <para>You should see something print.  Do not worry if the
	    text does not look right; we will fix such things
	    later.</para>
	</sect4>

	<sect4 xml:id="printing-checking-serial">
	  <title>Checking a Serial Printer</title>

	  <indexterm>
	    <primary>printers</primary>
	    <secondary>serial</secondary>
	  </indexterm>
	  <para>This section tells you how to check if &os; can
	    communicate with a printer on a serial port.</para>

	  <para><emphasis>To test a printer on a serial
	      port:</emphasis></para>

	  <procedure>
	    <step>
	      <para>Become <systemitem class="username">root</systemitem> with
		&man.su.1;.</para>
	    </step>

	    <step>
	      <para>Edit the file <filename>/etc/remote</filename>.
		Add the following entry:</para>

	      <programlisting>printer:dv=<filename>/dev/port</filename>:br#<replaceable>bps-rate</replaceable>:pa=<replaceable>parity</replaceable></programlisting>

	      <indexterm><primary>bits-per-second</primary></indexterm>
	      <indexterm><primary>serial port</primary></indexterm>
	      <indexterm><primary>parity</primary></indexterm>
	      <para>Where <replaceable>port</replaceable> is the
		device entry for the serial port
		(<literal>ttyu0</literal>, <literal>ttyu1</literal>,
		etc.), <replaceable>bps-rate</replaceable> is the
		bits-per-second rate at which the printer
		communicates, and <replaceable>parity</replaceable>
		is the parity required by the printer (either
		<literal>even</literal>, <literal>odd</literal>,
		<literal>none</literal>, or
		<literal>zero</literal>).</para>

	      <para>Here is a sample entry for a printer connected via
		a serial line to the third serial port at
		19200&nbsp;bps with no parity:</para>

	      <programlisting>printer:dv=<filename>/dev/ttyu2</filename>:br#19200:pa=none</programlisting>
	    </step>

	    <step>
	      <para>Connect to the printer with &man.tip.1;.
		Type:</para>

	      <screen>&prompt.root; <userinput>tip printer</userinput></screen>

	      <para>If this step does not work, edit the file
		<filename>/etc/remote</filename> again and try using
		<filename>/dev/cuaaN</filename>
		instead of
		<filename>/dev/ttyuN</filename>.</para>
	    </step>

	    <step>
	      <para>Send data to the printer.</para>

	      <itemizedlist>
		<listitem>
		  <para>If the printer can print plain text, then use
		    &man.lptest.1;.  Type:</para>

		  <screen>&prompt.user; <userinput>$lptest</userinput></screen>
		</listitem>

		<listitem>
		  <para>If the printer understands &postscript; or
		    other printer language, then send a small program
		    to the printer.  Type the program, line by line,
		    <emphasis>very carefully</emphasis> as backspacing
		    or other editing keys may be significant to the
		    printer.  You may also need to type a special
		    end-of-file key for the printer so it knows it
		    received the whole program.  For &postscript;
		    printers, press
		    <literal>CONTROL+D</literal>.</para>

		  <para>Alternatively, you can put the program in a
		    file and type:</para>

		  <screen>&prompt.user; <userinput>&gt;file</userinput></screen>

		  <para>Where <replaceable>file</replaceable> is the
		    name of the file containing the program.  After
		    &man.tip.1; sends the file, press any required
		    end-of-file key.</para>
		</listitem>
	      </itemizedlist>
	    </step>
	  </procedure>

	  <para>You should see something print.  Do not worry if the
	    text does not look right; we will fix that later.</para>
	</sect4>
      </sect3>

      <sect3 xml:id="printing-printcap">
	<title>Enabling the Spooler: the
	  <filename>/etc/printcap</filename> File</title>

	<para>At this point, your printer should be hooked up, your
	  kernel configured to communicate with it (if necessary),
	  and you have been able to send some simple data to the
	  printer.  Now, we are ready to configure
	  <application>LPD</application> to control access to your
	  printer.</para>

	<para>You configure <application>LPD</application> by editing
	  the file <filename>/etc/printcap</filename>.  The
	  <application>LPD</application> spooling system reads this
	  file each time the spooler is used, so updates to the
	  file take immediate effect.</para>

	<indexterm>
	  <primary>printers</primary>
	  <secondary>capabilities</secondary>
	</indexterm>
	<para>The format of the &man.printcap.5; file is
	  straightforward.  Use your favorite text editor to make
	  changes to <filename>/etc/printcap</filename>.  The format
	  is identical to other capability files like
	  <filename>/usr/share/misc/termcap</filename> and
	  <filename>/etc/remote</filename>.  For complete information
	  about the format, see the &man.cgetent.3;.</para>

	<para>The simple spooler configuration consists of the
	  following steps:</para>

	<procedure>
	  <step>
	    <para>Pick a name (and a few convenient aliases) for the
	      printer, and put them in the
	      <filename>/etc/printcap</filename> file; see the
	      <link linkend="printing-naming">Naming the
		Printer</link> section for more information on
	      naming.</para>
	  </step>

	  <step>
	    <para>Turn off header pages<indexterm><primary>header pages</primary></indexterm> (which are on by default) by
	      inserting the <literal>sh</literal> capability; see the
	      <link linkend="printing-no-header-pages">Suppressing
		Header Pages</link> section for more
	      information.</para>
	  </step>

	  <step>
	    <para>Make a spooling directory, and specify its location
	      with the <literal>sd</literal> capability; see the <link linkend="printing-spooldir">Making the Spooling
		Directory</link> section for more information.</para>
	  </step>

	  <step>
	    <para>Set the <filename>/dev</filename>
	      entry to use for the printer, and note it in
	      <filename>/etc/printcap</filename> with the
	      <literal>lp</literal> capability; see the <link linkend="printing-device">Identifying the Printer
		Device</link> for more information.  Also, if the
	      printer is on a serial port, set up the communication
	      parameters with the <literal>ms#</literal> capability
	      which is discussed in the <link linkend="printing-commparam">Configuring Spooler
		Communications Parameters</link> section.</para>
	  </step>

	  <step>
	    <para>Install a plain text input filter; see the <link linkend="printing-textfilter">Installing the Text
		Filter</link> section for details.</para>
	  </step>

	  <step>
	    <para>Test the setup by printing something with the
	      &man.lpr.1; command.  More details are available in the
	      <link linkend="printing-trying">Trying It Out</link> and
	      <link linkend="printing-troubleshooting">Troubleshooting</link>
	      sections.</para>
	  </step>
	</procedure>

	<note>
	  <para>Language-based printers, such as &postscript;
	    printers, cannot directly print plain text.  The simple
	    setup outlined above and described in the following
	    sections assumes that if you are installing such a printer
	    you will print only files that the printer can
	    understand.</para>
	</note>

	<para>Users often expect that they can print plain text to
	  any of the printers installed on your system.  Programs
	  that interface to <application>LPD</application> to do their
	  printing usually make the same assumption.  If you are
	  installing such a printer and want to be able to print jobs
	  in the printer language <emphasis>and</emphasis> print plain
	  text jobs, you are strongly urged to add an additional step
	  to the simple setup outlined above: install an automatic
	  plain-text-to-&postscript; (or other printer language)
	  conversion program.  The section entitled <link linkend="printing-advanced-if-conversion">Accommodating
	    Plain Text Jobs on &postscript; Printers</link> tells how
	  to do this.</para>

	<sect4 xml:id="printing-naming">
	  <title>Naming the Printer</title>

	  <para>The first (easy) step is to pick a name for your
	    printer.  It really does not matter whether you choose
	    functional or whimsical names since you can also provide
	    a number of aliases for the printer.</para>

	  <para>At least one of the printers specified in the
	    <filename>/etc/printcap</filename> should have the alias
	    <literal>lp</literal>.  This is the default printer's
	    name.  If users do not have the <envar>PRINTER</envar>
	    environment variable nor specify a printer name on the
	    command line of any of the <application>LPD</application>
	    commands, then <literal>lp</literal> will be the default
	    printer they get to use.</para>

	  <para>Also, it is common practice to make the last alias
	    for a printer be a full description of the printer,
	    including make and model.</para>

	  <para>Once you have picked a name and some common aliases,
	    put them in the <filename>/etc/printcap</filename> file.
	    The name of the printer should start in the leftmost
	    column.  Separate each alias with a vertical bar and put
	    a colon after the last alias.</para>

	  <para>In the following example, we start with a skeletal
	    <filename>/etc/printcap</filename> that defines two
	    printers (a Diablo 630 line printer and a Panasonic
	    KX-P4455 &postscript; laser printer):</para>

	  <programlisting>#
#  /etc/printcap for host rose
#
rattan|line|diablo|lp|Diablo 630 Line Printer:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:</programlisting>

	  <para>In this example, the first printer is named
	    <literal>rattan</literal> and has as aliases
	    <literal>line</literal>, <literal>diablo</literal>,
	    <literal>lp</literal>, and <literal>Diablo 630 Line
	    Printer</literal>.  Since it has the alias
	    <literal>lp</literal>, it is also the default printer.
	    The second is named <literal>bamboo</literal>, and has
	    as aliases <literal>ps</literal>, <literal>PS</literal>,
	    <literal>S</literal>, <literal>panasonic</literal>, and
	    <literal>Panasonic KX-P4455 PostScript
	      v51.4</literal>.</para>
	</sect4>

	<sect4 xml:id="printing-no-header-pages">
	  <title>Suppressing Header Pages</title>

	  <indexterm>
	    <primary>printing</primary>
	    <secondary>header pages</secondary>
	  </indexterm>

	  <para>The <application>LPD</application> spooling system
	    will by default print a <emphasis>header page</emphasis>
	    for each job.  The header page contains the user name who
	    requested the job, the host from which the job came, and
	    the name of the job, in nice large letters.
	    Unfortunately, all this extra text gets in the way of
	    debugging the simple printer setup, so we will suppress
	    header pages.</para>

	  <para>To suppress header pages, add the
	    <literal>sh</literal> capability to the entry for the
	    printer in <filename>/etc/printcap</filename>.  Here is
	    an example <filename>/etc/printcap</filename> with
	    <literal>sh</literal> added:</para>

	  <programlisting>#
#  /etc/printcap for host rose - no header pages anywhere
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:</programlisting>

	  <para>Note how we used the correct format: the first line
	    starts in the leftmost column, and subsequent lines are
	    indented.  Every line in an entry except the last ends
	    in a backslash character.</para>
	</sect4>

	<sect4 xml:id="printing-spooldir">
	  <title>Making the Spooling Directory</title>

	  <indexterm><primary>printer spool</primary></indexterm>
	  <indexterm><primary>print jobs</primary></indexterm>

	  <para>The next step in the simple spooler setup is to make
	    a <emphasis>spooling directory</emphasis>, a directory
	    where print jobs reside until they are printed, and where
	    a number of other spooler support files live.</para>

	  <para>Because of the variable nature of spooling
	    directories, it is customary to put these directories
	    under <filename>/var/spool</filename>.
	    It is not necessary to backup the contents of spooling
	    directories, either.  Recreating them is as simple as
	    running &man.mkdir.1;.</para>

	  <para>It is also customary to make the directory with a name
	    that is identical to the name of the printer, as shown
	    below:</para>

	  <screen>&prompt.root; <userinput>mkdir /var/spool/printer-name</userinput></screen>

	  <para>However, if you have a lot of printers on your
	    network, you might want to put the spooling directories
	    under a single directory that you reserve just for
	    printing with <application>LPD</application>.  We
	    will do this for our two example printers
	    <literal>rattan</literal> and
	    <literal>bamboo</literal>:</para>

	  <screen>&prompt.root; <userinput>mkdir /var/spool/lpd</userinput>
&prompt.root; <userinput>mkdir /var/spool/lpd/rattan</userinput>
&prompt.root; <userinput>mkdir /var/spool/lpd/bamboo</userinput></screen>

	  <note>
	    <para>If you are concerned about the privacy of jobs that
	      users print, you might want to protect the spooling
	      directory so it is not publicly accessible.  Spooling
	      directories should be owned and be readable, writable,
	      and searchable by user <systemitem class="username">daemon</systemitem> and
	      group <systemitem class="groupname">daemon</systemitem>, and no one else.
	      We will do this for our example printers:</para>

	    <screen>&prompt.root; <userinput>chown daemon:daemon /var/spool/lpd/rattan</userinput>
&prompt.root; <userinput>chown daemon:daemon /var/spool/lpd/bamboo</userinput>
&prompt.root; <userinput>chmod 770 /var/spool/lpd/rattan</userinput>
&prompt.root; <userinput>chmod 770 /var/spool/lpd/bamboo</userinput></screen>
	  </note>

	  <para>Finally, you need to tell
	    <application>LPD</application> about these directories
	    using the <filename>/etc/printcap</filename> file.  You
	    specify the pathname of the spooling directory with the
	    <literal>sd</literal> capability:</para>

	  <programlisting>#
#  /etc/printcap for host rose - added spooling directories
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:sd=<filename>/var/spool/lpd/rattan</filename>:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:</programlisting>

	  <para>Note that the name of the printer starts in the first
	    column but all other entries describing the printer should
	    be indented and each line end escaped with a
	    backslash.</para>

	  <para>If you do not specify a spooling directory with
	    <literal>sd</literal>, the spooling system will use
	    <filename>/var/spool/lpd</filename> as
	    a default.</para>
	</sect4>

	<sect4 xml:id="printing-device">
	  <title>Identifying the Printer Device</title>

	  <para>In the <link linkend="printing-hardware">Hardware
	      Setup</link> section, we identified the port and the
	    relevant <filename>/dev</filename>
	    directory entry that &os; will use to communicate with
	    the printer.  Now, we tell <application>LPD</application>
	    that information.  When the spooling system has a job to
	    print, it will open the specified device on behalf of the
	    filter program (which is responsible for passing data to
	    the printer).</para>

	  <para>List the <filename>/dev</filename>
	    entry pathname in the <filename>/etc/printcap</filename>
	    file using the <literal>lp</literal> capability.</para>

	  <para>In our running example, let us assume that
	    <literal>rattan</literal> is on the first parallel port,
	    and <literal>bamboo</literal> is on a sixth serial port;
	    here are the additions to
	    <filename>/etc/printcap</filename>:</para>

	  <programlisting>#
#  /etc/printcap for host rose - identified what devices to use
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:sd=<filename>/var/spool/lpd/rattan</filename>:\
        :lp=<filename>/dev/lpt0</filename>:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:\
        :lp=<filename>/dev/ttyu5</filename>:</programlisting>

	  <para>If you do not specify the <literal>lp</literal>
	    capability for a printer in your
	    <filename>/etc/printcap</filename> file,
	    <application>LPD</application> uses
	    <filename>/dev/lp</filename> as a
	    default.  <filename>/dev/lp</filename>
	    currently does not exist in &os;.</para>

	  <para>If the printer you are installing is connected to a
	    parallel port, skip to the section entitled, <link linkend="printing-textfilter">Installing the Text
	      Filter</link>.  Otherwise, be sure to follow the
	    instructions in the next section.</para>
	</sect4>

	<sect4 xml:id="printing-commparam">
	  <title>Configuring Spooler Communication Parameters</title>

	  <indexterm>
	    <primary>printers</primary>
	    <secondary>serial</secondary>
	  </indexterm>

	  <para>For printers on serial ports,
	    <application>LPD</application> can set up the bps rate,
	    parity, and other serial communication parameters on
	    behalf of the filter program that sends data to the
	    printer.  This is advantageous since:</para>

	  <itemizedlist>
	    <listitem>
	      <para>It lets you try different communication parameters
		by simply editing the
		<filename>/etc/printcap</filename> file; you do not
		have to recompile the filter program.</para>
	    </listitem>

	    <listitem>
	      <para>It enables the spooling system to use the same
		filter program for multiple printers which may have
		different serial communication settings.</para>
	    </listitem>
	  </itemizedlist>

	  <para>The following <filename>/etc/printcap</filename>
	    capabilities control serial communication parameters of
	    the device listed in the <literal>lp</literal>
	    capability:</para>

	  <variablelist>
	    <varlistentry>
	      <term><literal>br#bps-rate</literal></term>

	      <listitem>
		<para>Sets the communications speed of the device to
		  <replaceable>bps-rate</replaceable>, where
		  <replaceable>bps-rate</replaceable> can be 50, 75,
		  110, 134, 150, 200, 300, 600, 1200, 1800, 2400,
		  4800, 9600, 19200, 38400, 57600, or 115200
		  bits-per-second.</para>
	      </listitem>
	    </varlistentry>

	    <varlistentry>
	      <term><literal>ms#stty-mode</literal></term>

	      <listitem>
		<para>Sets the options for the terminal device after
		  opening the device.  &man.stty.1; explains the
		  available options.</para>
	      </listitem>
	    </varlistentry>
	  </variablelist>

	  <para>When <application>LPD</application> opens the device
	    specified by the <literal>lp</literal> capability, it sets
	    the characteristics of the device to those specified with
	    the <literal>ms#</literal> capability.  Of particular
	    interest will be the <literal>parenb</literal>,
	    <literal>parodd</literal>, <literal>cs5</literal>,
	    <literal>cs6</literal>, <literal>cs7</literal>,
	    <literal>cs8</literal>, <literal>cstopb</literal>,
	    <literal>crtscts</literal>, and <literal>ixon</literal>
	    modes, which are explained in the &man.stty.1;
	    manual page.</para>

	  <para>Let us add to our example printer on the sixth serial
	    port.  We will set the bps rate to 38400.  For the mode,
	    we will set no parity with <literal>-parenb</literal>,
	    8-bit characters with <literal>cs8</literal>,
	    no modem control with <literal>clocal</literal> and
	    hardware flow control with
	    <literal>crtscts</literal>:</para>

	  <programlisting>bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:\
        :lp=<filename>/dev/ttyu5</filename>:ms#-parenb cs8 clocal crtscts:</programlisting>
	</sect4>

	<sect4 xml:id="printing-textfilter">
	  <title>Installing the Text Filter</title>

	  <indexterm>
	    <primary>printing</primary>
	    <secondary>filters</secondary>
	  </indexterm>

	  <para>We are now ready to tell
	    <application>LPD</application> what text filter to use
	    to send jobs to the printer.  A <emphasis>text
	      filter</emphasis>, also known as an <emphasis>input
	      filter</emphasis>, is a program that
	    <application>LPD</application> runs when it has a job to
	    print.  When <application>LPD</application> runs the text
	    filter for a printer, it sets the filter's standard input
	    to the job to print, and its standard output to the
	    printer device specified with the <literal>lp</literal>
	    capability.  The filter is expected to read the job from
	    standard input, perform any necessary translation for the
	    printer, and write the results to standard output, which
	    will get printed.  For more information on the text
	    filter, see the <link linkend="printing-advanced-filters">Filters</link>
	    section.</para>

	  <para>For our simple printer setup, the text filter can be a
	    small shell script that just executes
	    <command>/bin/cat</command> to send the job to the
	    printer.  &os; comes with another filter called
	    <filename>lpf</filename> that handles backspacing and
	    underlining for printers that might not deal with such
	    character streams well.  And, of course, you can use any
	    other filter program you want.  The filter
	    <command>lpf</command> is described in detail in section
	    entitled <link linkend="printing-advanced-lpf">lpf: a
	      Text Filter</link>.</para>

	  <para>First, let us make the shell script
	    <filename>/usr/local/libexec/if-simple</filename> be a
	    simple text filter.  Put the following text into that
	    file with your favorite text editor:</para>

	  <programlisting>#!/bin/sh
#
# if-simple - Simple text input filter for lpd
# Installed in /usr/local/libexec/if-simple
#
# Simply copies stdin to stdout.  Ignores all filter arguments.

/bin/cat &amp;&amp; exit 0
exit 2</programlisting>

	  <para>Make the file executable:</para>

	  <screen>&prompt.root; <userinput>chmod 555 /usr/local/libexec/if-simple</userinput></screen>

	  <para>And then tell LPD to use it by specifying it with the
	    <literal>if</literal> capability in
	    <filename>/etc/printcap</filename>.  We will add it to
	    the two printers we have so far in the example
	    <filename>/etc/printcap</filename>:</para>

	  <programlisting>#
#  /etc/printcap for host rose - added text filter
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:sd=<filename>/var/spool/lpd/rattan</filename>:\
        :lp=<filename>/dev/lpt0</filename>:\
        :if=<filename>/usr/local/libexec/if-simple</filename>:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:\
        :lp=<filename>/dev/ttyu5</filename>:ms#-parenb cs8 clocal crtscts:\
        :if=<filename>/usr/local/libexec/if-simple</filename>:</programlisting>

	  <note>
	    <para>A copy of the <filename>if-simple</filename> script
	      can be found in the <filename>/usr/share/examples/printing</filename>
	      directory.</para>
	  </note>
	</sect4>

	<sect4>
	  <title>Turn on <application>LPD</application></title>

	  <para>&man.lpd.8; is run from <filename>/etc/rc</filename>,
	    controlled by the <literal>lpd_enable</literal> variable.
	    This variable defaults to <literal>NO</literal>.  If you
	    have not done so already, add the line:</para>

	  <programlisting>lpd_enable="YES"</programlisting>

	  <para>to <filename>/etc/rc.conf</filename>, and then either
	    restart your machine, or just run &man.lpd.8;.</para>

	  <screen>&prompt.root; <userinput>lpd</userinput></screen>
	</sect4>

	<sect4 xml:id="printing-trying">
	  <title>Trying It Out</title>

	  <para>You have reached the end of the simple
	    <application>LPD</application> setup.
	    Unfortunately, congratulations are not quite yet in order,
	    since we still have to test the setup and correct any
	    problems.  To test the setup, try printing something.  To
	    print with the <application>LPD</application> system, you
	    use the command &man.lpr.1;,
	    which submits a job for printing.</para>

	  <para>You can combine &man.lpr.1; with the &man.lptest.1;
	    program, introduced in section <link linkend="printing-testing">Checking Printer
	      Communications</link> to generate some test text.</para>

	  <para><emphasis>To test the simple
	      <application>LPD</application> setup:</emphasis></para>

	  <para>Type:</para>

	  <screen>&prompt.root; <userinput>lptest 20 5 | lpr -Pprinter-name</userinput></screen>

	  <para>Where <replaceable>printer-name</replaceable> is a the
	    name of a printer (or an alias) specified in
	    <filename>/etc/printcap</filename>.  To test the default
	    printer, type &man.lpr.1; without any <option>-P</option>
	    argument.  Again, if you are testing a printer that
	    expects &postscript;, send a &postscript; program in that
	    language instead of using &man.lptest.1;.  You can do so
	    by putting the program in a file and typing <command>lpr
	      file</command>.</para>

	  <para>For a &postscript; printer, you should get the results
	    of the program.  If you are using &man.lptest.1;, then
	    your results should look like the following:</para>

	  <screen>!"#$%&amp;'()*+,-./01234
"#$%&amp;'()*+,-./012345
#$%&amp;'()*+,-./0123456
$%&amp;'()*+,-./01234567
%&amp;'()*+,-./012345678</screen>

	  <para>To further test the printer, try downloading larger
	    programs (for language-based printers) or running
	    &man.lptest.1; with different arguments.  For example,
	    <command>lptest 80 60</command> will produce 60 lines of
	    80 characters each.</para>

	  <para>If the printer did not work, see the <link linkend="printing-troubleshooting">Troubleshooting</link>
	    section.</para>
	</sect4>
      </sect3>
    </sect2>
  </sect1>

  <sect1 xml:id="printing-advanced">
    <title>Advanced Printer Setup</title>

    <para>This section describes filters for printing specially
      formatted files, header pages, printing across networks, and
      restricting and accounting for printer usage.</para>

    <sect2 xml:id="printing-advanced-filter-intro">
      <title>Filters</title>

      <indexterm>
	<primary>printing</primary>
	<secondary>filters</secondary>
      </indexterm>

      <para>Although <application>LPD</application> handles network
	protocols, queuing, access control, and other aspects of
	printing, most of the <emphasis>real</emphasis> work happens
	in the <emphasis>filters</emphasis>.  Filters are programs
	that communicate with the printer and handle its device
	dependencies and special requirements.  In the simple printer
	setup, we installed a plain text filter&mdash;an extremely
	simple one that should work with most printers (section <link linkend="printing-textfilter">Installing the Text
	  Filter</link>).</para>

      <para>However, in order to take advantage of format conversion,
	printer accounting, specific printer quirks, and so on, you
	should understand how filters work.  It will ultimately be
	the filter's responsibility to handle these aspects.  And the
	bad news is that most of the time <emphasis>you</emphasis>
	have to provide filters yourself.  The good news is that many
	are generally available; when they are not, they are usually
	easy to write.</para>

      <para>Also, &os; comes with one,
	<filename>/usr/libexec/lpr/lpf</filename>, that works with
	many printers that can print plain text.  (It handles
	backspacing and tabs in the file, and does accounting, but
	that is about all it does.)  There are also several filters
	and filter components in the &os; Ports Collection.</para>

      <para>Here is what you will find in this section:</para>

      <itemizedlist>
	<listitem>
	  <para>Section <link linkend="printing-advanced-filters">How
	      Filters Work</link>, tries to give an overview of a
	    filter's role in the printing process.  You should read
	    this section to get an understanding of what is happening
	    <quote>under the hood</quote> when
	    <application>LPD</application> uses filters.  This
	    knowledge could help you anticipate and debug problems
	    you might encounter as you install more and more filters
	    for each of your printers.</para>
	</listitem>

	<listitem>
	  <para><application>LPD</application> expects every printer
	    to be able to print plain text by default.  This presents
	    a problem for &postscript; printers (or other
	    language-based printers) which cannot directly print
	    plain text.  Section <link linkend="printing-advanced-if-conversion">Accommodating
	      Plain Text Jobs on &postscript; Printers</link> tells
	    you what you should do to overcome this problem.  You
	    should read this section if you have a &postscript;
	    printer.</para>
	</listitem>

	<listitem>
	  <para>&postscript; is a popular output format for many
	    programs.  Some people even write &postscript; code
	    directly.  Unfortunately, &postscript; printers are
	    expensive.  Section <link linkend="printing-advanced-ps">Simulating &postscript;
	      on Non &postscript; Printers</link> tells how you can
	    further modify a printer's text filter to accept and print
	    &postscript; data on a <emphasis>non
	    &postscript;</emphasis> printer.  You should read this
	    section if you do not have a &postscript; printer.</para>
	</listitem>

	<listitem>
	  <para>Section <link linkend="printing-advanced-convfilters">Conversion
	      Filters</link> tells about a way you can automate the
	    conversion of specific file formats, such as graphic or
	    typesetting data, into formats your printer can
	    understand.  After reading this section, you should be
	    able to set up your printers such that users can type
	    <command>lpr -t</command> to print troff
	    data, or <command>lpr -d</command> to
	    print &tex; DVI data, or <command>lpr
	    -v</command> to print raster image
	    data, and so forth.  The reading of this section is
	    recommended.</para>
	</listitem>

	<listitem>
	  <para>Section <link linkend="printing-advanced-of">Output
	      Filters</link> tells all about a not often used feature
	    of <application>LPD</application>: output filters.  Unless
	    you are printing header pages (see <link linkend="printing-advanced-header-pages">Header
	      Pages</link>), you can probably skip that section
	    altogether.</para>
	</listitem>

	<listitem>
	  <para>Section <link linkend="printing-advanced-lpf">lpf:
	      a Text Filter</link> describes <command>lpf</command>,
	    a fairly complete if simple text filter for line
	    printers (and laser printers that act like line
	    printers) that comes with &os;.  If you need a quick
	    way to get printer accounting working for plain text,
	    or if you have a printer which emits smoke when it sees
	    backspace characters, you should definitely consider
	    <command>lpf</command>.</para>
	</listitem>
      </itemizedlist>

      <note>
	<para>A copy of the various scripts described below can be
	  found in the <filename>/usr/share/examples/printing</filename>
	  directory.</para>
      </note>

      <sect3 xml:id="printing-advanced-filters">
	<title>How Filters Work</title>

	<para>As mentioned before, a filter is an executable program
	  started by <application>LPD</application> to handle the
	  device-dependent part of communicating with the
	  printer.</para>

	<para>When <application>LPD</application> wants to print a
	  file in a job, it starts a filter program.  It sets the
	  filter's standard input to the file to print, its standard
	  output to the printer, and its standard error to the error
	  logging file (specified in the <literal>lf</literal>
	  capability in <filename>/etc/printcap</filename>, or
	  <filename>/dev/console</filename> by
	  default).</para>

	<indexterm>
	  <primary><command>troff</command></primary>
	</indexterm>
	<para>Which filter <application>LPD</application> starts and
	  the filter's arguments depend on what is listed in the
	  <filename>/etc/printcap</filename> file and what arguments
	  the user specified for the job on the &man.lpr.1; command
	  line.  For example, if the user typed
	  <command>lpr -t</command>,
	  <application>LPD</application> would start the troff filter,
	  listed in the <literal>tf</literal> capability for the
	  destination printer.  If the user wanted to print plain
	  text, it would start the <literal>if</literal> filter (this
	  is mostly true: see <link linkend="printing-advanced-of">Output Filters</link> for
	  details).</para>

	<para>There are three kinds of filters you can specify in
	  <filename>/etc/printcap</filename>:</para>

	<itemizedlist>
	  <listitem>
	    <para>The <emphasis>text filter</emphasis>, confusingly
	      called the <emphasis>input filter</emphasis> in
	      <application>LPD</application> documentation, handles
	      regular text printing.  Think of it as the default
	      filter.  <application>LPD</application> expects every
	      printer to be able to print plain text by default,
	      and it is the text filter's job to make sure backspaces,
	      tabs, or other special characters do not confuse the
	      printer.  If you are in an environment where you have
	      to account for printer usage, the text filter must also
	      account for pages printed, usually by counting the
	      number of lines printed and comparing that to the number
	      of lines per page the printer supports.  The text filter
	      is started with the following argument list:</para>

	    <cmdsynopsis>
	      <command>filter-name</command>
	      <arg>-c</arg>
	      <arg choice="plain">-w
		<replaceable>width</replaceable></arg>
	      <arg choice="plain">-l
		<replaceable>length</replaceable></arg>
	      <arg choice="plain">-i
		<replaceable>indent</replaceable></arg>
	      <arg choice="plain">-n
		<replaceable>login</replaceable></arg>
	      <arg choice="plain">-h
		<replaceable>host</replaceable></arg>
	      <arg choice="plain"><replaceable>acct-file</replaceable></arg>
	    </cmdsynopsis>

	    <para>where</para>

	    <variablelist>
	      <varlistentry>
		<term><option>-c</option></term>

		<listitem>
		  <para>appears if the job is submitted with
		    <command>lpr -l</command></para>
		</listitem>
	      </varlistentry>

	      <varlistentry>
		<term><replaceable>width</replaceable></term>

		<listitem>
		  <para>is the value from the <literal>pw</literal>
		    (page width) capability specified in
		    <filename>/etc/printcap</filename>, default
		    132</para>
		</listitem>
	      </varlistentry>

	      <varlistentry>
		<term><replaceable>length</replaceable></term>

		<listitem>
		  <para>is the value from the <literal>pl</literal>
		    (page length) capability, default 66</para>
		</listitem>
	      </varlistentry>

	      <varlistentry>
		<term><replaceable>indent</replaceable></term>

		<listitem>
		  <para>is the amount of the indentation from
		    <command>lpr -i</command>,
		    default 0</para>
		</listitem>
	      </varlistentry>

	      <varlistentry>
		<term><replaceable>login</replaceable></term>

		<listitem>
		  <para>is the account name of the user printing the
		    file</para>
		</listitem>
	      </varlistentry>

	      <varlistentry>
		<term><replaceable>host</replaceable></term>

		<listitem>
		  <para>is the host name from which the job was
		    submitted</para>
		</listitem>
	      </varlistentry>

	      <varlistentry>
		<term><replaceable>acct-file</replaceable></term>

		<listitem>
		  <para>is the name of the accounting file from the
		    <literal>af</literal> capability.</para>
		</listitem>
	      </varlistentry>
	    </variablelist>
	  </listitem>

	  <listitem>
	    <para>A <emphasis>conversion filter</emphasis><indexterm><primary>printing</primary><secondary>filters</secondary></indexterm> converts
	      a specific file format into one the printer can render
	      onto paper.  For example, ditroff typesetting data
	      cannot be directly printed, but you can install a
	      conversion filter for ditroff files to convert the
	      ditroff data into a form the printer can digest and
	      print.  Section <link linkend="printing-advanced-convfilters">Conversion
		Filters</link> tells all about them.  Conversion
	      filters also need to do accounting, if you need printer
	      accounting.  Conversion filters are started with the
	      following arguments:</para>

	    <cmdsynopsis>
	      <command>filter-name</command>
	      <arg choice="plain">-x
		<replaceable>pixel-width</replaceable></arg>
	      <arg choice="plain">-y
		<replaceable>pixel-height</replaceable></arg>
	      <arg choice="plain">-n
		<replaceable>login</replaceable></arg>
	      <arg choice="plain">-h
		<replaceable>host</replaceable></arg>
	      <arg choice="plain"><replaceable>acct-file</replaceable></arg>
	    </cmdsynopsis>

	    <para>where <replaceable>pixel-width</replaceable> is
	      the value from the <literal>px</literal> capability
	      (default 0) and <replaceable>pixel-height</replaceable>
	      is the value from the <literal>py</literal> capability
	      (default 0).</para>
	  </listitem>

	  <listitem>
	    <para>The <emphasis>output filter</emphasis> is used
	      only if there is no text filter, or if header pages are
	      enabled.  In our experience, output filters are rarely
	      used.  Section <link linkend="printing-advanced-of">Output Filters</link>
	      describes them.  There are only two arguments to an
	      output filter:</para>

	    <cmdsynopsis>
	      <command>filter-name</command>
	      <arg choice="plain">-w
		<replaceable>width</replaceable></arg>
	      <arg choice="plain">-l
		<replaceable>length</replaceable></arg>
	    </cmdsynopsis>

	    <para>which are identical to the text filters
	      <option>-w</option> and <option>-l</option>
	      arguments.</para>
	  </listitem>
	</itemizedlist>

	<para>Filters should also <emphasis>exit</emphasis> with the
	  following exit status:</para>

	<variablelist>
	  <varlistentry>
	    <term>exit 0</term>

	    <listitem>
	      <para>If the filter printed the file
		successfully.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>exit 1</term>

	    <listitem>
	      <para>If the filter failed to print the file but wants
		<application>LPD</application> to
		try to print the file again.
		<application>LPD</application> will restart a filter
		if it exits with this status.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>exit 2</term>

	    <listitem>
	      <para>If the filter failed to print the file and does
		not want <application>LPD</application> to try again.
		<application>LPD</application> will throw out the
		file.</para>
	    </listitem>
	  </varlistentry>
	</variablelist>

	<para>The text filter that comes with the &os; release,
	  <filename>/usr/libexec/lpr/lpf</filename>, takes advantage
	  of the page width and length arguments to determine when
	  to send a form feed and how to account for printer usage.
	  It uses the login, host, and accounting file arguments to
	  make the accounting entries.</para>

	<para>If you are shopping for filters, see if they are
	  LPD-compatible.  If they are, they must support the argument
	  lists described above.  If you plan on writing filters for
	  general use, then have them support the same argument lists
	  and exit codes.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-if-conversion">
	<title>Accommodating Plain Text Jobs on &postscript;
	  Printers</title>

	<indexterm><primary>print jobs</primary></indexterm>

	<para>If you are the only user of your computer and
	  &postscript; (or other language-based) printer, and you
	  promise to never send plain text to your printer and to
	  never use features of various programs that will want to
	  send plain text to your printer, then you do not need to
	  worry about this section at all.</para>

	<para>But, if you would like to send both &postscript; and
	  plain text jobs to the printer, then you are urged to
	  augment your printer setup.  To do so, we have the text
	  filter detect if the arriving job is plain text or
	  &postscript;.  All &postscript; jobs must start with
	  <literal>%!</literal> (for other printer languages, see
	  your printer documentation).  If those are the first two
	  characters in the job, we have &postscript;, and can pass
	  the rest of the job directly.  If those are not the first
	  two characters in the file, then the filter will convert
	  the text into &postscript; and print the result.</para>

	<para>How do we do this?</para>

	<indexterm>
	  <primary>printers</primary>
	  <secondary>serial</secondary>
	</indexterm>
	<para>If you have got a serial printer, a great way to do it
	  is to install <command>lprps</command>.
	  <command>lprps</command> is a &postscript; printer filter
	  which performs two-way communication with the printer.  It
	  updates the printer's status file with verbose information
	  from the printer, so users and administrators can see
	  exactly what the state of the printer is (such as
	  <errorname>toner low</errorname> or <errorname>paper
	    jam</errorname>).  But more importantly, it includes a
	  program called <command>psif</command> which detects whether
	  the incoming job is plain text and calls
	  <command>textps</command> (another program that comes with
	  <command>lprps</command>) to convert it to &postscript;.
	  It then uses <command>lprps</command> to send the job to
	  the printer.</para>

	<para><command>lprps</command> is part of the &os; Ports
	  Collection (see <link linkend="ports">The Ports
	  Collection</link>).  You can install one of the both
	  <package>print/lprps-a4</package> and
	  <package>print/lprps-letter</package> ports
	  according to the paper size used.  After installing
	  <command>lprps</command>, just specify the pathname to the
	  <command>psif</command> program that is part of
	  <command>lprps</command>.  If you installed
	  <command>lprps</command> from the Ports Collection, use
	  the following in the serial &postscript; printer's entry
	  in <filename>/etc/printcap</filename>:</para>

	<programlisting>:if=<filename>/usr/local/libexec/psif</filename>:</programlisting>

	<para>The <literal>rw</literal> capability should be also
	  included in order to let <application>LPD</application> to
	  open the printer in the read-write mode.</para>

	<para>If you have a parallel &postscript; printer (and
	  therefore cannot use two-way communication with the printer,
	  which <command>lprps</command> needs), you can use the
	  following shell script as the text filter:</para>

	<programlisting>#!/bin/sh
#
#  psif - Print PostScript or plain text on a PostScript printer
#  Script version; NOT the version that comes with lprps
#  Installed in /usr/local/libexec/psif
#

IFS="" read -r first_line
first_two_chars=`expr "$first_line" : '\(..\)'`

if [ "$first_two_chars" = "%!" ]; then
    #
    #  PostScript job, print it.
    #
    echo "$first_line" &amp;&amp; cat &amp;&amp; printf "\004" &amp;&amp; exit 0
    exit 2
else
    #
    #  Plain text, convert it, then print it.
    #
    ( echo "$first_line"; cat ) | /usr/local/bin/textps &amp;&amp; printf "\004" &amp;&amp; exit 0
    exit 2
fi</programlisting>

	<para>In the above script, <command>textps</command> is a
	  program we installed separately to convert plain text to
	  &postscript;.  You can use any text-to-&postscript; program
	  you wish.  The &os; Ports Collection (see <link linkend="ports">The Ports Collection</link>) includes a
	  full featured text-to-&postscript; program called
	  <literal>a2ps</literal> that you might want to
	  investigate.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-ps">
	<title>Simulating &postscript; on Non &postscript;
	  Printers</title>

	<indexterm>
	  <primary>PostScript</primary>
	  <secondary>emulating</secondary>
	</indexterm>
	<indexterm> <primary>Ghostscript</primary></indexterm>

	<para>&postscript; is the <emphasis>de facto</emphasis>
	  standard for high quality typesetting and printing.
	  &postscript; is, however, an <emphasis>expensive</emphasis>
	  standard.  Thankfully, Aladdin Enterprises has a free
	  &postscript; work-alike called
	  <application>Ghostscript</application> that runs with &os;.
	  <application>Ghostscript</application> can read most
	  &postscript; files and can render their pages onto a variety
	  of devices, including many brands of non-&postscript;
	  printers.  By installing
	  <application>Ghostscript</application> and using a special
	  text filter for your printer, you can make your non
	  &postscript; printer act like a real &postscript;
	  printer.</para>

	<para><application>Ghostscript</application> is in the &os;
	  Ports Collection, many versions are available, the most
	  commonly used version is <package>print/ghostscript-gpl</package>.</para>

	<para>To simulate &postscript;, we have the text filter detect
	  if it is printing a &postscript; file.  If it is not, then
	  the filter will pass the file directly to the printer;
	  otherwise, it will use
	  <application>Ghostscript</application> to first convert the
	  file into a format the printer will understand.</para>

	<para>Here is an example: the following script is a text
	  filter for Hewlett Packard DeskJet 500 printers.  For other
	  printers, substitute the <option>-sDEVICE</option> argument
	  to the <command>gs</command>
	  (<application>Ghostscript</application>) command.  (Type
	  <command>gs -h</command> to get a list of
	  devices the current installation of
	  <application>Ghostscript</application> supports.)</para>

	<programlisting>#!/bin/sh
#
#  ifhp - Print Ghostscript-simulated PostScript on a DeskJet 500
#  Installed in /usr/local/libexec/ifhp

#
#  Treat LF as CR+LF (to avoid the "staircase effect" on HP/PCL
#  printers):
#
printf "\033&amp;k2G" || exit 2

#
#  Read first two characters of the file
#
IFS="" read -r first_line
first_two_chars=`expr "$first_line" : '\(..\)'`

if [ "$first_two_chars" = "%!" ]; then
    #
    #  It is PostScript; use Ghostscript to scan-convert and print it.
    #
    /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 \
      -sOutputFile=- - &amp;&amp; exit 0
else
    #
    #  Plain text or HP/PCL, so just print it directly; print a form feed
    #  at the end to eject the last page.
    #
    echo "$first_line" &amp;&amp; cat &amp;&amp; printf "\033&amp;l0H" &amp;&amp;
exit 0
fi

exit 2</programlisting>

	<para>Finally, you need to notify
	  <application>LPD</application> of the filter via the
	  <literal>if</literal> capability:</para>

	<programlisting>:if=<filename>/usr/local/libexec/ifhp</filename>:</programlisting>

	<para>That is it.  You can type
	  <command>lpr
	    plain.text</command>
	  and
	  <command>lpr
	    whatever.ps</command>
	  and both should print successfully.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-convfilters">
	<title>Conversion Filters</title>

	<para>After completing the simple setup described in <link linkend="printing-simple">Simple Printer Setup</link>,
	  the first thing you will probably want to do is install
	  conversion filters for your favorite file formats (besides
	  plain ASCII text).</para>

	<sect4>
	  <title>Why Install Conversion Filters?</title>

	  <indexterm>
	    <primary>&tex;</primary>
	    <secondary>printing DVI files</secondary>
	  </indexterm>

	  <para>Conversion filters make printing various kinds of
	    files easy.  As an example, suppose we do a lot of work
	    with the &tex; typesetting system, and we have a
	    &postscript; printer.  Every time we generate a DVI file
	    from &tex;, we cannot print it directly until we convert
	    the DVI file into &postscript;.  The command sequence
	    goes like this:</para>

	  <screen>&prompt.user; <userinput>dvips seaweed-analysis.dvi</userinput>
&prompt.user; <userinput>lpr seaweed-analysis.ps</userinput></screen>

	  <para>By installing a conversion filter for DVI files, we
	    can skip the hand conversion step each time by having
	    <application>LPD</application> do it for us.  Now, each
	    time we get a DVI file, we are just one step away from
	    printing it:</para>

	  <screen>&prompt.user; <userinput>lpr -d seaweed-analysis.dvi</userinput></screen>

	  <para>We got <application>LPD</application> to do the DVI
	    file conversion for us by specifying the
	    <option>-d</option> option.  Section <link linkend="printing-lpr-options-format">Formatting and
	      Conversion Options</link> lists the conversion
	    options.</para>

	  <para>For each of the conversion options you want a printer
	    to support, install a <emphasis>conversion
	      filter</emphasis> and specify its pathname in
	    <filename>/etc/printcap</filename>.  A conversion filter
	    is like the text filter for the simple printer setup (see
	    section <link linkend="printing-textfilter">Installing
	    the Text Filter</link>) except that instead of printing
	    plain text, the filter converts the file into a format
	    the printer can understand.</para>
	</sect4>

	<sect4>
	  <title>Which Conversion Filters Should I Install?</title>

	  <para>You should install the conversion filters you expect
	    to use.  If you print a lot of DVI data, then a DVI
	    conversion filter is in order.  If you have got plenty
	    of troff to print out, then you probably want a troff
	    filter.</para>

	  <para>The following table summarizes the filters that
	    <application>LPD</application> works
	    with, their capability entries for the
	    <filename>/etc/printcap</filename> file, and how to
	    invoke them with the <command>lpr</command>
	    command:</para>

	  <informaltable frame="none" pgwide="1">
	    <tgroup cols="3">
	      <thead>
		<row>
		  <entry>File type</entry>
		  <entry><filename>/etc/printcap</filename>
		    capability</entry>
		  <entry><command>lpr</command> option</entry>
		</row>
	      </thead>

	      <tbody>
		<row>
		  <entry>cifplot</entry>
		  <entry><literal>cf</literal></entry>
		  <entry><option>-c</option></entry>
		</row>

		<row>
		  <entry>DVI</entry>
		  <entry><literal>df</literal></entry>
		  <entry><option>-d</option></entry>
		</row>

		<row>
		  <entry>plot</entry>
		  <entry><literal>gf</literal></entry>
		  <entry><option>-g</option></entry>
		</row>

		<row>
		  <entry>ditroff</entry>
		  <entry><literal>nf</literal></entry>
		  <entry><option>-n</option></entry>
		</row>

		<row>
		  <entry>FORTRAN text</entry>
		  <entry><literal>rf</literal></entry>
		  <entry><option>-f</option></entry>
		</row>

		<row>
		  <entry>troff</entry>
		  <entry><literal>tf</literal></entry>
		  <entry><option>-f</option></entry>
		</row>

		<row>
		  <entry>raster</entry>
		  <entry><literal>vf</literal></entry>
		  <entry><option>-v</option></entry>
		</row>

		<row>
		  <entry>plain text</entry>
		  <entry><literal>if</literal></entry>
		  <entry>none, <option>-p</option>, or
		    <option>-l</option></entry>
		</row>
	      </tbody>
	    </tgroup>
	  </informaltable>

	  <para>In our example, using
	    <command>lpr -d</command> means the
	    printer needs a <literal>df</literal> capability in its
	    entry in <filename>/etc/printcap</filename>.</para>

	  <indexterm><primary>FORTRAN</primary></indexterm>
	  <para>Despite what others might contend, formats like
	    FORTRAN text and plot are probably obsolete.  At your
	    site, you can give new meanings to these or any of the
	    formatting options just by installing custom filters.
	    For example, suppose you would like to directly print
	    Printerleaf files (files from the Interleaf desktop
	    publishing program), but will never print plot files.
	    You could install a Printerleaf conversion filter under
	    the <literal>gf</literal> capability and then educate your
	    users that <command>lpr -g</command> mean
	    <quote>print Printerleaf files.</quote></para>
	</sect4>

	<sect4>
	  <title>Installing Conversion Filters</title>

	  <para>Since conversion filters are programs you install
	    outside of the base &os; installation, they should
	    probably go under <filename>/usr/local</filename>.  The
	    directory <filename>/usr/local/libexec</filename> is a
	    popular location, since they are specialized programs
	    that only <application>LPD</application> will run; regular
	    users should not ever need to run them.</para>

	  <para>To enable a conversion filter, specify its pathname
	    under the appropriate capability for the destination
	    printer in <filename>/etc/printcap</filename>.</para>

	  <para>In our example, we will add the DVI conversion filter
	    to the entry for the printer named
	    <literal>bamboo</literal>. Here is the example
	    <filename>/etc/printcap</filename> file again, with
	    the new <literal>df</literal> capability for the printer
	    <literal>bamboo</literal>:</para>

	  <programlisting>#
#  /etc/printcap for host rose - added df filter for bamboo
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:sd=<filename>/var/spool/lpd/rattan</filename>:\
        :lp=<filename>/dev/lpt0</filename>:\
        :if=<filename>/usr/local/libexec/if-simple</filename>:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:\
        :lp=<filename>/dev/ttyu5</filename>:ms#-parenb cs8 clocal crtscts:rw:\
        :if=<filename>/usr/local/libexec/psif</filename>:\
        :df=<filename>/usr/local/libexec/psdf</filename>:</programlisting>

	  <para>The DVI filter is a shell script named
	    <filename>/usr/local/libexec/psdf</filename>.  Here is
	    that script:</para>

	  <programlisting>#!/bin/sh
#
#  psdf - DVI to PostScript printer filter
#  Installed in /usr/local/libexec/psdf
#
# Invoked by lpd when user runs lpr -d
#
exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"</programlisting>

	  <para>This script runs <command>dvips</command> in filter
	    mode (the <option>-f</option> argument) on standard input,
	    which is the job to print.  It then starts the
	    &postscript; printer filter <command>lprps</command>
	    (see section <link linkend="printing-advanced-if-conversion">Accommodating
	      Plain Text Jobs on &postscript; Printers</link>) with
	    the arguments <application>LPD</application> passed to
	    this script.  The <command>lprps</command> utility will
	    use those arguments to account for the pages
	    printed.</para>
	</sect4>

	<sect4>
	  <title>More Conversion Filter Examples</title>

	  <para>There is no fixed set of steps to install conversion
	    filters, some working examples are described in this
	    section.  Use these as guidance to making your own
	    filters.  Use them directly, if appropriate.</para>

	  <para>This example script is a raster (well, GIF file,
	    actually) conversion filter for a Hewlett Packard LaserJet
	    III-Si printer:</para>

	  <programlisting>#!/bin/sh
#
#  hpvf - Convert GIF files into HP/PCL, then print
#  Installed in /usr/local/libexec/hpvf

PATH=/usr/X11R6/bin:$PATH; export PATH
giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
    &amp;&amp; exit 0 \
    || exit 2</programlisting>

	  <para>It works by converting the GIF file into a portable
	    anymap, converting that into a portable graymap,
	    converting that into a portable bitmap, and converting
	    that into LaserJet/PCL-compatible data.</para>

	  <para>Here is the <filename>/etc/printcap</filename> file
	    with an entry for a printer using the above filter:</para>

	  <programlisting>#
#  /etc/printcap for host orchid
#
teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
        :lp=<filename>/dev/lpt0</filename>:sh:sd=<filename>/var/spool/lpd/teak</filename>:mx#0:\
        :if=<filename>/usr/local/libexec/hpif</filename>:\
        :vf=<filename>/usr/local/libexec/hpvf</filename>:</programlisting>

	  <para>The following script is a conversion filter for troff
	    data from the groff typesetting system for the
	    &postscript; printer named
	    <literal>bamboo</literal>:</para>

	  <programlisting>#!/bin/sh
#
#  pstf - Convert groff's troff data into PS, then print.
#  Installed in /usr/local/libexec/pstf
#
exec grops | /usr/local/libexec/lprps "$@"</programlisting>

	  <para>The above script makes use of <command>lprps</command>
	    again to handle the communication with the printer.  If
	    the printer were on a parallel port, we would use this
	    script instead:</para>

	  <programlisting>#!/bin/sh
#
#  pstf - Convert groff's troff data into PS, then print.
#  Installed in /usr/local/libexec/pstf
#
exec grops</programlisting>

	  <para>That is it.  Here is the entry we need to add to
	    <filename>/etc/printcap</filename> to enable the
	    filter:</para>

	  <programlisting>:tf=<filename>/usr/local/libexec/pstf</filename>:</programlisting>

	  <para>Here is an example that might make old hands at
	    FORTRAN blush.  It is a FORTRAN-text filter for any
	    printer that can directly print plain text.  We will
	    install it for the printer <literal>teak</literal>:</para>

	  <programlisting>#!/bin/sh
#
# hprf - FORTRAN text filter for LaserJet 3si:
# Installed in /usr/local/libexec/hprf
#

printf "\033&amp;k2G" &amp;&amp; fpr &amp;&amp; printf "\033&amp;l0H" &amp;&amp;
 exit 0
exit 2</programlisting>

	  <para>And we will add this line to the
	    <filename>/etc/printcap</filename> for the printer
	    <literal>teak</literal> to enable this filter:</para>

	  <programlisting>:rf=<filename>/usr/local/libexec/hprf</filename>:</programlisting>

	  <para>Here is one final, somewhat complex example.  We
	    will add a DVI filter to the LaserJet printer
	    <literal>teak</literal> introduced earlier.  First, the
	    easy part: updating <filename>/etc/printcap</filename>
	    with the location of the DVI filter:</para>

	  <programlisting>:df=<filename>/usr/local/libexec/hpdf</filename>:</programlisting>

	  <para>Now, for the hard part: making the filter.  For that,
	    we need a DVI-to-LaserJet/PCL conversion program.  The
	    &os; Ports Collection (see <link linkend="ports">The Ports
	      Collection</link>) has one: <package>print/dvi2xx</package>.  Installing this
	    port gives us the program we need,
	    <command>dvilj2p</command>, which converts DVI into
	    LaserJet IIp, LaserJet III, and LaserJet 2000 compatible
	    codes.</para>

	  <para>The <command>dvilj2p</command> utility makes the
	    filter <command>hpdf</command> quite complex since
	    <command>dvilj2p</command> cannot read from standard
	    input.  It wants to work with a filename.  What is worse,
	    the filename has to end in <filename>.dvi</filename> so
	    using <filename>/dev/fd/0</filename>
	    for standard input is problematic.  We can get around that
	    problem by linking (symbolically) a temporary file name
	    (one that ends in <filename>.dvi</filename>) to
	    <filename>/dev/fd/0</filename>, thereby
	    forcing <command>dvilj2p</command> to read from standard
	    input.</para>

	  <para>The only other fly in the ointment is the fact that
	    we cannot use <filename>/tmp</filename>
	    for the temporary link.  Symbolic links are owned by user
	    and group <systemitem class="username">bin</systemitem>.  The filter runs as
	    user <systemitem class="username">daemon</systemitem>.  And the <filename>/tmp</filename> directory has the
	    sticky bit set.  The filter can create the link, but it
	    will not be able clean up when done and remove it since
	    the link will belong to a different user.</para>

	  <para>Instead, the filter will make the symbolic link in
	    the current working directory, which is the spooling
	    directory (specified by the <literal>sd</literal>
	    capability in <filename>/etc/printcap</filename>).  This
	    is a perfect place for filters to do their work,
	    especially since there is (sometimes) more free disk space
	    in the spooling directory than under
	    <filename>/tmp</filename>.</para>

	  <para>Here, finally, is the filter:</para>

	  <programlisting>#!/bin/sh
#
#  hpdf - Print DVI data on HP/PCL printer
#  Installed in /usr/local/libexec/hpdf

PATH=/usr/local/bin:$PATH; export PATH

#
#  Define a function to clean up our temporary files.  These exist
#  in the current directory, which will be the spooling directory
#  for the printer.
#
cleanup() {
   rm -f hpdf$$.dvi
}

#
#  Define a function to handle fatal errors: print the given message
#  and exit 2.  Exiting with 2 tells LPD to do not try to reprint the
#  job.
#
fatal() {
    echo "$@" 1&gt;&amp;2
    cleanup
    exit 2
}

#
#  If user removes the job, LPD will send SIGINT, so trap SIGINT
#  (and a few other signals) to clean up after ourselves.
#
trap cleanup 1 2 15

#
#  Make sure we are not colliding with any existing files.
#
cleanup

#
#  Link the DVI input file to standard input (the file to print).
#
ln -s /dev/fd/0 hpdf$$.dvi || fatal "Cannot symlink /dev/fd/0"

#
#  Make LF = CR+LF
#
printf "\033&amp;k2G" || fatal "Cannot initialize printer"

#
#  Convert and print.  Return value from dvilj2p does not seem to be
#  reliable, so we ignore it.
#
dvilj2p -M1 -q -e- dfhp$$.dvi

#
#  Clean up and exit
#
cleanup
exit 0</programlisting>
	</sect4>

	<sect4 xml:id="printing-advanced-autoconv">
	  <title>Automated Conversion: an Alternative to Conversion
	    Filters</title>

	  <para>All these conversion filters accomplish a lot for your
	    printing environment, but at the cost forcing the user
	    to specify (on the &man.lpr.1; command line) which one
	    to use.  If your users are not particularly computer
	    literate, having to specify a filter option will become
	    annoying.  What is worse, though, is that an incorrectly
	    specified filter option may run a filter on the wrong
	    type of file and cause your printer to spew out hundreds
	    of sheets of paper.</para>

	  <para>Rather than install conversion filters at all, you
	    might want to try having the text filter (since it is the
	    default filter) detect the type of file it has been asked
	    to print and then automatically run the right conversion
	    filter.  Tools such as <command>file</command> can be of
	    help here.  Of course, it will be hard to determine the
	    differences between <emphasis>some</emphasis> file
	    types&mdash;and, of course, you can still provide
	    conversion filters just for them.</para>

	  <indexterm><primary>apsfilter</primary></indexterm>
	  <indexterm>
	    <primary>printing</primary>
	    <secondary>filters</secondary>
	    <tertiary>apsfilter</tertiary>
	  </indexterm>
	  <para>The &os; Ports Collection has a text filter that
	    performs automatic conversion called
	    <command>apsfilter</command> (<package>print/apsfilter</package>).  It can
	    detect plain text, &postscript;, DVI and almost any kind
	    of files, run the proper conversions, and print.</para>
	</sect4>
      </sect3>

      <sect3 xml:id="printing-advanced-of">
	<title>Output Filters</title>

	<para>The <application>LPD</application> spooling system
	  supports one other type of filter that we have not yet
	  explored: an output filter.  An output filter is intended
	  for printing plain text only, like the text filter, but
	  with many simplifications.  If you are using an output
	  filter but no text filter, then:</para>

	<itemizedlist>
	  <listitem>
	    <para><application>LPD</application> starts an output
	      filter once for the entire job instead of once for each
	      file in the job.</para>
	  </listitem>

	  <listitem>
	    <para><application>LPD</application> does not make any
	      provision to identify the start or the end of files
	      within the job for the output filter.</para>
	  </listitem>

	  <listitem>
	    <para><application>LPD</application> does not pass the
	      user's login or host to the filter, so it is not
	      intended to do accounting.  In fact, it gets only two
	      arguments:</para>

	    <cmdsynopsis>
	      <command>filter-name</command>
	      <arg choice="plain">-w<replaceable>width</replaceable></arg>
	      <arg choice="plain">-l<replaceable>length</replaceable></arg>
	    </cmdsynopsis>

	    <para>Where <replaceable>width</replaceable> is from the
	      <literal>pw</literal> capability and
	      <replaceable>length</replaceable> is from the
	      <literal>pl</literal> capability for the printer in
	      question.</para>
	  </listitem>
	</itemizedlist>

	<para>Do not be seduced by an output filter's simplicity.
	  If you would like each file in a job to start on a different
	  page an output filter <emphasis>will not work</emphasis>.
	  Use a text filter (also known as an input filter); see
	  section <link linkend="printing-textfilter">Installing the
	    Text Filter</link>.  Furthermore, an output filter is
	  actually <emphasis>more complex</emphasis> in that it has
	  to examine the byte stream being sent to it for special
	  flag characters and must send signals to itself on behalf
	  of <application>LPD</application>.</para>

	<para>However, an output filter is
	  <emphasis>necessary</emphasis> if you want header pages and
	  need to send escape sequences or other initialization
	  strings to be able to print the header page.  (But it is
	  also <emphasis>futile</emphasis> if you want to charge
	  header pages to the requesting user's account, since
	  <application>LPD</application> does not give any user or
	  host information to the output filter.)</para>

	<para>On a single printer, <application>LPD</application>
	  allows both an output filter and text or other filters.
	  In such cases, <application>LPD</application> will start
	  the output filter to print the header page (see section
	  <link linkend="printing-advanced-header-pages">Header
	      Pages</link>) only.  <application>LPD</application> then
	    expects the output filter to <emphasis>stop
	      itself</emphasis> by sending two bytes to the filter:
	    ASCII 031 followed by ASCII 001.  When an output filter
	  sees these two bytes (031, 001), it should stop by sending
	  <literal>SIGSTOP</literal> to itself.  When
	  <application>LPD</application>'s done running other filters,
	  it will restart the output filter by sending
	  <literal>SIGCONT</literal> to it.</para>

	<para>If there is an output filter but <emphasis>no</emphasis>
	  text filter and <application>LPD</application> is working
	  on a plain text job, <application>LPD</application> uses
	  the output filter to do the job.  As stated before, the
	  output filter will print each file of the job in sequence
	  with no intervening form feeds or other paper advancement,
	  and this is probably <emphasis>not</emphasis> what you want.
	  In almost all cases, you need a text filter.</para>

	<para>The program <command>lpf</command>, which we introduced
	  earlier as a text filter, can also run as an output filter.
	  If you need a quick-and-dirty output filter but do not want
	  to write the byte detection and signal sending code, try
	  <command>lpf</command>.  You can also wrap
	  <command>lpf</command> in a shell script to handle any
	  initialization codes the printer might require.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-lpf">
	<title><command>lpf</command>: a Text Filter</title>

	<para>The program <filename>/usr/libexec/lpr/lpf</filename>
	  that comes with &os; binary distribution is a text filter
	  (input filter) that can indent output (job submitted with
	  <command>lpr -i</command>), allow literal
	  characters to pass (job submitted with
	  <command>lpr -l</command>), adjust the
	  printing position for backspaces and tabs in the job, and
	  account for pages printed.  It can also act like an output
	  filter.</para>

	<para>The <command>lpf</command> filter is suitable for many
	  printing environments.  And although it has no capability
	  to send initialization sequences to a printer, it is easy
	  to write a shell script to do the needed initialization
	  and then execute <command>lpf</command>.</para>

	<indexterm><primary>page accounting</primary></indexterm>
	<indexterm>
	  <primary>accounting</primary>
	  <secondary>printer</secondary>
	</indexterm>
	<para>In order for <command>lpf</command> to do page
	  accounting correctly, it needs correct values filled in
	  for the <literal>pw</literal> and <literal>pl</literal>
	  capabilities in the <filename>/etc/printcap</filename> file.
	  It uses these values to determine how much text can fit on
	  a page and how many pages were in a user's job.  For more
	  information on printer accounting, see <link linkend="printing-advanced-acct">Accounting for Printer
	    Usage</link>.</para>
      </sect3>
    </sect2>

    <sect2 xml:id="printing-advanced-header-pages">
      <title>Header Pages</title>

      <para>If you have <emphasis>lots</emphasis> of users, all of
	them using various printers, then you probably want to
	consider <emphasis>header pages</emphasis> as a necessary
	evil.</para>

      <indexterm>
	<primary>banner pages</primary>
	<see>header pages</see>
      </indexterm>
      <indexterm><primary>header pages</primary></indexterm>
      <para>Header pages, also known as <emphasis>banner</emphasis>
	or <emphasis>burst pages</emphasis> identify to whom jobs
	belong after they are printed.  They are usually printed in
	large, bold letters, perhaps with decorative borders, so that
	in a stack of printouts they stand out from the real documents
	that comprise users' jobs.  They enable users to locate their
	jobs quickly.  The obvious drawback to a header page is that
	it is yet one more sheet that has to be printed for every job,
	their ephemeral usefulness lasting not more than a few
	minutes, ultimately finding themselves in a recycling bin or
	rubbish heap.  (Note that header pages go with each job, not
	each file in a job, so the paper waste might not be that
	bad.)</para>

      <para>The <application>LPD</application> system can provide
	header pages automatically for your printouts
	<emphasis>if</emphasis> your printer can directly print
	plain text.  If you have a &postscript; printer, you will
	need an external program to generate the header page; see
	<link linkend="printing-advanced-header-pages-ps">Header Pages
	on &postscript; Printers</link>.</para>

    <sect3 xml:id="printing-advanced-header-pages-enabling">
      <title>Enabling Header Pages</title>

      <para>In the <link linkend="printing-simple">Simple Printer
	  Setup</link> section, we turned off header pages by
	specifying <literal>sh</literal> (meaning <quote>suppress
	  header</quote>) in the <filename>/etc/printcap</filename>
	file.  To enable header pages for a printer, just remove the
	<literal>sh</literal> capability.</para>

      <para>Sounds too easy, right?</para>

      <para>You are right.  You <emphasis>might</emphasis> have to
	provide an output filter to send initialization strings to
	the printer.  Here is an example output filter for Hewlett
	Packard PCL-compatible printers:</para>

      <programlisting>#!/bin/sh
#
#  hpof - Output filter for Hewlett Packard PCL-compatible printers
#  Installed in /usr/local/libexec/hpof

printf "\033&amp;k2G" || exit 2
exec /usr/libexec/lpr/lpf</programlisting>

	<para>Specify the path to the output filter in the
	  <literal>of</literal> capability.  See the <link linkend="printing-advanced-of">Output Filters</link>
	  section for more information.</para>

	<para>Here is an example <filename>/etc/printcap</filename>
	  file for the printer <literal>teak</literal> that we
	  introduced earlier; we enabled header pages and added the
	  above output filter:</para>

	<programlisting>#
#  /etc/printcap for host orchid
#
teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
        :lp=<filename>/dev/lpt0</filename>:sd=<filename>/var/spool/lpd/teak</filename>:mx#0:\
        :if=<filename>/usr/local/libexec/hpif</filename>:\
        :vf=<filename>/usr/local/libexec/hpvf</filename>:\
        :of=<filename>/usr/local/libexec/hpof</filename>:</programlisting>

	<para>Now, when users print jobs to <literal>teak</literal>,
	  they get a header page with each job.  If users want to
	  spend time searching for their printouts, they can suppress
	  header pages by submitting the job with <command>lpr
	    -h</command>; see the <link linkend="printing-lpr-options-misc">Header Page
	    Options</link> section for more &man.lpr.1;
	  options.</para>

	<note>
	  <para><application>LPD</application> prints a form feed
	    character after the header page.  If your printer uses
	    a different character or sequence of characters to eject
	    a page, specify them with the <literal>ff</literal>
	    capability in <filename>/etc/printcap</filename>.</para>
	</note>
      </sect3>

      <sect3 xml:id="printing-advanced-header-pages-controlling">
	<title>Controlling Header Pages</title>

	<para>By enabling header pages, <application>LPD</application>
	  will produce a <emphasis>long header</emphasis>, a full
	  page of large letters identifying the user, host, and job.
	  Here is an example (<systemitem class="username">kelly</systemitem> printed the
	  job named <quote>outline</quote> from host
	  <systemitem>rose</systemitem>):</para>

	<screen>      k                   ll       ll
      k                    l        l
      k                    l        l
      k   k     eeee       l        l     y    y
      k  k     e    e      l        l     y    y
      k k      eeeeee      l        l     y    y
      kk k     e           l        l     y    y
      k   k    e    e      l        l     y   yy
      k    k    eeee      lll      lll     yyy y
                                               y
                                          y    y
                                           yyyy


                                   ll
                          t         l        i
                          t         l
       oooo    u    u   ttttt       l       ii     n nnn     eeee
      o    o   u    u     t         l        i     nn   n   e    e
      o    o   u    u     t         l        i     n    n   eeeeee
      o    o   u    u     t         l        i     n    n   e
      o    o   u   uu     t  t      l        i     n    n   e    e
       oooo     uuu u      tt      lll      iii    n    n    eeee









      r rrr     oooo     ssss     eeee
      rr   r   o    o   s    s   e    e
      r        o    o    ss      eeeeee
      r        o    o      ss    e
      r        o    o   s    s   e    e
      r         oooo     ssss     eeee







                                              Job:  outline
                                              Date: Sun Sep 17 11:04:58 1995</screen>

	<para><application>LPD</application> appends a form feed after
	  this text so the job starts on a new page (unless you have
	  <literal>sf</literal> (suppress form feeds) in the
	  destination printer's entry in
	  <filename>/etc/printcap</filename>).</para>

	<para>If you prefer, <application>LPD</application> can make
	  a <emphasis>short header</emphasis>; specify
	  <literal>sb</literal> (short banner) in the
	  <filename>/etc/printcap</filename> file.  The header page
	  will look like this:</para>

	<screen>rose:kelly  Job: outline  Date: Sun Sep 17 11:07:51 1995</screen>

	<para>Also by default, <application>LPD</application> prints
	  the header page first, then the job.  To reverse that,
	  specify <literal>hl</literal> (header last) in
	  <filename>/etc/printcap</filename>.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-header-pages-accounting">
	<title>Accounting for Header Pages</title>

	<para>Using <application>LPD</application>'s built-in header
	  pages enforces a particular paradigm when it comes to
	  printer accounting: header pages must be <emphasis>free of
	    charge</emphasis>.</para>

	<para>Why?</para>

	<para>Because the output filter is the only external program
	  that will have control when the header page is printed that
	  could do accounting, and it is not provided with any
	  <emphasis>user or host</emphasis> information or an
	  accounting file, so it has no idea whom to charge for
	  printer use.  It is also not enough to just <quote>increase
	    the page count by one</quote> by modifying the text
	  filter or any of the conversion filters (which do have user
	  and host information) since users can suppress header pages
	  with <command>lpr -h</command>.  They could
	  still be charged for header pages they did not print.
	  Basically, <command>lpr -h</command> will
	  be the preferred option of environmentally-minded users,
	  but you cannot offer any incentive to use it.</para>

	<para>It is <emphasis>still not enough</emphasis> to have each
	  of the filters generate their own header pages (thereby
	  being able to charge for them).  If users wanted the option
	  of suppressing the header pages with <command>lpr
	    -h</command>, they will still get them
	  and be charged for them since <application>LPD</application>
	  does not pass any knowledge of the <option>-h</option>
	  option to any of the filters.</para>

	<para>So, what are your options?</para>

	<para>You can:</para>

	<itemizedlist>
	  <listitem>
	    <para>Accept <application>LPD</application>'s paradigm
	      and make header pages free.</para>
	  </listitem>

	  <listitem>
	    <para>Install an alternative to
	      <application>LPD</application>, such as
	      <application>LPRng</application>.  Section <link linkend="printing-lpd-alternatives">Alternatives to
	      the Standard Spooler</link> tells more about other
	      spooling software you can substitute for
	      <application>LPD</application>.</para>
	  </listitem>

	  <listitem>
	    <para>Write a <emphasis>smart</emphasis> output filter.
	      Normally, an output filter is not meant to do anything
	      more than initialize a printer or do some simple
	      character conversion.  It is suited for header pages
	      and plain text jobs (when there is no text (input)
	      filter).  But, if there is a text filter for the plain
	      text jobs, then <application>LPD</application> will
	      start the output filter only for the header pages.
	      And the output filter can parse the header page text
	      that <application>LPD</application> generates to
	      determine what user and host to charge for the header
	      page.  The only other problem with this method is that
	      the output filter still does not know what accounting
	      file to use (it is not passed the name of the file from
	      the <literal>af</literal> capability), but if you have
	      a well-known accounting file, you can hard-code that
	      into the output filter.  To facilitate the parsing step,
	      use the <literal>sh</literal> (short header) capability
	      in <filename>/etc/printcap</filename>.  Then again, all
	      that might be too much trouble, and users will certainly
	      appreciate the more generous system administrator who
	      makes header pages free.</para>
	  </listitem>
	</itemizedlist>
      </sect3>

      <sect3 xml:id="printing-advanced-header-pages-ps">
	<title>Header Pages on &postscript; Printers</title>

	<para>As described above, <application>LPD</application> can
	  generate a plain text header page suitable for many
	  printers.  Of course, &postscript; cannot directly print
	  plain text, so the header page feature of
	  <application>LPD</application> is useless&mdash;or mostly
	  so.</para>

	<para>One obvious way to get header pages is to have every
	  conversion filter and the text filter generate the header
	  page.  The filters should use the user and host arguments
	  to generate a suitable header page.  The drawback of this
	  method is that users will always get a header page, even
	  if they submit jobs with <command>lpr
	    -h</command>.</para>

	<para>Let us explore this method.  The following script takes
	  three arguments (user login name, host name, and job name)
	  and makes a simple &postscript; header page:</para>

	<programlisting>#!/bin/sh
#
#  make-ps-header - make a PostScript header page on stdout
#  Installed in /usr/local/libexec/make-ps-header
#

#
#  These are PostScript units (72 to the inch).  Modify for A4 or
#  whatever size paper you are using:
#
page_width=612
page_height=792
border=72

#
#  Check arguments
#
if [ $# -ne 3 ]; then
    echo "Usage: `basename $0` &lt;user&gt; &lt;host&gt; &lt;job&gt;" 1&gt;&amp;2
    exit 1
fi

#
#  Save these, mostly for readability in the PostScript, below.
#
user=$1
host=$2
job=$3
date=`date`

#
#  Send the PostScript code to stdout.
#
exec cat &lt;&lt;EOF
%!PS

%
%  Make sure we do not interfere with user's job that will follow
%
save

%
%  Make a thick, unpleasant border around the edge of the paper.
%
$border $border moveto
$page_width $border 2 mul sub 0 rlineto
0 $page_height $border 2 mul sub rlineto
currentscreen 3 -1 roll pop 100 3 1 roll setscreen
$border 2 mul $page_width sub 0 rlineto closepath
0.8 setgray 10 setlinewidth stroke 0 setgray

%
%  Display user's login name, nice and large and prominent
%
/Helvetica-Bold findfont 64 scalefont setfont
$page_width ($user) stringwidth pop sub 2 div $page_height 200 sub moveto
($user) show

%
%  Now show the boring particulars
%
/Helvetica findfont 14 scalefont setfont
/y 200 def
[ (Job:) (Host:) (Date:) ] {
200 y moveto show /y y 18 sub def }
forall

/Helvetica-Bold findfont 14 scalefont setfont
/y 200 def
[ ($job) ($host) ($date) ] {
        270 y moveto show /y y 18 sub def
} forall

%
% That is it
%
restore
showpage
EOF</programlisting>

	<para>Now, each of the conversion filters and the text filter
	  can call this script to first generate the header page, and
	  then print the user's job.  Here is the DVI conversion
	  filter from earlier in this document, modified to make a
	  header page:</para>

	<programlisting>#!/bin/sh
#
#  psdf - DVI to PostScript printer filter
#  Installed in /usr/local/libexec/psdf
#
#  Invoked by lpd when user runs lpr -d
#

orig_args="$@"

fail() {
    echo "$@" 1&gt;&amp;2
    exit 2
}

while getopts "x:y:n:h:" option; do
    case $option in
        x|y)  ;; # Ignore
        n)    login=$OPTARG ;;
        h)    host=$OPTARG ;;
        *)    echo "LPD started `basename $0` wrong." 1&gt;&amp;2
              exit 2
              ;;
    esac
done

[ "$login" ] || fail "No login name"
[ "$host" ] || fail "No host name"

( /usr/local/libexec/make-ps-header $login $host "DVI File"
  /usr/local/bin/dvips -f ) | eval /usr/local/libexec/lprps $orig_args</programlisting>

	<para>Notice how the filter has to parse the argument list in
	  order to determine the user and host name.  The parsing for
	  the other conversion filters is identical.  The text filter
	  takes a slightly different set of arguments, though (see
	  section <link linkend="printing-advanced-filters">How
	    Filters Work</link>).</para>

	<para>As we have mentioned before, the above scheme, though
	  fairly simple, disables the <quote>suppress header
	    page</quote> option (the <option>-h</option> option) to
	  <command>lpr</command>.  If users wanted to save a tree (or
	  a few pennies, if you charge for header pages), they would
	  not be able to do so, since every filter's going to print a
	  header page with every job.</para>

	<para>To allow users to shut off header pages on a per-job
	  basis, you will need to use the trick introduced in section
	  <link linkend="printing-advanced-header-pages-accounting">Accounting
	  for Header Pages</link>: write an output filter that parses
	  the LPD-generated header page and produces a &postscript;
	  version.  If the user submits the job with
	  <command>lpr -h</command>,
	  then <application>LPD</application> will not generate a
	  header page, and neither will your output filter.
	  Otherwise, your output filter will read the text from
	  <application>LPD</application> and send the appropriate
	  header page &postscript; code to the printer.</para>

	<para>If you have a &postscript; printer on a serial line, you
	  can make use of <command>lprps</command>, which comes with
	  an output filter, <command>psof</command>, which does the
	  above.  Note that <command>psof</command> does not charge
	  for header pages.</para>
      </sect3>
    </sect2>

    <sect2 xml:id="printing-advanced-network-printers">
      <title>Networked Printing</title>

      <indexterm>
	<primary>printers</primary>
	<secondary>network</secondary>
      </indexterm>
      <indexterm><primary>network printing</primary></indexterm>
      <para>&os; supports networked printing: sending jobs to remote
	printers.  Networked printing generally refers to two
	different things:</para>

      <itemizedlist>
	<listitem>
	  <para>Accessing a printer attached to a remote host.  You
	    install a printer that has a conventional serial or
	    parallel interface on one host.  Then, you set up
	    <application>LPD</application> to enable access to the
	    printer from other hosts on the network.  Section <link linkend="printing-advanced-network-rm">Printers
	      Installed on Remote Hosts</link> tells how to do
	    this.</para>
	</listitem>

	<listitem>
	  <para>Accessing a printer attached directly to a network.
	    The printer has a network interface in addition to (or in
	    place of) a more conventional serial or parallel
	    interface.  Such a printer might work as follows:</para>

	  <itemizedlist>
	    <listitem>
	      <para>It might understand the
		<application>LPD</application> protocol and can even
		queue jobs from remote hosts.  In this case, it acts
		just like a regular host running
		<application>LPD</application>. Follow the same
		procedure in section <link linkend="printing-advanced-network-rm">Printers
		  Installed on Remote Hosts</link> to set up such a
		printer.</para>
	    </listitem>

	    <listitem>
	      <para>It might support a data stream network connection.
		In this case, you <quote>attach</quote> the printer to
		one host on the network by making that host
		responsible for spooling jobs and sending them to the
		printer.  Section <link linkend="printing-advanced-network-net-if">Printers
		  with Networked Data Stream Interfaces</link> gives
		some suggestions on installing such printers.</para>
	    </listitem>
	  </itemizedlist>
	</listitem>
      </itemizedlist>

      <sect3 xml:id="printing-advanced-network-rm">
	<title>Printers Installed on Remote Hosts</title>

	<para>The <application>LPD</application> spooling system has
	  built-in support for sending jobs to other hosts also
	  running <application>LPD</application> (or are compatible
	  with <application>LPD</application>).  This feature enables
	  you to install a printer on one host and make it accessible
	  from other hosts.  It also works with printers that have
	  network interfaces that understand the
	  <application>LPD</application> protocol.</para>

	<para>To enable this kind of remote printing, first install a
	  printer on one host, the <emphasis>printer host</emphasis>,
	  using the simple printer setup described in the <link linkend="printing-simple">Simple Printer Setup</link>
	  section.  Do any advanced setup in <link linkend="printing-advanced">Advanced Printer Setup</link>
	  that you need.  Make sure to test the printer and see if it
	  works with the features of <application>LPD</application>
	  you have enabled.  Also ensure that the <emphasis>local
	    host</emphasis> has authorization to use the
	  <application>LPD</application> service in the
	  <emphasis>remote host</emphasis> (see <link linkend="printing-advanced-restricting-remote">Restricting
	    Jobs from Remote Hosts</link>).</para>

	<indexterm>
	  <primary>printers</primary>
	  <secondary>network</secondary>
	</indexterm>
	<indexterm><primary>network printing</primary></indexterm>
	<para>If you are using a printer with a network interface that
	  is compatible with <application>LPD</application>, then the
	  <emphasis>printer host</emphasis> in the discussion below is
	  the printer itself, and the <emphasis>printer
	    name</emphasis> is the name you configured for the
	  printer.  See the documentation that accompanied your
	  printer and/or printer-network interface.</para>

	<tip>
	  <para>If you are using a Hewlett Packard Laserjet then the
	    printer name <literal>text</literal> will automatically
	    perform the LF to CRLF conversion for you, so you will not
	    require the <filename>hpif</filename> script.</para>
	</tip>

	<para>Then, on the other hosts you want to have access to the
	  printer, make an entry in their
	  <filename>/etc/printcap</filename> files with the
	  following:</para>

	<orderedlist>
	  <listitem>
	    <para>Name the entry anything you want.  For simplicity,
	      though, you probably want to use the same name and
	      aliases as on the printer host.</para>
	  </listitem>

	  <listitem>
	    <para>Leave the <literal>lp</literal> capability blank,
	      explicitly (<literal>:lp=:</literal>).</para>
	  </listitem>

	  <listitem>
	    <para>Make a spooling directory and specify its location
	      in the <literal>sd</literal> capability.
	      <application>LPD</application> will store jobs here
	      before they get sent to the printer host.</para>
	  </listitem>

	  <listitem>
	    <para>Place the name of the printer host in the
	      <literal>rm</literal> capability.</para>
	  </listitem>

	  <listitem>
	    <para>Place the printer name on the <emphasis>printer
		host</emphasis> in the <literal>rp</literal>
	      capability.</para>
	  </listitem>
	</orderedlist>

	<para>That is it.  You do not need to list conversion filters,
	  page dimensions, or anything else in the
	  <filename>/etc/printcap</filename> file.</para>

	<para>Here is an example.  The host <systemitem>rose</systemitem> has
	  two printers, <literal>bamboo</literal> and
	  <literal>rattan</literal>.  We will enable users on the host
	  <systemitem>orchid</systemitem> to print to those printers.  Here is
	  the <filename>/etc/printcap</filename> file for
	  <systemitem>orchid</systemitem> (back from section <link linkend="printing-advanced-header-pages-enabling">Enabling
	    Header Pages</link>).  It already had the entry for the
	  printer <literal>teak</literal>; we have added entries for
	  the two printers on the host <systemitem>rose</systemitem>:</para>

	<programlisting>#
#  /etc/printcap for host orchid - added (remote) printers on rose
#

#
#  teak is local; it is connected directly to orchid:
#
teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
        :lp=<filename>/dev/lpt0</filename>:sd=<filename>/var/spool/lpd/teak</filename>:mx#0:\
        :if=<filename>/usr/local/libexec/ifhp</filename>:\
        :vf=<filename>/usr/local/libexec/vfhp</filename>:\
        :of=<filename>/usr/local/libexec/ofhp</filename>:

#
#  rattan is connected to rose; send jobs for rattan to rose:
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :lp=:rm=rose:rp=rattan:sd=<filename>/var/spool/lpd/rattan</filename>:

#
#  bamboo is connected to rose as well:
#
bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :lp=:rm=rose:rp=bamboo:sd=<filename>/var/spool/lpd/bamboo</filename>:</programlisting>

	<para>Then, we just need to make spooling directories on
	  <systemitem>orchid</systemitem>:</para>

	<screen>&prompt.root; <userinput>mkdir -p /var/spool/lpd/rattan /var/spool/lpd/bamboo</userinput>
&prompt.root; <userinput>chmod 770 /var/spool/lpd/rattan /var/spool/lpd/bamboo</userinput>
&prompt.root; <userinput>chown daemon:daemon /var/spool/lpd/rattan /var/spool/lpd/bamboo</userinput></screen>

	<para>Now, users on <systemitem>orchid</systemitem> can print to
	  <literal>rattan</literal> and <literal>bamboo</literal>.
	  If, for example, a user on <systemitem>orchid</systemitem>
	  typed:</para>

	<screen>&prompt.user; <userinput>lpr -P bamboo -d sushi-review.dvi</userinput></screen>

	<para>the <application>LPD</application> system on
	  <systemitem>orchid</systemitem> would copy the job to the spooling
	  directory <filename>/var/spool/lpd/bamboo</filename> and
	  note that it was a DVI job.  As soon as the host
	  <systemitem>rose</systemitem> has room in its
	  <literal>bamboo</literal> spooling directory, the two
	  <application>LPD</application>s would transfer the file to
	  <systemitem>rose</systemitem>.  The file would wait in
	  <systemitem>rose</systemitem>'s queue until it was finally printed.
	  It would be converted from DVI to &postscript; (since
	  <literal>bamboo</literal> is a &postscript; printer) on
	  <systemitem>rose</systemitem>.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-network-net-if">
	<title>Printers with Networked Data Stream Interfaces</title>

	<para>Often, when you buy a network interface card for a
	  printer, you can get two versions: one which emulates a
	  spooler (the more expensive version), or one which just lets
	  you send data to it as if
	  you were using a serial or parallel port (the cheaper
	  version).  This section tells how to use the cheaper
	  version.  For the more expensive one, see the previous
	  section <link linkend="printing-advanced-network-rm">Printers Installed
	    on Remote Hosts</link>.</para>

	<para>The format of the <filename>/etc/printcap</filename>
	  file lets you specify what serial or parallel interface to
	  use, and (if you are using a serial interface), what baud
	  rate, whether to use flow control, delays for tabs,
	  conversion of newlines, and more.  But there is no way to
	  specify a connection to a printer that is listening on a
	  TCP/IP or other network port.</para>

	<para>To send data to a networked printer, you need to develop
	  a communications program that can be called by the text and
	  conversion filters.  Here is one such example: the script
	  <command>netprint</command> takes all data on standard input
	  and sends it to a network-attached printer.  We specify the
	  hostname of the printer as the first argument and the port
	  number to which to connect as the second argument to
	  <command>netprint</command>.  Note that this supports
	  one-way communication only (&os; to printer); many network
	  printers support two-way communication, and you might want
	  to take advantage of that (to get printer status, perform
	  accounting, etc.).</para>

	<programlisting>#!/usr/bin/perl
#
#  netprint - Text filter for printer attached to network
#  Installed in /usr/local/libexec/netprint
#
$#ARGV eq 1 || die "Usage: $0 &lt;printer-hostname&gt; &lt;port-number&gt;";

$printer_host = $ARGV[0];
$printer_port = $ARGV[1];

require 'sys/socket.ph';

($ignore, $ignore, $protocol) = getprotobyname('tcp');
($ignore, $ignore, $ignore, $ignore, $address)
    = gethostbyname($printer_host);

$sockaddr = pack('S n a4 x8', &amp;AF_INET, $printer_port, $address);

socket(PRINTER, &amp;PF_INET, &amp;SOCK_STREAM, $protocol)
    || die "Can't create TCP/IP stream socket: $!";
connect(PRINTER, $sockaddr) || die "Can't contact $printer_host: $!";
while (&lt;STDIN&gt;) { print PRINTER; }
exit 0;</programlisting>

	<para>We can then use this script in various filters.  Suppose
	  we had a Diablo 750-N line printer connected to the network.
	  The printer accepts data to print on port number 5100.  The
	  host name of the printer is <systemitem>scrivener</systemitem>.
	  Here is the text filter for the printer:</para>

	<programlisting>#!/bin/sh
#
#  diablo-if-net - Text filter for Diablo printer `scrivener' listening
#  on port 5100.   Installed in /usr/local/libexec/diablo-if-net
#
exec /usr/libexec/lpr/lpf "$@" | /usr/local/libexec/netprint scrivener 5100</programlisting>
      </sect3>
    </sect2>

    <sect2 xml:id="printing-advanced-restricting">
      <title>Restricting Printer Usage</title>

      <indexterm>
	<primary>printers</primary>
	<secondary>restricting access to</secondary>
      </indexterm>
      <para>This section gives information on restricting printer
	usage.  The <application>LPD</application> system lets you
	control who can access a printer, both locally or remotely,
	whether they can print multiple copies, how large their jobs
	can be, and how large the printer queues can get.</para>

      <sect3 xml:id="printing-advanced-restricting-copies">
	<title>Restricting Multiple Copies</title>

	<para>The <application>LPD</application> system makes it easy
	  for users to print multiple copies of a file.  Users can
	  print jobs with <command>lpr -#5</command>
	  (for example) and get five copies of each file in the job.
	  Whether this is a good thing is up to you.</para>

	<para>If you feel multiple copies cause unnecessary wear and
	  tear on your printers, you can disable the
	  <option>-#</option> option to &man.lpr.1; by adding the
	  <literal>sc</literal> capability to the
	  <filename>/etc/printcap</filename> file.  When users submit
	  jobs with the <option>-#</option> option, they will
	  see:</para>

	<screen>lpr: multiple copies are not allowed</screen>

	<para>Note that if you have set up access to a printer
	  remotely (see section <link linkend="printing-advanced-network-rm">Printers
	    Installed on Remote Hosts</link>), you need the
	  <literal>sc</literal> capability on the remote
	  <filename>/etc/printcap</filename> files as well, or else
	  users will still be able to submit multiple-copy jobs by
	  using another host.</para>

	<para>Here is an example.  This is the
	  <filename>/etc/printcap</filename> file for the host
	  <systemitem>rose</systemitem>.  The printer
	  <literal>rattan</literal> is quite hearty, so we will allow
	  multiple copies, but the laser
	  printer <literal>bamboo</literal> is a bit more delicate, so
	  we will disable multiple copies by adding the
	  <literal>sc</literal> capability:</para>

	<programlisting>#
#  /etc/printcap for host rose - restrict multiple copies on bamboo
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:sd=<filename>/var/spool/lpd/rattan</filename>:\
        :lp=<filename>/dev/lpt0</filename>:\
        :if=<filename>/usr/local/libexec/if-simple</filename>:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:sc:\
        :lp=<filename>/dev/ttyu5</filename>:ms#-parenb cs8 clocal crtscts:rw:\
        :if=<filename>/usr/local/libexec/psif</filename>:\
        :df=<filename>/usr/local/libexec/psdf</filename>:</programlisting>

	<para>Now, we also need to add the <literal>sc</literal>
	  capability on the host <systemitem>orchid</systemitem>'s
	  <filename>/etc/printcap</filename> (and while we are at it,
	  let us disable multiple copies for the printer
	  <literal>teak</literal>):</para>

	<programlisting>#
#  /etc/printcap for host orchid - no multiple copies for local
#  printer teak or remote printer bamboo
teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
        :lp=<filename>/dev/lpt0</filename>:sd=<filename>/var/spool/lpd/teak</filename>:mx#0:sc:\
        :if=<filename>/usr/local/libexec/ifhp</filename>:\
        :vf=<filename>/usr/local/libexec/vfhp</filename>:\
        :of=<filename>/usr/local/libexec/ofhp</filename>:

rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :lp=:rm=rose:rp=rattan:sd=<filename>/var/spool/lpd/rattan</filename>:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :lp=:rm=rose:rp=bamboo:sd=<filename>/var/spool/lpd/bamboo</filename>:sc:</programlisting>

	<para>By using the <literal>sc</literal> capability, we
	  prevent the use of <command>lpr
	  -#</command>, but that still
	  does not prevent users from running &man.lpr.1; multiple
	  times, or from submitting the same file multiple times in
	  one job like this:</para>

	<screen>&prompt.user; <userinput>lpr forsale.sign forsale.sign forsale.sign forsale.sign forsale.sign</userinput></screen>

	<para>There are many ways to prevent this abuse (including
	  ignoring it) which you are free to explore.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-restricting-access">
	<title>Restricting Access to Printers</title>

	<para>You can control who can print to what printers by using
	  the &unix; group mechanism and the <literal>rg</literal>
	  capability in <filename>/etc/printcap</filename>.  Just
	  place the users you want to have access to a printer in a
	  certain group, and then name that group in the
	  <literal>rg</literal> capability.</para>

	<para>If users outside the group (including
	  <systemitem class="username">root</systemitem>) try to print to the controlled
	  printer then they will be greeted with the following
	  message:</para>

	<screen>lpr: Not a member of the restricted group</screen>

	<para>As with the <literal>sc</literal> (suppress multiple
	  copies) capability, you need to specify
	  <literal>rg</literal> on remote hosts that also have access
	  to your printers, if you feel it is appropriate (see section
	  <link linkend="printing-advanced-network-rm">Printers
	    Installed on Remote Hosts</link>).</para>

	<para>For example, we will let anyone access the printer
	  <literal>rattan</literal>, but only those in group
	  <systemitem class="groupname">artists</systemitem> can use
	  <literal>bamboo</literal>.  Here is the familiar
	  <filename>/etc/printcap</filename> for host
	  <systemitem>rose</systemitem>:</para>

	<programlisting>#
#  /etc/printcap for host rose - restricted group for bamboo
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:sd=<filename>/var/spool/lpd/rattan</filename>:\
        :lp=<filename>/dev/lpt0</filename>:\
        :if=<filename>/usr/local/libexec/if-simple</filename>:

bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:sc:rg=artists:\
        :lp=<filename>/dev/ttyu5</filename>:ms#-parenb cs8 clocal crtscts:rw:\
        :if=<filename>/usr/local/libexec/psif</filename>:\
        :df=<filename>/usr/local/libexec/psdf</filename>:</programlisting>

	<para>Let us leave the other example
	  <filename>/etc/printcap</filename> file (for the host
	  <systemitem>orchid</systemitem>) alone.  Of course, anyone on
	  <systemitem>orchid</systemitem> can print to
	  <literal>bamboo</literal>.  It
	  might be the case that we only allow certain logins on
	  <systemitem>orchid</systemitem> anyway, and want them to have access
	  to the printer.  Or not.</para>

	<note>
	  <para>There can be only one restricted group per
	    printer.</para>
	</note>
      </sect3>

      <sect3 xml:id="printing-advanced-restricting-sizes">
	<title>Controlling Sizes of Jobs Submitted</title>

	<indexterm><primary>print jobs</primary></indexterm>
	<para>If you have many users accessing the printers, you
	  probably need to put an upper limit on the sizes of the
	  files users can submit to print.  After all, there is only
	  so much free space on the filesystem that houses the
	  spooling directories, and you also need to make sure there
	  is room for the jobs of other users.</para>

	<indexterm>
	  <primary>print jobs</primary>
	  <secondary>controlling</secondary>
	</indexterm>
	<para><application>LPD</application> enables you to limit the
	  maximum byte size a file in a job can be with the
	  <literal>mx</literal> capability.  The units are in
	  <literal>BUFSIZ</literal> blocks, which are 1024 bytes.  If
	  you put a zero for this capability, there will be no limit
	  on file size; however, if no <literal>mx</literal>
	  capability is specified, then a default limit of 1000 blocks
	  will be used.</para>

	<note>
	  <para>The limit applies to <emphasis>files</emphasis> in a
	    job, and <emphasis>not</emphasis> the total job
	    size.</para>
	</note>

	<para><application>LPD</application> will not refuse a file
	  that is larger than the limit you place on a printer.
	  Instead, it will queue as much of the file up to the limit,
	  which will then get printed.  The rest will be discarded.
	  Whether this is correct behavior is up for debate.</para>

	<para>Let us add limits to our example printers
	  <literal>rattan</literal> and <literal>bamboo</literal>.
	  Since those <systemitem class="groupname">artists</systemitem>' &postscript;
	  files tend to be large, we will limit them to five
	  megabytes.  We will put no limit on the plain text line
	  printer:</para>

	<programlisting>#
#  /etc/printcap for host rose
#

#
#  No limit on job size:
#
rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:mx#0:sd=<filename>/var/spool/lpd/rattan</filename>:\
        :lp=<filename>/dev/lpt0</filename>:\
        :if=<filename>/usr/local/libexec/if-simple</filename>:

#
#  Limit of five megabytes:
#
bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:sc:rg=artists:mx#5000:\
        :lp=<filename>/dev/ttyu5</filename>:ms#-parenb cs8 clocal crtscts:rw:\
        :if=<filename>/usr/local/libexec/psif</filename>:\
        :df=<filename>/usr/local/libexec/psdf</filename>:</programlisting>

	<para>Again, the limits apply to the local users only.  If you
	  have set up access to your printers remotely, remote users
	  will not get those limits.  You will need to specify the
	  <literal>mx</literal> capability in the remote
	  <filename>/etc/printcap</filename> files as well.  See
	  section <link linkend="printing-advanced-network-rm">Printers Installed
	    on Remote Hosts</link> for more information on remote
	  printing.</para>

	<para>There is another specialized way to limit job sizes from
	  remote printers; see section <link linkend="printing-advanced-restricting-remote">Restricting
	    Jobs from Remote Hosts</link>.</para>
      </sect3>

      <sect3 xml:id="printing-advanced-restricting-remote">
	<title>Restricting Jobs from Remote Hosts</title>

	<para>The <application>LPD</application> spooling system
	  provides several ways to restrict print jobs submitted from
	  remote hosts:</para>

	<variablelist>
	  <varlistentry>
	    <term>Host restrictions</term>

	    <listitem>
	      <para>You can control from which remote hosts a local
		<application>LPD</application> accepts requests with
		the files <filename>/etc/hosts.equiv</filename> and
		<filename>/etc/hosts.lpd</filename>.
		<application>LPD</application> checks to see if an
		incoming request is from a host listed in either one
		of these files.  If not,
		<application>LPD</application> refuses the
		request.</para>

	      <para>The format of these files is simple: one host name
		per line.  Note that the file
		<filename>/etc/hosts.equiv</filename> is also used by
		the &man.ruserok.3; protocol, and affects programs
		like &man.rsh.1; and &man.rcp.1;, so be
		careful.</para>

	      <para>For example, here is the
		<filename>/etc/hosts.lpd</filename> file on the host
		<systemitem>rose</systemitem>:</para>

	      <programlisting>orchid
violet
madrigal.fishbaum.de</programlisting>

	      <para>This means <systemitem>rose</systemitem> will accept
		requests from the hosts <systemitem>orchid</systemitem>,
		<systemitem>violet</systemitem>, and <systemitem class="fqdomainname">madrigal.fishbaum.de</systemitem>. If any
		other host tries to access <systemitem>rose</systemitem>'s
		<application>LPD</application>, the job will be
		refused.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>Size restrictions</term>

	    <listitem>
	      <para>You can control how much free space there needs to
		remain on the filesystem where a spooling directory
		resides.  Make a file called
		<filename>minfree</filename> in the spooling
		directory for the local printer.  Insert in that file
		a number representing how many disk blocks (512 bytes)
		of free space there has to be for a remote job to be
		accepted.</para>

	      <para>This lets you insure that remote users will not
		fill your filesystem.  You can also use it to give a
		certain priority to local users: they will be able to
		queue jobs long after the free disk space has fallen
		below the amount specified in the
		<filename>minfree</filename> file.</para>

	      <para>For example, let us add a
		<filename>minfree</filename> file for the printer
		<literal>bamboo</literal>.  We examine
		<filename>/etc/printcap</filename> to find the
		spooling directory for this printer; here is
		<literal>bamboo</literal>'s entry:</para>

	      <programlisting>bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
        :sh:sd=<filename>/var/spool/lpd/bamboo</filename>:sc:rg=artists:mx#5000:\
        :lp=<filename>/dev/ttyu5</filename>:ms#-parenb cs8 clocal crtscts:rw:mx#5000:\
        :if=<filename>/usr/local/libexec/psif</filename>:\
        :df=<filename>/usr/local/libexec/psdf</filename>:</programlisting>

	      <para>The spooling directory is given in the
		<literal>sd</literal> capability.  We will make three
		megabytes (which is 6144 disk blocks) the amount of
		free disk space that must exist on the filesystem for
		<application>LPD</application> to accept remote
		jobs:</para>

	      <screen>&prompt.root; <userinput>echo 6144 &gt; /var/spool/lpd/bamboo/minfree</userinput></screen>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>User restrictions</term>

	    <listitem>
	      <para>You can control which remote users can print to
		local printers by specifying the <literal>rs</literal>
		capability in <filename>/etc/printcap</filename>.
		When <literal>rs</literal> appears in the entry for a
		locally-attached printer,
		<application>LPD</application> will accept jobs from
		remote hosts <emphasis>if</emphasis> the user
		submitting the job also has an account of the same
		login name on the local host.  Otherwise,
		<application>LPD</application> refuses the job.</para>

	      <para>This capability is particularly useful in an
		environment where there are (for example) different
		departments sharing a network, and some users
		transcend departmental boundaries.  By giving them
		accounts on your systems, they can use your printers
		from their own departmental systems.  If you would
		rather allow them to use <emphasis>only</emphasis>
		your printers and not your computer resources, you can
		give them <quote>token</quote> accounts, with no home
		directory and a useless shell like
		<filename>/usr/bin/false</filename>.</para>
	    </listitem>
	  </varlistentry>
	</variablelist>
      </sect3>
    </sect2>

    <sect2 xml:id="printing-advanced-acct">
      <title>Accounting for Printer Usage</title>

      <indexterm>
	<primary>accounting</primary>
	<secondary>printer</secondary>
      </indexterm>
      <para>So, you need to charge for printouts.  And why not? Paper
	and ink cost money.  And then there are maintenance
	costs&mdash;printers are loaded with moving parts and tend to
	break down.  You have examined your printers, usage patterns,
	and maintenance fees and have come up with a per-page (or
	per-foot, per-meter, or per-whatever) cost.  Now, how do you
	actually start accounting for printouts?</para>

      <para>Well, the bad news is the <application>LPD</application>
	spooling system does not provide much help in this department.
	Accounting is highly dependent on the kind of printer in use,
	the formats being printed, and <emphasis>your</emphasis>
	equirements in charging for printer usage.</para>

      <para>To implement accounting, you have to modify a printer's
	text filter (to charge for plain text jobs) and the conversion
	filters (to charge for other file formats), to count pages or
	query the printer for pages printed.  You cannot get away with
	using the simple output filter, since it cannot do accounting.
	See section <link linkend="printing-advanced-filter-intro">Filters</link>.</para>

      <para>Generally, there are two ways to do accounting:</para>

      <itemizedlist>
	<listitem>
	  <para><emphasis>Periodic accounting</emphasis> is the more
	    common way, possibly because it is easier.  Whenever
	    someone prints a job, the filter logs the user, host, and
	    number of pages to an accounting file.  Every month,
	    semester, year, or whatever time period you prefer, you
	    collect the accounting files for the various printers,
	    tally up the pages printed by users, and charge for usage.
	    Then you truncate all the logging files, starting with
	    a clean slate for the next period.</para>
	</listitem>

	<listitem>
	  <para><emphasis>Timely accounting</emphasis> is less common,
	    probably because it is more difficult.  This method has
	    the filters charge users for printouts as soon as they use
	    the printers.  Like disk quotas, the accounting is
	    immediate.  You can prevent users from printing when their
	    account goes in the red, and might provide a way for users
	    to check and adjust their <quote>print quotas</quote>.
	    But this method requires some database code to track users
	    and their quotas.</para>
	</listitem>
      </itemizedlist>

      <para>The <application>LPD</application> spooling system
	supports both methods easily: since you have to provide the
	filters (well, most of the time), you also have to provide the
	accounting code.  But there is a bright side: you have
	enormous flexibility in your accounting methods.  For example,
	you choose whether to use periodic or timely accounting.  You
	choose what information to log: user names, host names, job
	types, pages printed, square footage of paper used, how long
	the job took to print, and so forth.  And you do so by
	modifying the filters to save this information.</para>

      <sect3>
	<title>Quick and Dirty Printer Accounting</title>

	<para>&os; comes with two programs that can get you set up
	  with simple periodic accounting right away.  They are the
	  text filter <command>lpf</command>, described in section
	  <link linkend="printing-advanced-lpf">lpf: a Text
	    Filter</link>, and &man.pac.8;, a program to gather and
	  total entries from printer accounting files.</para>

	<para>As mentioned in the section on filters (<link linkend="printing-advanced-filters">Filters</link>),
	  <application>LPD</application> starts the text and the
	  conversion filters with the name of the accounting file to
	  use on the filter command line.  The filters can use this
	  argument to know where to write an accounting file entry.
	  The name of this file comes from the <literal>af</literal>
	  capability in <filename>/etc/printcap</filename>, and if not
	  specified as an absolute path, is relative to the spooling
	  directory.</para>

	<para><application>LPD</application> starts
	  <command>lpf</command> with page width and length arguments
	  (from the <literal>pw</literal> and <literal>pl</literal>
	  capabilities).  The <command>lpf</command> filter uses these
	  arguments to determine how much paper will be used.  After
	  sending the file to the printer, it then writes an
	  accounting entry in the accounting file.  The entries look
	  like this:</para>

	<programlisting>2.00 rose:andy
3.00 rose:kelly
3.00 orchid:mary
5.00 orchid:mary
2.00 orchid:zhang</programlisting>

	<para>You should use a separate accounting file for each
	  printer, as <command>lpf</command> has no file locking logic
	  built into it, and two <command>lpf</command>s might corrupt
	  each other's entries if they were to write to the same file
	  at the same time.  An easy way to insure a separate
	  accounting file for each printer is to use
	  <literal>af=acct</literal> in
	  <filename>/etc/printcap</filename>.  Then, each accounting
	  file will be in the spooling directory for a printer, in a
	  file named <filename>acct</filename>.</para>

	<para>When you are ready to charge users for printouts, run
	  the &man.pac.8; program.  Just change to the spooling
	  directory for the printer you want to collect on and type
	  <command>pac</command>.  You will get a dollar-centric
	  summary like the following:</para>

	<screen>  Login               pages/feet   runs    price
orchid:kelly                5.00    1   $  0.10
orchid:mary                31.00    3   $  0.62
orchid:zhang                9.00    1   $  0.18
rose:andy                   2.00    1   $  0.04
rose:kelly                177.00  104   $  3.54
rose:mary                  87.00   32   $  1.74
rose:root                  26.00   12   $  0.52

total                     337.00  154   $  6.74</screen>

	<para>These are the arguments &man.pac.8; expects:</para>

	<variablelist>
	  <varlistentry>
	    <term><option>-P<replaceable>printer</replaceable></option></term>

	    <listitem>
	      <para>Which <replaceable>printer</replaceable> to
		summarize.  This option works only if there is an
		absolute path in the <literal>af</literal> capability
		in <filename>/etc/printcap</filename>.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-c</option></term>

	    <listitem>
	      <para>Sort the output by cost instead of alphabetically
		by user name.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-m</option></term>

	    <listitem>
	      <para>Ignore host name in the accounting files.  With
		this option, user <systemitem class="username">smith</systemitem> on host
		<systemitem>alpha</systemitem> is the same user
		<systemitem class="username">smith</systemitem> on host
		<systemitem>gamma</systemitem>.  Without, they are different
		users.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-p<replaceable>price</replaceable></option></term>

	    <listitem>
	      <para>Compute charges with
		<replaceable>price</replaceable> dollars per page or
		per foot instead of the price from the
		<literal>pc</literal> capability in
		<filename>/etc/printcap</filename>, or two cents (the
		default).  You can specify
		<replaceable>price</replaceable> as a floating point
		number.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-r</option></term>

	    <listitem>
	      <para>Reverse the sort order.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-s</option></term>

	    <listitem>
	      <para>Make an accounting summary file and truncate the
		accounting file.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><replaceable>name</replaceable>
	      <replaceable>&hellip;</replaceable></term>

	    <listitem>
	      <para>Print accounting information for the given user
		<replaceable>names</replaceable> only.</para>
	    </listitem>
	  </varlistentry>
	</variablelist>

	<para>In the default summary that &man.pac.8; produces, you
	  see the number of pages printed by each user from various
	  hosts.  If, at your site, host does not matter (because
	  users can use any host), run <command>pac
	    -m</command>, to produce the following
	  summary:</para>

	<screen>  Login               pages/feet   runs    price
andy                        2.00    1   $  0.04
kelly                     182.00  105   $  3.64
mary                      118.00   35   $  2.36
root                       26.00   12   $  0.52
zhang                       9.00    1   $  0.18

total                     337.00  154   $  6.74</screen>


	<para>To compute the dollar amount due,
	  &man.pac.8; uses the <literal>pc</literal> capability in the
	  <filename>/etc/printcap</filename> file (default of 200, or
	  2 cents per page).  Specify, in hundredths of cents, the
	  price per page or per foot you want to charge for printouts
	  in this capability.  You can override this value when you
	  run &man.pac.8; with the <option>-p</option> option.  The
	  units for the <option>-p</option> option are in dollars,
	  though, not hundredths of cents.  For example,</para>

	<screen>&prompt.root; <userinput>pac -p1.50</userinput></screen>

	<para>makes each page cost one dollar and fifty cents.  You
	  can really rake in the profits by using this option.</para>

	<para>Finally, running <command>pac
	    -s</command> will
	  save the summary information in a summary accounting file,
	  which is named the same as the printer's accounting file,
	  but with <literal>_sum</literal> appended to the name.  It
	  then truncates the accounting file.  When you run
	  &man.pac.8; again, it rereads the summary file to get
	  starting totals, then adds information from the regular
	  accounting file.</para>
      </sect3>

      <sect3>
	<title>How Can You Count Pages Printed?</title>

	<para>In order to perform even remotely accurate accounting,
	  you need to be able to determine how much paper a job uses.
	  This is the essential problem of printer accounting.</para>

	<para>For plain text jobs, the problem is not that hard to
	  solve: you count how many lines are in a job and compare it
	  to how many lines per page your printer supports.  Do not
	  forget to take into account backspaces in the file which
	  overprint lines, or long logical lines that wrap onto one or
	  more additional physical lines.</para>

	<para>The text filter <command>lpf</command> (introduced in
	  <link linkend="printing-advanced-lpf">lpf: a Text
	    Filter</link>) takes into account these things when it
	  does accounting.  If you are writing a text filter which
	  needs to do accounting, you might want to examine
	  <command>lpf</command>'s source code.</para>

	<para>How do you handle other file formats, though?</para>

	<para>Well, for DVI-to-LaserJet or DVI-to-&postscript;
	  conversion, you can have your filter parse the diagnostic
	  output of <command>dvilj</command> or
	  <command>dvips</command> and look to see how many pages were
	  converted.  You might be able to do similar things with
	  other file formats and conversion programs.</para>

	<para>But these methods suffer from the fact that the printer
	  may not actually print all those pages.  For example, it
	  could jam, run out of toner, or explode&mdash;and the user
	  would still get charged.</para>

	<para>So, what can you do?</para>

	<para>There is only one <emphasis>sure</emphasis> way to do
	  <emphasis>accurate</emphasis> accounting.  Get a printer
	  that can tell you how much paper it uses, and attach it via
	  a serial line or a network connection.  Nearly all
	  &postscript; printers support this notion.  Other makes and
	  models do as well (networked Imagen laser printers, for
	  example).  Modify the filters for these printers to get the
	  page usage after they print each job and have them log
	  accounting information based on that value
	  <emphasis>only</emphasis>.  There is no line counting nor
	  error-prone file examination required.</para>

	<para>Of course, you can always be generous and make all
	  printouts free.</para>
      </sect3>
    </sect2>
  </sect1>

  <sect1 xml:id="printing-using">
    <title>Using Printers</title>

    <indexterm>
      <primary>printers</primary>
      <secondary>usage</secondary>
    </indexterm>
    <para>This section tells you how to use printers you have set up
      with &os;.  Here is an overview of the user-level
      commands:</para>

    <variablelist>
      <varlistentry>
	<term>&man.lpr.1;</term>

	<listitem>
	  <para>Print jobs</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>&man.lpq.1;</term>

	<listitem>
	  <para>Check printer queues</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>&man.lprm.1;</term>

	<listitem>
	  <para>Remove jobs from a printer's queue</para>
	</listitem>
      </varlistentry>
    </variablelist>

    <para>There is also an administrative command, &man.lpc.8;,
      described in the section <link linkend="printing-lpc">Administering Printers</link>, used to
      control printers and their queues.</para>

    <para>All three of the commands &man.lpr.1;, &man.lprm.1;, and
      &man.lpq.1; accept an option <option>-P
	<replaceable>printer-name</replaceable></option> to specify
      on which printer/queue to operate, as listed in the
      <filename>/etc/printcap</filename> file.  This enables you to
      submit, remove, and check on jobs for various printers.  If you
      do not use the <option>-P</option> option, then these commands
      use the printer specified in the <envar>PRINTER</envar>
      environment variable.  Finally, if you do not have a
      <envar>PRINTER</envar> environment variable, these commands
      default to the printer named <literal>lp</literal>.</para>

    <para>Hereafter, the terminology <emphasis>default
	printer</emphasis> means the printer named in the
      <envar>PRINTER</envar> environment variable, or the printer
      named <literal>lp</literal> when there is no
      <envar>PRINTER</envar> environment variable.</para>

    <sect2 xml:id="printing-lpr">
      <title>Printing Jobs</title>

      <para>To print files, type:</para>

      <screen>&prompt.user; <userinput>lpr filename ...</userinput></screen>

      <indexterm><primary>printing</primary></indexterm>
      <para>This prints each of the listed files to the default
	printer.  If you list no files, &man.lpr.1; reads data to
	print from standard input.  For example, this command prints
	some important system files:</para>

      <screen>&prompt.user; <userinput>lpr /etc/host.conf /etc/hosts.equiv</userinput></screen>

      <para>To select a specific printer, type:</para>

      <screen>&prompt.user; <userinput>lpr -P printer-name filename ...</userinput></screen>

      <para>This example prints a long listing of the current
	directory to the printer named
	<literal>rattan</literal>:</para>

      <screen>&prompt.user; <userinput>ls -l | lpr -P rattan</userinput></screen>

      <para>Because no files were listed for the &man.lpr.1; command,
	<command>lpr</command> read the data to print from standard
	input, which was the output of the <command>ls
	  -l</command> command.</para>

      <para>The &man.lpr.1; command can also accept a wide variety of
	options to control formatting, apply file conversions,
	generate multiple copies, and so forth.  For more information,
	see the section <link linkend="printing-lpr-options">Printing
	  Options</link>.</para>
    </sect2>

    <sect2 xml:id="printing-lpq">
      <title>Checking Jobs</title>

      <indexterm><primary>print jobs</primary></indexterm>
      <para>When you print with &man.lpr.1;, the data you wish to
	print is put together in a package called a <quote>print
	job</quote>, which is sent to the
	<application>LPD</application> spooling system.  Each printer
	has a queue of jobs, and your job waits in that queue along
	with other jobs from yourself and from other users.  The
	printer prints those jobs in a first-come, first-served
	order.</para>

      <para>To display the queue for the default printer, type
	&man.lpq.1;.  For a specific printer, use the
	<option>-P</option> option.  For example, the command

	<screen>&prompt.user; <userinput>lpq -P bamboo</userinput></screen>

	shows the queue for the printer named
	<literal>bamboo</literal>.  Here is an example of the output
	of the <command>lpq</command> command:</para>

      <screen>bamboo is ready and printing
Rank   Owner    Job  Files                              Total Size
active kelly    9    /etc/host.conf, /etc/hosts.equiv   88 bytes
2nd    kelly    10   (standard input)                   1635 bytes
3rd    mary     11   ...                                78519 bytes</screen>

      <para>This shows three jobs in the queue for
	<literal>bamboo</literal>.  The first job, submitted by user
	kelly, got assigned <quote>job number</quote> 9.  Every job
	for a printer gets a unique job number.  Most of the time you
	can ignore the job number, but you will need it if you want to
	cancel the job; see section <link linkend="printing-lprm">Removing Jobs</link> for
	details.</para>

      <para>Job number nine consists of two files; multiple files
	given on the &man.lpr.1; command line are treated as part of a
	single job.  It is the currently active job (note the word
	<literal>active</literal> under the <quote>Rank</quote>
	column), which means the printer should be currently printing
	that job.  The second job consists of data passed as the
	standard input to the &man.lpr.1; command.  The third job came
	from user <systemitem class="username">mary</systemitem>; it is a much larger job.
	The pathname of the file she is trying to print is too long to
	fit, so the &man.lpq.1; command just shows three dots.</para>

      <para>The very first line of the output from &man.lpq.1; is also
	useful: it tells what the printer is currently doing (or at
	least what <application>LPD</application> thinks the printer
	is doing).</para>

      <para>The &man.lpq.1; command also support a <option>-l</option>
	option to generate a detailed long listing.  Here is an
	example of <command>lpq -l</command>:</para>

      <screen>waiting for bamboo to become ready (offline ?)
kelly: 1st				 [job 009rose]
       /etc/host.conf                    73 bytes
       /etc/hosts.equiv                  15 bytes

kelly: 2nd				 [job 010rose]
       (standard input)                  1635 bytes

mary: 3rd                                [job 011rose]
      /home/orchid/mary/research/venus/alpha-regio/mapping 78519 bytes</screen>
    </sect2>

    <sect2 xml:id="printing-lprm">
      <title>Removing Jobs</title>

      <para>If you change your mind about printing a job, you can
	remove the job from the queue with the &man.lprm.1; command.
	Often, you can even use &man.lprm.1; to remove an active job,
	but some or all of the job might still get printed.</para>

      <para>To remove a job from the default printer, first use
	&man.lpq.1; to find the job number.  Then type:</para>

      <screen>&prompt.user; <userinput>lprm job-number</userinput></screen>

      <para>To remove the job from a specific printer, add the
	<option>-P</option> option.  The following command removes job
	number 10 from the queue for the printer
	<literal>bamboo</literal>:</para>

      <screen>&prompt.user; <userinput>lprm -P bamboo 10</userinput></screen>

      <para>The &man.lprm.1; command has a few shortcuts:</para>

      <variablelist>
	<varlistentry>
	  <term>lprm -</term>

	  <listitem>
	    <para>Removes all jobs (for the default printer) belonging
	      to you.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term>lprm <replaceable>user</replaceable></term>

	  <listitem>
	    <para>Removes all jobs (for the default printer) belonging
	      to <replaceable>user</replaceable>.  The superuser can
	      remove other users' jobs; you can remove only your own
	      jobs.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term>lprm</term>

	  <listitem>
	    <para>With no job number, user name, or <option>-</option>
	      appearing on the command line, &man.lprm.1; removes the
	      currently active job on the default printer, if it
	      belongs to you.  The superuser can remove any active
	      job.</para>
	  </listitem>
	</varlistentry>
      </variablelist>

      <para>Just use the <option>-P</option> option with the above
	shortcuts to operate on a specific printer instead of the
	default.  For example, the following command removes all jobs
	for the current user in the queue for the printer named
	<literal>rattan</literal>:</para>

      <screen>&prompt.user; <userinput>lprm -P rattan -</userinput></screen>

      <note>
	<para>If you are working in a networked environment,
	  &man.lprm.1; will let you remove jobs only from the host
	  from which the jobs were submitted, even if the same printer
	  is available from other hosts.  The following command
	  sequence demonstrates this:</para>

	<screen>&prompt.user; <userinput>lpr -P rattan myfile</userinput>
&prompt.user; <userinput>rlogin orchid</userinput>
&prompt.user; <userinput>lpq -P rattan</userinput>
Rank   Owner	  Job  Files                          Total Size
active seeyan	  12	...                           49123 bytes
2nd    kelly      13   myfile                         12 bytes
&prompt.user; <userinput>lprm -P rattan 13</userinput>
rose: Permission denied
&prompt.user; <userinput>logout</userinput>
&prompt.user; <userinput>lprm -P rattan 13</userinput>
dfA013rose dequeued
cfA013rose dequeued</screen>
      </note>
    </sect2>

    <sect2 xml:id="printing-lpr-options">
      <title>Beyond Plain Text: Printing Options</title>

      <para>The &man.lpr.1; command supports a number of options that
	control formatting text, converting graphic and other file
	formats, producing multiple copies, handling of the job, and
	more.  This section describes the options.</para>

      <sect3 xml:id="printing-lpr-options-format">
	<title>Formatting and Conversion Options</title>

	<para>The following &man.lpr.1; options control formatting of
	  the files in the job.  Use these options if the job does not
	  contain plain text or if you want plain text formatted
	  through the &man.pr.1; utility.</para>

	<indexterm><primary>&tex;</primary></indexterm>
	<para>For example, the following command prints a DVI file
	  (from the &tex; typesetting system) named
	  <filename>fish-report.dvi</filename>
	  to the printer named <literal>bamboo</literal>:</para>

	<screen>&prompt.user; <userinput>lpr -P bamboo -d fish-report.dvi</userinput></screen>

	<para>These options apply to every file in the job, so you
	  cannot mix (say) DVI and ditroff files together in a job.
	  Instead, submit the files as separate jobs, using a
	  different conversion option for each job.</para>

	<note>
	  <para>All of these options except <option>-p</option> and
	    <option>-T</option> require conversion filters installed
	    for the destination printer.  For example, the
	    <option>-d</option> option requires the DVI conversion
	    filter.  Section <link linkend="printing-advanced-convfilters">Conversion
	      Filters</link> gives details.</para>
	</note>

	<variablelist>
	  <varlistentry>
	    <term><option>-c</option></term>

	    <listitem>
	      <para>Print cifplot files.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-d</option></term>

	    <listitem>
	      <para>Print DVI files.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-f</option></term>

	    <listitem>
	      <para>Print FORTRAN text files.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-g</option></term>

	    <listitem>
	      <para>Print plot data.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-i
	      <replaceable>number</replaceable></option></term>

	    <listitem>
	      <para>Indent the output by
		<replaceable>number</replaceable> columns; if you omit
		<replaceable>number</replaceable>, indent by 8
		columns.  This option works only with certain
		conversion filters.</para>

	      <note>
		<para>Do not put any space between the
		  <option>-i</option> and the number.</para>
	      </note>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-l</option></term>

	    <listitem>
	      <para>Print literal text data, including control
		characters.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-n</option></term>

	    <listitem>
	      <para>Print ditroff (device independent troff)
		data.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>-p</term>

	    <listitem>
	      <para>Format plain text with &man.pr.1; before printing.
		See &man.pr.1; for more information.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-T
	      <replaceable>title</replaceable></option></term>

	    <listitem>
	      <para>Use <replaceable>title</replaceable> on the
		&man.pr.1; header instead of the file name.  This
		option has effect only when used with the
		<option>-p</option>
		option.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-t</option></term>

	    <listitem>
	      <para>Print troff data.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term><option>-v</option></term>

	    <listitem>
	      <para>Print raster data.</para>
	    </listitem>
	  </varlistentry>
	</variablelist>

	<para>Here is an example: this command prints a nicely
	  formatted version of the &man.ls.1; manual page on the
	  default printer:</para>

	<screen>&prompt.user; <userinput>zcat /usr/share/man/man1/ls.1.gz | troff -t -man | lpr -t</userinput></screen>

	<para>The &man.zcat.1; command uncompresses the source of the
	  &man.ls.1; manual page and passes it to the &man.troff.1;
	  command, which formats that source and makes GNU troff
	  output and passes it to &man.lpr.1;, which submits the job
	  to the <application>LPD</application> spooler.  Because we
	  used the <option>-t</option> option to &man.lpr.1;, the
	  spooler will convert the GNU troff output into a format the
	  default printer can understand when it prints the
	  job.</para>
      </sect3>

      <sect3 xml:id="printing-lpr-options-job-handling">
	<title>Job Handling Options</title>

	<para>The following options to &man.lpr.1; tell
	  <application>LPD</application> to handle the job
	  specially:</para>

	<variablelist>
	  <varlistentry>
	    <term>-# <replaceable>copies</replaceable></term>

	    <listitem>
	      <para>Produce a number of
		<replaceable>copies</replaceable> of each file in the
		job instead of just one copy.  An administrator may
		disable this option to reduce printer wear-and-tear
		and encourage photocopier usage.  See section <link linkend="printing-advanced-restricting-copies">Restricting
		  Multiple Copies</link>.</para>

	      <para>This example prints three copies of
		<filename>parser.c</filename>
		followed by three copies of
		<filename>parser.h</filename>
		to the default printer:</para>

	      <screen>&prompt.user; <userinput>lpr -#3 parser.c parser.h</userinput></screen>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>-m</term>

	    <listitem>
	      <para>Send mail after completing the print job.  With
		this option, the <application>LPD</application> system
		will send mail to your account when it finishes
		handling your job.  In its message, it will tell you
		if the job completed successfully or if there was an
		error, and (often) what the error was.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>-s</term>

	    <listitem>
	      <para>Do not copy the files to the spooling directory,
		but make symbolic links to them instead.</para>

	      <para>If you are printing a large job, you probably want
		to use this option.  It saves space in the spooling
		directory (your job might overflow the free space on
		the filesystem where the spooling directory resides).
		It saves time as well since
		<application>LPD</application> will not have to copy
		each and every byte of your job to the spooling
		directory.</para>

	      <para>There is a drawback, though: since
		<application>LPD</application> will refer to the
		original files directly, you cannot modify or remove
		them until they have been printed.</para>

	      <note>
		<para>If you are printing to a remote printer,
		  <application>LPD</application> will eventually have
		  to copy files from the local host to the remote
		  host, so the <option>-s</option> option will save
		  space only on the local spooling directory, not the
		  remote.  It is still useful, though.</para>
	      </note>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>-r</term>

	    <listitem>
	      <para>Remove the files in the job after copying them to
		the spooling directory, or after printing them with
		the <option>-s</option> option.  Be careful with this
		option!</para>
	    </listitem>
	  </varlistentry>
	</variablelist>
      </sect3>

      <sect3 xml:id="printing-lpr-options-misc">
	<title>Header Page Options</title>

	<para>These options to &man.lpr.1; adjust the text that
	  normally appears on a job's header page.  If header pages
	  are suppressed for the destination printer, these options
	  have no effect.  See section <link linkend="printing-advanced-header-pages">Header
	  Pages</link>
	  for information about setting up header pages.</para>

	<variablelist>
	  <varlistentry>
	    <term>-C <replaceable>text</replaceable></term>

	    <listitem>
	      <para>Replace the hostname on the header page with
		<replaceable>text</replaceable>.  The hostname is
		normally the name of the host from which the job was
		submitted.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>-J <replaceable>text</replaceable></term>

	    <listitem>
	      <para>Replace the job name on the header page with
		<replaceable>text</replaceable>.  The job name is
		normally the name of the first file of the job, or
		<filename>stdin</filename> if you are printing
		standard input.</para>
	    </listitem>
	  </varlistentry>

	  <varlistentry>
	    <term>-h</term>

	    <listitem>
	      <para>Do not print any header page.</para>

	      <note>
		<para>At some sites, this option may have no effect
		  due to the way header pages are generated.  See
		  <link linkend="printing-advanced-header-pages">Header
		    Pages</link> for details.</para>
	      </note>
	    </listitem>
	  </varlistentry>
	</variablelist>
      </sect3>
    </sect2>

    <sect2 xml:id="printing-lpc">
      <title>Administering Printers</title>

      <para>As an administrator for your printers, you have had to
	install, set up, and test them.  Using the &man.lpc.8;
	command, you can interact with your printers in yet more ways.
	With &man.lpc.8;, you can</para>

      <itemizedlist>
	<listitem>
	  <para>Start and stop the printers</para>
	</listitem>

	<listitem>
	  <para>Enable and disable their queues</para>
	</listitem>

	<listitem>
	  <para>Rearrange the order of the jobs in each queue.</para>
	</listitem>
      </itemizedlist>

      <para>First, a note about terminology: if a printer is
	<emphasis>stopped</emphasis>, it will not print anything in
	its queue.  Users can still submit jobs, which will wait in
	the queue until the printer is <emphasis>started</emphasis> or
	the queue is cleared.</para>

      <para>If a queue is <emphasis>disabled</emphasis>, no user
	(except <systemitem class="username">root</systemitem>) can submit jobs for the
	printer.  An <emphasis>enabled</emphasis> queue allows jobs to
	be submitted.  A printer can be <emphasis>started</emphasis>
	for a disabled queue, in which case it will continue to print
	jobs in the queue until the queue is empty.</para>

      <para>In general, you have to have <systemitem class="username">root</systemitem>
	privileges to use the &man.lpc.8; command.  Ordinary users can
	use the &man.lpc.8; command to get printer status and to
	restart a hung printer only.</para>

      <para>Here is a summary of the &man.lpc.8; commands.  Most of
	the commands take a <replaceable>printer-name</replaceable>
	argument to tell on which printer to operate.  You can use
	<literal>all</literal> for the
	<replaceable>printer-name</replaceable> to mean all printers
	listed in <filename>/etc/printcap</filename>.</para>

      <variablelist>
	<varlistentry>
	  <term><command>abort
	      printer-name</command></term>

	  <listitem>
	    <para>Cancel the current job and stop the printer.  Users
	      can still submit jobs if the queue is enabled.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>clean
	      printer-name</command></term>

	  <listitem>
	    <para>Remove old files from the printer's spooling
	      directory.  Occasionally, the files that make up a job
	      are not properly removed by
	      <application>LPD</application>, particularly if there
	      have been errors during printing or a lot of
	      administrative activity.  This command finds files that
	      do not belong in the spooling directory and removes
	      them.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>disable
	      printer-name</command></term>

	  <listitem>
	    <para>Disable queuing of new jobs.  If the printer is
	      running, it will continue to print any jobs remaining in
	      the queue.  The superuser (<systemitem class="username">root</systemitem>)
	      can always submit jobs, even to a disabled queue.</para>

	    <para>This command is useful while you are testing a new
	      printer or filter installation: disable the queue and
	      submit jobs as <systemitem class="username">root</systemitem>.  Other users
	      will not be able to submit jobs until you complete your
	      testing and re-enable the queue with the
	      <command>enable</command> command.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>down printer-name
	      message</command></term>

	  <listitem>
	    <para>Take a printer down.  Equivalent to
	      <command>disable</command> followed by
	      <command>stop</command>.  The
	      <replaceable>message</replaceable> appears as the
	      printer's status whenever a user checks the printer's
	      queue with &man.lpq.1; or status with <command>lpc
		status</command>.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>enable
	      printer-name</command></term>

	  <listitem>
	    <para>Enable the queue for a printer.  Users can submit
	      jobs but the printer will not print anything until it is
	      started.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>help
	      command-name</command></term>

	  <listitem>
	    <para>Print help on the command
	      <replaceable>command-name</replaceable>.  With no
	      <replaceable>command-name</replaceable>, print a summary
	      of the commands available.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>restart
	      printer-name</command></term>

	  <listitem>
	    <para>Start the printer.  Ordinary users can use this
	      command if some extraordinary circumstance hangs
	      <application>LPD</application>, but they cannot start
	      a printer stopped with either the
	      <command>stop</command> or
	      <command>down</command> commands.  The
	      <command>restart</command> command is equivalent to
	      <command>abort</command> followed by
	      <command>start</command>.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>start
	      printer-name</command></term>

	  <listitem>
	    <para>Start the printer.  The printer will print jobs in
	      its queue.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>stop
	      printer-name</command></term>

	  <listitem>
	    <para>Stop the printer.  The printer will finish the
	      current job and will not print anything else in its
	      queue.  Even though the printer is stopped, users can
	      still submit jobs to an enabled queue.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>topq printer-name
	      job-or-username</command></term>

	  <listitem>
	    <para>Rearrange the queue for
	      <replaceable>printer-name</replaceable> by placing the
	      jobs with the listed <replaceable>job</replaceable>
	      numbers or the jobs belonging to
	      <replaceable>username</replaceable> at the top of
	      the queue.  For this command, you cannot use
	      <literal>all</literal> as the
	      <replaceable>printer-name</replaceable>.</para>
	  </listitem>
	</varlistentry>

	<varlistentry>
	  <term><command>up
	      printer-name</command></term>

	  <listitem>
	    <para>Bring a printer up; the opposite of the
	      <command>down</command> command.  Equivalent to
	      <command>start</command> followed by
	      <command>enable</command>.</para>
	  </listitem>
	</varlistentry>
      </variablelist>

      <para>&man.lpc.8; accepts the above commands on the command
	line.  If you do not enter any commands, &man.lpc.8; enters an
	interactive mode, where you can enter commands until you type
	<command>exit</command>, <command>quit</command>, or
	end-of-file.</para>
    </sect2>
  </sect1>

  <sect1 xml:id="printing-lpd-alternatives">
    <title>Alternatives to the Standard Spooler</title>

    <para>If you have been reading straight through this manual, by
      now you have learned just about everything there is to know
      about the <application>LPD</application> spooling system that
      comes with &os;.  You can probably appreciate many of its
      shortcomings, which naturally leads to the question: <quote>What
	other spooling systems are out there (and work with
	&os;)?</quote></para>

    <variablelist>
      <varlistentry>
	<term>LPRng</term>

	<listitem>
	  <para><application>LPRng</application><indexterm><primary>LPRng</primary></indexterm>, which purportedly
	    means <quote>LPR: the Next Generation</quote> is a
	    complete rewrite of PLP.  Patrick Powell and Justin Mason
	    (the principal maintainer of PLP) collaborated to make
	    <application>LPRng</application>.  The main site for
	    <application>LPRng</application> is <uri xlink:href="http://www.lprng.org/">http://www.lprng.org/</uri>.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>CUPS</term>

	<listitem>
	  <para><application>CUPS</application><indexterm><primary>CUPS</primary></indexterm>, the Common UNIX
	    Printing System, provides a portable printing layer for
	    &unix;-based operating systems.  It has been developed by
	    Easy Software Products to promote a standard printing
	    solution for all &unix; vendors and users.</para>

	  <para><application>CUPS</application> uses the Internet
	    Printing Protocol (<acronym>IPP</acronym>) as the basis
	    for managing print jobs and queues.  The Line Printer
	    Daemon (<acronym>LPD</acronym>), Server Message Block
	    (<acronym>SMB</acronym>), and AppSocket (aka JetDirect)
	    protocols are also supported with reduced functionality.
	    CUPS adds network printer browsing and PostScript Printer
	    Description (<acronym>PPD</acronym>) based printing
	    options to support real-world printing under
	    &unix;.</para>

	  <para>The main site for <application>CUPS</application> is
	    <uri xlink:href="http://www.cups.org/">http://www.cups.org/</uri>.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>HPLIP</term>

	<listitem>
	  <para><application>HPLIP</application><indexterm><primary>HPLIP</primary></indexterm>, the HP &linux;
	    Imaging and Printing system, is an HP-developed suite of
	    programs that supports printing, scanning and fax
	    facilities for HP appliances.  This suite of programs
	    utilizes the <application>CUPS</application> printing
	    system as a backend for some of its printing
	    features.</para>

	  <para>The main site for <application>HPLIP</application>
	    is <uri xlink:href="http://hplipopensource.com/hplip-web/index.html">http://hplipopensource.com/hplip-web/index.html</uri>.</para>
	</listitem>
      </varlistentry>
    </variablelist>
  </sect1>

  <sect1 xml:id="printing-troubleshooting">
    <title>Troubleshooting</title>

    <para>After performing the simple test with &man.lptest.1;, you
      might have gotten one of the following results instead of the
      correct printout:</para>

    <variablelist>
      <varlistentry>
	<term>It worked, after a while; or, it did not eject a full
	  sheet.</term>

	<listitem>
	  <para>The printer printed the above, but it sat for a while
	    and did nothing.  In fact, you might have needed to press
	    a PRINT REMAINING or FORM FEED button on the printer to
	    get any results to appear.</para>

	  <para>If this is the case, the printer was probably waiting
	    to see if there was any more data for your job before it
	    printed anything.  To fix this problem, you can have the
	    text filter send a FORM FEED character (or whatever is
	    necessary) to the printer.  This is usually sufficient to
	    have the printer immediately print any text remaining in
	    its internal buffer.  It is also useful to make sure each
	    print job ends on a full sheet, so the next job does not
	    start somewhere on the middle of the last page of the
	    previous job.</para>

	  <para>The following replacement for the shell script
	    <filename>/usr/local/libexec/if-simple</filename> prints
	    a form feed after it sends the job to the printer:</para>

	  <programlisting>#!/bin/sh
#
# if-simple - Simple text input filter for lpd
# Installed in /usr/local/libexec/if-simple
#
# Simply copies stdin to stdout.  Ignores all filter arguments.
# Writes a form feed character (\f) after printing job.

/bin/cat &amp;&amp; printf "\f" &amp;&amp; exit 0
exit 2</programlisting>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>It produced the <quote>staircase effect.</quote></term>

	<listitem>
	  <para>You got the following on paper:</para>

	  <screen>!"#$%&amp;'()*+,-./01234
                "#$%&amp;'()*+,-./012345
                                 #$%&amp;'()*+,-./0123456</screen>

	  <para>You have become another victim of the
	    <emphasis>staircase effect</emphasis>, caused by
	    conflicting interpretations of what characters should
	    indicate a new line.  &unix; style operating systems use a
	    single character: ASCII<indexterm><primary>ASCII</primary></indexterm> code 10, the line feed (LF).
	    &ms-dos;<indexterm><primary>MS-DOS</primary></indexterm>, &os2;<indexterm><primary>OS/2</primary></indexterm>, and others uses a pair of characters,
	    ASCII code 10 <emphasis>and</emphasis> ASCII code 13 (the
	    carriage return or CR).  Many printers use the &ms-dos;
	    convention for representing new-lines.</para>

	  <para>When you print with &os;, your text used just the line
	    feed character.  The printer, upon seeing a line feed
	    character, advanced the paper one line, but maintained the
	    same horizontal position on the page for the next
	    character to print.  That is what the carriage return is
	    for: to move the location of the next character to print
	    to the left edge of the paper.</para>

	  <para>Here is what &os; wants your printer to do:</para>

	  <informaltable frame="none" pgwide="1">
	    <tgroup cols="2">
	      <tbody>
		<row>
		  <entry>Printer received CR</entry>
		  <entry>Printer prints CR</entry>
		</row>

		<row>
		  <entry>Printer received LF</entry>
		  <entry>Printer prints CR + LF</entry>
		</row>
	      </tbody>
	    </tgroup>
	  </informaltable>

	  <para>Here are some ways to achieve this:</para>

	  <itemizedlist>
	    <listitem>
	      <para>Use the printer's configuration switches or
		control panel to alter its interpretation of these
		characters.  Check your printer's manual to find out
		how to do this.</para>

	      <note>
		<para>If you boot your system into other operating
		  systems besides &os;, you may have to
		  <emphasis>reconfigure</emphasis> the printer to use
		  a an interpretation for CR and LF characters that
		  those other operating systems use.  You might prefer
		  one of the other solutions, below.</para>
	      </note>
	    </listitem>

	    <listitem>
	      <para>Have &os;'s serial line driver automatically
		convert LF to CR+LF.  Of course, this works with
		printers on serial ports <emphasis>only</emphasis>.
		To enable this feature, use the <literal>ms#</literal>
		capability and set the <literal>onlcr</literal> mode
		in the <filename>/etc/printcap</filename> file for the
		printer.</para>
	    </listitem>

	    <listitem>
	      <para>Send an <emphasis>escape code</emphasis> to the
		printer to have it temporarily treat LF characters
		differently.  Consult your printer's manual for escape
		codes that your printer might support.  When you find
		the proper escape code, modify the text filter to send
		the code first, then send the print job.</para>

	      <indexterm><primary>PCL</primary></indexterm>
	      <para>Here is an example text filter for printers that
		understand the Hewlett-Packard PCL escape codes.  This
		filter makes the printer treat LF characters as a LF
		and CR; then it sends the job; then it sends a form
		feed to eject the last page of the job.  It should
		work with nearly all Hewlett Packard printers.</para>

	      <programlisting>#!/bin/sh
#
# hpif - Simple text input filter for lpd for HP-PCL based printers
# Installed in /usr/local/libexec/hpif
#
# Simply copies stdin to stdout.  Ignores all filter arguments.
# Tells printer to treat LF as CR+LF.  Ejects the page when done.

printf "\033&amp;k2G" &amp;&amp; cat &amp;&amp; printf "\033&amp;l0H" &amp;&amp; exit 0
exit 2</programlisting>

	      <para>Here is an example
		<filename>/etc/printcap</filename>
		from a host called <systemitem>orchid</systemitem>.  It has a
		single printer attached to its first parallel port, a
		Hewlett Packard LaserJet 3Si named
		<literal>teak</literal>.  It is using the above script
		as its text filter:</para>

	      <programlisting>#
#  /etc/printcap for host orchid
#
teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
        :lp=<filename>/dev/lpt0</filename>:sh:sd=<filename>/var/spool/lpd/teak</filename>:mx#0:\
        :if=<filename>/usr/local/libexec/hpif</filename>:</programlisting>
	    </listitem>
	  </itemizedlist>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>It overprinted each line.</term>

	<listitem>
	  <para>The printer never advanced a line.  All of the lines
	    of text were printed on top of each other on one
	    line.</para>

	  <para>This problem is the <quote>opposite</quote> of the
	    staircase effect, described above, and is much rarer.
	    Somewhere, the LF characters that &os; uses to end a line
	    are being treated as CR characters to return the print
	    location to the left edge of the paper, but not also down
	    a line.</para>

	  <para>Use the printer's configuration switches or control
	    panel to enforce the following interpretation of LF and
	    CR characters:</para>

	  <informaltable frame="none" pgwide="1">
	    <tgroup cols="2">
	      <thead>
		<row>
		  <entry>Printer receives</entry>
		  <entry>Printer prints</entry>
		</row>
	      </thead>

	      <tbody>
		<row>
		  <entry>CR</entry>
		  <entry>CR</entry>
		</row>

		<row>
		  <entry>LF</entry>
		  <entry>CR + LF</entry>
		</row>
	      </tbody>
	    </tgroup>
	  </informaltable>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>The printer lost characters.</term>

	<listitem>
	  <para>While printing, the printer did not print a few
	    characters in each line.  The problem might have gotten
	    worse as the printer ran, losing more and more
	    characters.</para>

	  <para>The problem is that the printer cannot keep up with
	    the speed at which the computer sends data over a serial
	    line (this problem should not occur with printers on
	    parallel ports).  There are two ways to overcome the
	    problem:</para>

	  <itemizedlist>
	    <listitem>
	      <para>If the printer supports XON/XOFF flow control,
		have &os; use it by specifying the
		<literal>ixon</literal> mode in the
		<literal>ms#</literal> capability.</para>
	    </listitem>

	    <listitem>
	      <para>If the printer supports the Request to Send /
		Clear to Send hardware handshake (commonly known as
		<literal>RTS/CTS</literal>), specify the
		<literal>crtscts</literal> mode in the
		<literal>ms#</literal> capability.  Make sure the
		cable connecting the printer to the computer is
		correctly wired for hardware flow control.</para>
	    </listitem>
	  </itemizedlist>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>It printed garbage.</term>

	<listitem>
	  <para>The printer printed what appeared to be random
	    garbage, but not the desired text.</para>

	  <para>This is usually another symptom of incorrect
	    communications parameters with a serial printer.
	    Double-check the bps rate in the <literal>br</literal>
	    capability, and the parity setting in the
	    <literal>ms#</literal> capability; make sure the printer
	    is using the same settings as specified in the
	    <filename>/etc/printcap</filename> file.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term>Nothing happened.</term>

	<listitem>
	  <para>If nothing happened, the problem is probably within
	    &os; and not the hardware.  Add the log file
	    (<literal>lf</literal>) capability to the entry for the
	    printer you are debugging in the
	    <filename>/etc/printcap</filename> file.  For example,
	    here is the entry for <literal>rattan</literal>, with the
	    <literal>lf</literal> capability:</para>

	  <programlisting>rattan|line|diablo|lp|Diablo 630 Line Printer:\
        :sh:sd=<filename>/var/spool/lpd/rattan</filename>:\
        :lp=<filename>/dev/lpt0</filename>:\
        :if=<filename>/usr/local/libexec/if-simple</filename>:\
        :lf=<filename>/var/log/rattan.log</filename></programlisting>

	  <para>Then, try printing again.  Check the log file (in our
	    example, <filename>/var/log/rattan.log</filename>) to see
	    any error messages that might appear.  Based on the
	    messages you see, try to correct the problem.</para>

	  <para>If you do not specify a <literal>lf</literal>
	    capability, <application>LPD</application> uses
	    <filename>/dev/console</filename> as a
	    default.</para>
	</listitem>
      </varlistentry>
    </variablelist>
  </sect1>
</chapter>