summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/psfrag/pfgguide.ps
blob: 143a8ae2668c10ae2aae6d2f9cda230c797a3214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.95a Copyright 2005 Radical Eye Software
%%Title: pfgguide.dvi
%%Pages: 12
%%PageOrder: Ascend
%%BoundingBox: 0 0 595 842
%%DocumentFonts: Times-Roman Helvetica Symbol Courier Times-Bold
%%+ Helvetica-Bold CMSY10 Times-Italic CMR10 LINE10 Helvetica-Oblique
%%EndComments
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips pfgguide
%DVIPSParameters: dpi=600
%DVIPSSource:  TeX output 2005.06.15:1731
%%BeginProcSet: tex.pro 0 0
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
1 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S
/BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy
setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask
restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
(LaserWriter 16/600)]{A length product length le{A length product exch 0
exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end

%%EndProcSet
%%BeginProcSet: psfrag.pro 0 0
%%
%% This is file `psfrag.pro',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% psfrag.dtx  (with options: `filepro')
%% 
%% Copyright (c) 1996 Craig Barratt, Michael C. Grant, and David Carlisle.
%% All rights reserved.
%% 
%% This file is part of the PSfrag package.
%% 
userdict begin
/PSfragLib 90 dict def
/PSfragDict 6 dict def
/PSfrag { PSfragLib begin load exec end } bind def
end
PSfragLib begin
/RO /readonly      load def
/CP /currentpoint  load def
/CM /currentmatrix load def
/B { bind RO def } bind def
/X { exch def } B
/MD { { X } forall } B
/OE { end exec PSfragLib begin } B
/S false def
/tstr 8 string def
/islev2 { languagelevel } stopped { false } { 2 ge } ifelse def
[ /sM /tM /srcM /dstM /dM /idM /srcFM /dstFM ] { matrix def } forall
sM currentmatrix RO pop
dM defaultmatrix RO idM invertmatrix RO pop
srcFM identmatrix pop
/Hide { gsave { CP } stopped not newpath clip { moveto } if } B
/Unhide { { CP } stopped not grestore { moveto } if } B
/setrepl islev2 {{ /glob currentglobal def true setglobal array astore
                   globaldict exch /PSfrags exch put glob setglobal }}
                {{ array astore /PSfrags X }} ifelse B
/getrepl islev2 {{ globaldict /PSfrags get aload length }}
                {{ PSfrags aload length }} ifelse B
/convert {
   /src X src length string
   /c 0 def src length {
      dup c src c get dup 32 lt { pop 32 } if put /c c 1 add def
   } repeat
} B
/Begin {
    /saver save def
    srcFM exch 3 exch put
    0 ne /debugMode X 0 setrepl
    dup /S exch dict def { S 3 1 roll exch convert exch put } repeat
    srcM CM dup invertmatrix pop
    mark { currentdict { end } stopped { pop exit } if } loop
    PSfragDict counttomark { begin } repeat pop
} B
/End {
    mark { currentdict end dup PSfragDict eq { pop exit } if } loop
    counttomark { begin } repeat pop
    getrepl saver restore
    7 idiv dup /S exch dict def {
        6 array astore /mtrx X tstr cvs /K X
        S K [ S K known { S K get aload pop } if mtrx ] put
    } repeat
} B
/Place {
    tstr cvs /K X
    S K known {
        bind /proc X tM CM pop
        CP /cY X /cX X
        0 0 transform idtransform neg /aY X neg /aX X
        S K get dup length /maxiter X
        /iter 1 def {
            iter maxiter ne { /saver save def } if
            tM setmatrix aX aY translate
            [ exch aload pop idtransform ] concat
            cX neg cY neg translate cX cY moveto
            /proc load OE
            iter maxiter ne { saver restore /iter iter 1 add def } if
        } forall
        /noXY { CP /cY X /cX X } stopped def
        tM setmatrix noXY { newpath } { cX cY moveto } ifelse
    } {
        Hide OE Unhide
    } ifelse
} B
/normalize {
    2 index dup mul 2 index dup mul add sqrt div
    dup 4 -1 roll exch mul 3 1 roll mul
} B
/replace {
    aload pop MD
    CP /bY X /lX X gsave sM setmatrix
    str stringwidth abs exch abs add dup 0 eq
        { pop } { 360 exch div dup scale } ifelse
    lX neg bY neg translate newpath lX bY moveto
    str { /ch X ( ) dup 0 ch put false charpath ch Kproc } forall
    flattenpath pathbbox [ /uY /uX /lY /lX ] MD
    CP grestore moveto
    currentfont /FontMatrix get dstFM copy dup
    0 get 0 lt { uX lX /uX X /lX X } if
    3 get 0 lt { uY lY /uY X /lY X } if
    /cX uX lX add 0.5 mul def
    /cY uY lY add 0.5 mul def
    debugMode { gsave 0 setgray 1 setlinewidth
        lX lY moveto lX uY lineto uX uY lineto uX lY lineto closepath
        lX bY moveto uX bY lineto lX cY moveto uX cY lineto
        cX lY moveto cX uY lineto stroke
    grestore } if
    dstFM dup invertmatrix dstM CM srcM
    2 { dstM concatmatrix } repeat pop
    getrepl /temp X
        S str convert get {
            aload pop [ /rot /scl /loc /K ] MD
            /aX cX def /aY cY def
            loc {
                dup 66  eq { /aY bY def } { % B
                dup 98  eq { /aY lY def } { % b
                dup 108 eq { /aX lX def } { % l
                dup 114 eq { /aX uX def } { % r
                dup 116 eq { /aY uY def }   % t
                if } ifelse } ifelse } ifelse } ifelse pop
            } forall
            K srcFM rot tM rotate dstM
            2 { tM concatmatrix } repeat aload pop pop pop
            2 { scl normalize 4 2 roll } repeat
            aX aY transform
            /temp temp 7 add def
        } forall
    temp setrepl
} B
/Rif {
    S 3 index convert known { pop replace } { exch pop OE } ifelse
} B
/XA { bind [ /Kproc /str } B /XC { ] 2 array astore def } B
/xs   { pop } XA XC
/xks  { /kern load OE } XA /kern XC
/xas  { pop ax ay rmoveto } XA /ay /ax XC
/xws  { c eq { cx cy rmoveto } if } XA /c /cy /cx XC
/xaws { ax ay rmoveto c eq { cx cy rmoveto } if }
    XA /ay /ax /c /cy /cx XC
/raws { xaws { awidthshow } Rif } B
/rws  { xws { widthshow } Rif } B
/rks  { xks { kshow } Rif } B
/ras  { xas { ashow } Rif } B
/rs   { xs { show } Rif } B
/rrs { getrepl dup 2 add -1 roll //restore exec setrepl } B
PSfragDict begin
islev2 not { /restore { /rrs PSfrag } B } if
/show       { /rs   PSfrag } B
/kshow      { /rks  PSfrag } B
/ashow      { /ras  PSfrag } B
/widthshow  { /rws  PSfrag } B
/awidthshow { /raws PSfrag } B
end PSfragDict RO pop
end

%%EndProcSet
%%BeginProcSet: 8r.enc 0 0
% File 8r.enc  TeX Base 1 Encoding  Revision 2.0  2002-10-30
%
% @@psencodingfile@{
%   author    = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry,
%                W. Schmidt, P. Lehman",
%   version   = "2.0",
%   date      = "30 October 2002",
%   filename  = "8r.enc",
%   email     = "tex-fonts@@tug.org",
%   docstring = "This is the encoding vector for Type1 and TrueType
%                fonts to be used with TeX.  This file is part of the
%                PSNFSS bundle, version 9"
% @}
% 
% The idea is to have all the characters normally included in Type 1 fonts
% available for typesetting. This is effectively the characters in Adobe
% Standard encoding, ISO Latin 1, Windows ANSI including the euro symbol,
% MacRoman, and some extra characters from Lucida.
% 
% Character code assignments were made as follows:
% 
% (1) the Windows ANSI characters are almost all in their Windows ANSI
% positions, because some Windows users cannot easily reencode the
% fonts, and it makes no difference on other systems. The only Windows
% ANSI characters not available are those that make no sense for
% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen
% (173). quotesingle and grave are moved just because it's such an
% irritation not having them in TeX positions.
% 
% (2) Remaining characters are assigned arbitrarily to the lower part
% of the range, avoiding 0, 10 and 13 in case we meet dumb software.
% 
% (3) Y&Y Lucida Bright includes some extra text characters; in the
% hopes that other PostScript fonts, perhaps created for public
% consumption, will include them, they are included starting at 0x12.
% These are /dotlessj /ff /ffi /ffl.
% 
% (4) hyphen appears twice for compatibility with both ASCII and Windows.
%
% (5) /Euro was assigned to 128, as in Windows ANSI
%
% (6) Missing characters from MacRoman encoding incorporated as follows:
%
%     PostScript      MacRoman        TeXBase1
%     --------------  --------------  --------------
%     /notequal       173             0x16
%     /infinity       176             0x17
%     /lessequal      178             0x18
%     /greaterequal   179             0x19
%     /partialdiff    182             0x1A
%     /summation      183             0x1B
%     /product        184             0x1C
%     /pi             185             0x1D
%     /integral       186             0x81
%     /Omega          189             0x8D
%     /radical        195             0x8E
%     /approxequal    197             0x8F
%     /Delta          198             0x9D
%     /lozenge        215             0x9E
%
/TeXBase1Encoding [
% 0x00
 /.notdef /dotaccent /fi /fl
 /fraction /hungarumlaut /Lslash /lslash
 /ogonek /ring /.notdef /breve
 /minus /.notdef /Zcaron /zcaron
% 0x10
 /caron /dotlessi /dotlessj /ff
 /ffi /ffl /notequal /infinity
 /lessequal /greaterequal /partialdiff /summation
 /product /pi /grave /quotesingle
% 0x20
 /space /exclam /quotedbl /numbersign
 /dollar /percent /ampersand /quoteright
 /parenleft /parenright /asterisk /plus
 /comma /hyphen /period /slash
% 0x30
 /zero /one /two /three
 /four /five /six /seven
 /eight /nine /colon /semicolon
 /less /equal /greater /question
% 0x40
 /at /A /B /C
 /D /E /F /G
 /H /I /J /K
 /L /M /N /O
% 0x50
 /P /Q /R /S
 /T /U /V /W
 /X /Y /Z /bracketleft
 /backslash /bracketright /asciicircum /underscore
% 0x60
 /quoteleft /a /b /c
 /d /e /f /g
 /h /i /j /k
 /l /m /n /o
% 0x70
 /p /q /r /s
 /t /u /v /w
 /x /y /z /braceleft
 /bar /braceright /asciitilde /.notdef
% 0x80
 /Euro /integral /quotesinglbase /florin
 /quotedblbase /ellipsis /dagger /daggerdbl
 /circumflex /perthousand /Scaron /guilsinglleft
 /OE /Omega /radical /approxequal
% 0x90
 /.notdef /.notdef /.notdef /quotedblleft
 /quotedblright /bullet /endash /emdash
 /tilde /trademark /scaron /guilsinglright
 /oe /Delta /lozenge /Ydieresis
% 0xA0
 /.notdef /exclamdown /cent /sterling
 /currency /yen /brokenbar /section
 /dieresis /copyright /ordfeminine /guillemotleft
 /logicalnot /hyphen /registered /macron
% 0xD0
 /degree /plusminus /twosuperior /threesuperior
 /acute /mu /paragraph /periodcentered
 /cedilla /onesuperior /ordmasculine /guillemotright
 /onequarter /onehalf /threequarters /questiondown
% 0xC0
 /Agrave /Aacute /Acircumflex /Atilde
 /Adieresis /Aring /AE /Ccedilla
 /Egrave /Eacute /Ecircumflex /Edieresis
 /Igrave /Iacute /Icircumflex /Idieresis
% 0xD0
 /Eth /Ntilde /Ograve /Oacute
 /Ocircumflex /Otilde /Odieresis /multiply
 /Oslash /Ugrave /Uacute /Ucircumflex
 /Udieresis /Yacute /Thorn /germandbls
% 0xE0
 /agrave /aacute /acircumflex /atilde
 /adieresis /aring /ae /ccedilla
 /egrave /eacute /ecircumflex /edieresis
 /igrave /iacute /icircumflex /idieresis
% 0xF0
 /eth /ntilde /ograve /oacute
 /ocircumflex /otilde /odieresis /divide
 /oslash /ugrave /uacute /ucircumflex
 /udieresis /yacute /thorn /ydieresis
] def


%%EndProcSet
%%BeginProcSet: texps.pro 0 0
%!
TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0
ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{
pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get
div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type
/nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end
definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup
sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll
mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[
exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if}
forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
end

%%EndProcSet
%%BeginProcSet: special.pro 0 0
%!
TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
{userdict/md get type/dicttype eq{userdict begin md length 10 add md
maxlength ge{/md md dup length 20 add dict copy def}if end md begin
/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
save N userdict maxlength dict begin/magscale true def normalscale
currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def
@MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll
newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto
closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N
/@beginspecial{SDict begin/SpecialSave save N gsave normalscale
currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N}
N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs
neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate
rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse
scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg
lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx
ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N
/setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{
pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave
restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B
/rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1
setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY
moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix
matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc
savematrix setmatrix}N end

%%EndProcSet
%%BeginFont: LINE10
%!PS-AdobeFont-1.1: LINE10 1.001
%%CreationDate: 1992 Oct 23 20:22:05
%%RevisionDate: 2001 Jun 05 20:22:05
% Copyright (C) 1997, 2001 American Mathematical Society. All Rights Reserved.
11 dict begin
/FontInfo 7 dict dup begin
/version (1.001) readonly def
/Notice (Copyright (C) 1997, 2001 American Mathematical Society. All Rights Reserved) readonly def
/FullName (LINE10) readonly def
/FamilyName (LaTeX) readonly def
/Weight (Medium) readonly def
/ItalicAngle 0 def
/isFixedPitch false def
end readonly def
/FontName /LINE10 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 1 /a1 put
dup 11 /a11 put
readonly def
/FontBBox{-150 -150 1020 1020}readonly def
currentdict end
currentfile eexec
D9D66F637A9E5292A4933615152D29EEC26E1BED2E48CAB7AC058698EA30B07E
F8BDB66981B14445E1107420FDAF32EDBD5C26E35B334E3AF24373B2A13984D9
1D56801ACCF98612DE2C19685E0F4D52369AD642D169AB57DAB10665C6C01538
497544391FABD08A483766E9B5C7ABA9A537C053A8ADC16DEBD8B5C9E1EDEB21
E4E89B0945C0737B96F0194585BE0D9B958F1030EA84710C31971BA7E93777C2
0658995DC8702442780303E948079822B9EE0C531A5CC49578EB9E683CB77495
DF613FBDC4536BD7A90F044B7EEE6EACA2042539F62789EA39AA16433AC4BD0F
98AAA04894F5487C279D2766B50B23E16D7F1023E387FA4165DF522DB290D390
B669550A43638C3C9CC38C7667A22D27F9DB1542620110A8671B2713C8DB93D3
4C500474AC190831F9C7441DC4A7C27EE88DAEF10D7AEE6FDB22E7625E802B4C
FCEE0DC79988734BDA39B9896B1833D4BEC4F91DB321F343F57B3FC5ECA13AEA
AB108165934BDE65D2EB5A62BD395ABA20F0389A1B71270649CE1A93B29040EB
B3166F9EBC3791671B6EDCEB171F3CCDAA90BBD5EE5042AAC2AD6D838F79E008
43845E5FCF0B3D71E21543F491832420B45492BFE5D3E278268908D3CA704A48
AF6C6954A03244409C49A178680D62BC6277BE6A8CF4DFFA69775BB8FCFE579F
0DFD00493CC18A38F7AA197A43E96F5986EB21F77B0C955332C87B18A5F72982
E3D0B0554AE03D86FF10237036E2CBE514A9BFC5A4F5B2C9E5667EE2B64AB536
766C45D847C52B75FCF57652200536319F09D0FCEA025A5F5CA61CD63812083D
CE11E82271251C41D0550CF754C13A32F847CC7ED53C14742D3C5AF8E412E542
DAC233E8C9FA03A4ED4BB95A9B831AF45E02D31003517156A429F54B6E1B1727
520DE349B22A26C73A2D3CCE0733F2E594DD8E091E2464A31B86C81CF3616399
F042260B75E2F3010CC15E843A7F7388C01BA40AC4E4F1D50059A55BB5111089
F167B796709EE54D544E1AF445A3E791EDC71A6D6F2F298A20014956D52138CE
FB138CE99299A8B41905FF9C0D5ABAA5F7CF041C903E0682BC980DD485E44E9B
43C76B1A9EB6ECFA7294A28A48CD87A1321563D1A628B9D3D33F0D53B4B3A27A
BA2BADE155BE56C7B3E3CEC2B2B45F1B42E8F95F73EA7C2E9C07327E3D3CA304
C10607B58711BA3852A8A6CDC8E69A71233D245D8FFC1BAFA2CFAC4395AF7588
7682F2F0B02E52531893742D9EB287A4F0D98E4065F5BB2761A7CDACEF134731
4281D99809A4C95EFA7D8798F36EA68E599886E46E86ABBDD4840CD009AACCEC
9BEB7333C48DBF87DE5B452A2DA8731E6D226EC60CA9CFBB41E92F171A1AD16D
3265F79BF5E0DEFEF96A13C0CCB25B401BE6E44C39169B5F8EB9A617C4BB9891
599D2B83D187262F067766FE031215B4A728EA1B1966B4FDEE2326AC9E9ACC1A
F315E562D3BB89C78B8DD5
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: CMSY10
%!PS-AdobeFont-1.1: CMSY10 1.0
%%CreationDate: 1991 Aug 15 07:20:57
% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
11 dict begin
/FontInfo 7 dict dup begin
/version (1.0) readonly def
/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
/FullName (CMSY10) readonly def
/FamilyName (Computer Modern) readonly def
/Weight (Medium) readonly def
/ItalicAngle -14.035 def
/isFixedPitch false def
end readonly def
/FontName /CMSY10 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 3 /asteriskmath put
dup 15 /bullet put
dup 102 /braceleft put
dup 103 /braceright put
dup 104 /angbracketleft put
dup 105 /angbracketright put
readonly def
/FontBBox{-29 -960 1116 775}readonly def
currentdict end
currentfile eexec
D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
221A37D9A807DD01161779DDE7D31FF2B87F97C73D63EECDDA4C49501773468A
27D1663E0B62F461F6E40A5D6676D1D12B51E641C1D4E8E2771864FC104F8CBF
5B78EC1D88228725F1C453A678F58A7E1B7BD7CA700717D288EB8DA1F57C4F09
0ABF1D42C5DDD0C384C7E22F8F8047BE1D4C1CC8E33368FB1AC82B4E96146730
DE3302B2E6B819CB6AE455B1AF3187FFE8071AA57EF8A6616B9CB7941D44EC7A
71A7BB3DF755178D7D2E4BB69859EFA4BBC30BD6BB1531133FD4D9438FF99F09
4ECC068A324D75B5F696B8688EEB2F17E5ED34CCD6D047A4E3806D000C199D7C
515DB70A8D4F6146FE068DC1E5DE8BC57032092296D5371C275E56FB4903A60E
73A228140E5EF2E0D71747F3A8B306E22090E83708AEFF0B8676D01255BC5454
06F619700FCFDC0FADA203089A15D02A816730E3C4DEF638AB890BB1FB2B5581
3825B6C54CEB43B4B74569729292977C1F9E5B42E8B4EBBBB1BEBF12151A91C2
A54B5C388351A1257CF4FC6AF3095E933A0230755BB24A0A1BEF4C9E17664CD6
BF8A4892CA6C12BDE9B244E846A4703A4F3F091048A39591EC11773373693207
270421D17BF7A1EFD7BEC1FEF36ADF30D039985858F120C0B43B3379CEB8DA5F
B8D986A2323CAE1ABB4A8DB3B48350FAF525D5EA2F0C35807930E35FB61FBA06
38062E5811546C86FF0065769776C0133FAC9BDCED6481597D251876845A0569
ABAA4842375B2DEF19E1DBE929F2C242BE60CD578F7D2CD06FF406953456C4C5
1C890D0E92E684EB83187ED2F2DAAAC06C49EAAF8A44A756969CDA18FEFDD806
23A2D011B7203F539284F1267739C25766C0A3FBFF0AC5EEF2BE750AB20D98F7
891068E41DB735E92CA8DD32A3F5F53783EC5230356E2BA500FC0E33FBF03804
F272F688436CB13E04C6D3E19A8191EAF421F01D6C18231DE9AB6DF3EC92C65E
90947D2FC5AFE307A25B21E14791A99437596363E0705F306DEF3693F437728E
33DCE859B85F07B7C58C87D907F7038B375043113B80DEB6B8E4828D07310331
DB990EDB09C9B5EC83EDE1057D67826A03B9135763C18A54571044C758FB4275
B983D162EE77512AFC7846AB3FA6E2843E5DAD071F7E772D032EC0512C06A1CF
BAE6199DC16E2F69C3ED170867DAA8FEF96AE4A99CE3AD61FB14529E6182A19E
D6A7F11CC40DBC5628DBC63307E60F8A7A8003C9804799A0717264193F394FBE
0DB3AE96491D49F3B761E7FFDD7AE3E8F6FFBC1D32A9DD507015D3E866D1553A
F6DDBB27328C27AE77DC1D6ADF9D99AB50DC11F8C7EA09575EF47BDFB8FF9C0B
2F3C0DE2F1E16DEF5DA772F23473AC5E30F7A251E44C6F0F225A70F13E69EF72
6A8C8771E711B6172AC110DE4CA7994BB97234ED8CA9866DDF43E5624123BA48
F763944749562FD5AC7D80B4C0B8181A5E1DFFA86D7B7DDA92D1B9580F960116
795001BA2F405F1964D459BEB7BCD3DF394F1DF4DB17A7AD2869E3DB7F396F5D
5B8293240AD78AF284161EC60F84DC781442298D8B2EE41B618378159AA6237A
714371438EC524FC31C5F885DC1CFA08A9FFFC567D11C5DD46B34769B4B649CC
B5BC8B6256795F6C09BE9159F329E6390A5C9BEC80EC8087E0F475DC165A584F
24D82B5EEB71B389D8F6917450273C84E99AB3D3E09C4D7893B4D699117F7F44
A747A2CB3DB6352FD9437D0532E127054CE9BD130CD7F6F79120C8DA0D9D73D6
2A1654C846F4F2CAA6BB4E79BE36822B2C2AE54F14ECCAF20C396EE0A2734A37
DAA0928B05D14C8285693F5B87C75BD19017FBA0C3F73F169140074737EC1195
A7322EE266EB253D800044
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
%%BeginFont: CMR10
%!PS-AdobeFont-1.1: CMR10 1.00B
%%CreationDate: 1992 Feb 19 19:54:52
% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
11 dict begin
/FontInfo 7 dict dup begin
/version (1.00B) readonly def
/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
/FullName (CMR10) readonly def
/FamilyName (Computer Modern) readonly def
/Weight (Medium) readonly def
/ItalicAngle 0 def
/isFixedPitch false def
end readonly def
/FontName /CMR10 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 40 /parenleft put
dup 41 /parenright put
dup 43 /plus put
readonly def
/FontBBox{-251 -250 1009 969}readonly def
currentdict end
currentfile eexec
D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
2BDBF16FBC7512FAA308A093FE5CF7158F1163BC1F3352E22A1452E73FECA8A4
87100FB1FFC4C8AF409B2067537220E605DA0852CA49839E1386AF9D7A1A455F
D1F017CE45884D76EF2CB9BC5821FD25365DDEA6E45F332B5F68A44AD8A530F0
92A36FAC8D27F9087AFEEA2096F839A2BC4B937F24E080EF7C0F9374A18D565C
295A05210DB96A23175AC59A9BD0147A310EF49C551A417E0A22703F94FF7B75
409A5D417DA6730A69E310FA6A4229FC7E4F620B0FC4C63C50E99E179EB51E4C
4BC45217722F1E8E40F1E1428E792EAFE05C5A50D38C52114DFCD24D54027CBF
2512DD116F0463DE4052A7AD53B641A27E81E481947884CE35661B49153FA19E
0A2A860C7B61558671303DE6AE06A80E4E450E17067676E6BBB42A9A24ACBC3E
B0CA7B7A3BFEA84FED39CCFB6D545BB2BCC49E5E16976407AB9D94556CD4F008
24EF579B6800B6DC3AAF840B3FC6822872368E3B4274DD06CA36AF8F6346C11B
43C772CC242F3B212C4BD7018D71A1A74C9A94ED0093A5FB6557F4E0751047AF
D72098ECA301B8AE68110F983796E581F106144951DF5B750432A230FDA3B575
5A38B5E7972AABC12306A01A99FCF8189D71B8DBF49550BAEA9CF1B97CBFC7CC
96498ECC938B1A1710B670657DE923A659DB8757147B140A48067328E7E3F9C3
7D1888B284904301450CE0BC15EEEA00E48CCD6388F3FC3C8578EF9A20A0E06E
4F7ADDAF0E7D1E182D115BF1AD931977325AD391E72E2B13CC108E3726C11099
E2000623188AAAC9F3E233EB253BDD8B0A4759A66A113E066238B0086AC1B634
5ABFF90E4B5ED3FA69C22541981B2BFC9710AEF6B50A8BB53431C7B4D380D721
639E005D6B4688EE16BFF48443E7C9E5FB5BC5883E271CB03428955D5B6A6C01
F9D9F44C93F0C94D9D0728D2B98C558E20C6DF38DA980247CC7320494E0ADE56
B2F1936E624CA50F8DD14C4674BD8164D73715D01E4845C4D0F9B44DFF396A3C
73954C42DB561C79655F0ACFB39BDEF99E91B69C462AE7D188A88871FC02E84F
B64D11F20453799F19073DAFCDA6BE29A327CA3A1B7B475033E246866AD6A5C9
CE63E677E66AE9EE18E12C91BF75ED357C599C9A3444E1595FBF981120D00727
B85DCAD9DE4BA1211A167D9AD853DC4CE60691A761FEEC7306D80D36CCA55E80
26D1B1AC2FB42CFA5B30DA798C0A830C69BB2C71F7428375D75CD6C9AA1D742B
8A2BBB915E4CCDB69681C7726D78EF2C675DFCE211C6ED0F44B35EFBA9DAE2DC
765D21E1164E195825B688B71A9296EA8873B321A64BD8B7A6237EFCC7AAA1E4
FEB313CBFCC919AF407F46EFE0F979C764B729B2C1813D912AD427C136FDDD94
249ECFD113A132E85F5F67A29DCA100D055A7843C3BBF7BC51F4C9F3AA947906
D08BC99CFDD2FB875971BC168F9D14A41E775DF5F653D2630374341487DB831F
AF0A98BF0EFE0CBA545F9F567973AED72201BE47574C1DD602AC4ABD5AC1F000
6DF7E34F70BFE92CB436856848E893C1799D74BA203FE33189289C2EFB52834A
9F6E91114F6AAA8B0F4D6E3B637C1D2324A07C1F54B2B2657622922401DB73C3
72BBA66F9B32CCB80A403D540D942EC556005640740D09828B793749C446C882
2474AB7309F8042C6E
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndFont 
TeXDict begin 39139632 55387786 1000 600 600 (pfgguide.dvi)
@start /Fa 141[27 10[45 23 4[45 13[55 2[55 80[{
TeXBase1Encoding ReEncodeFont}6 81.8175 /Helvetica-Oblique
rf /Fb 244[42 9[42 1[{}2 83.022 /LINE10 rf /Fc 190[38
65[{TeXBase1Encoding ReEncodeFont}1 61.4362 /Times-Italic
rf /Fd 135[50 4[50 35 3[55 80 3[25 1[55 30 50 3[50 13[60
2[60 77[55 2[{TeXBase1Encoding ReEncodeFont}13 89.6632
/Helvetica-Bold rf /Fe 150[32 32 104[{}2 83.022 /CMSY10
rf /Ff 135[37 3[23 32 32 1[42 42 42 60 23 4[42 1[37 1[37
1[42 8[51 3[46 7[46 6[51 69[{TeXBase1Encoding ReEncodeFont}17
83.022 /Times-Italic rf /Fg 130[42 1[42 42 42 42 42 42
42 42 42 42 42 42 42 42 42 42 42 1[42 42 42 42 42 42
42 42 42 3[42 42 42 4[42 3[42 1[42 7[42 5[42 42 3[42
1[42 42 42 42 1[42 42 1[42 42 42 42 42 42 42 42 1[42
42 42 42 2[42 2[42 33[{.85 ExtendFont TeXBase1Encoding ReEncodeFont}57
83.022 /Courier rf /Fi 212[71 1[35 35 40[{}3 90.9091
/CMR10 rf /Fj 190[41 65[{TeXBase1Encoding ReEncodeFont}1
66.4176 /Times-Italic rf /Fk 133[44 50 2[50 55 33 39
44 1[55 50 55 83 28 55 1[28 55 50 33 44 55 44 55 50 11[72
1[55 2[61 9[61 66 1[72 10[50 50 1[50 1[50 50 50 2[25
43[55 2[{TeXBase1Encoding ReEncodeFont}36 99.6264 /Times-Bold
rf /Fl 130[46 1[46 46 46 46 46 1[46 46 46 46 1[46 46
46 46 46 46 46 46 46 46 46 46 46 46 46 46 3[46 46 46
2[46 1[46 46 46 46 46 1[46 1[46 4[46 46 2[46 46 46 46
46 46 2[46 2[46 46 46 46 1[46 46 46 46 46 46 46 46 1[46
46 46 46 46 3[46 36[{.85 ExtendFont TeXBase1Encoding ReEncodeFont}64
90.9091 /Courier rf /Fm 134[40 40 61 40 45 25 35 35 45
45 45 45 66 25 2[25 45 45 25 40 45 40 45 45 8[56 3[51
45 2[56 3[51 2[30 3[56 3[56 18[23 30 5[30 5[30 30[45
2[{TeXBase1Encoding ReEncodeFont}36 90.9091 /Times-Italic
rf /Fn 154[40 3[57 97[{}2 90.9091 /Symbol rf /Fo 150[35
35 45 45 86[45 11[45 3[{}6 90.9091 /CMSY10 rf /Fp 190[48
65[{TeXBase1Encoding ReEncodeFont}1 66.4176 /Times-Roman
rf /Fq 141[42 10[66 36 4[60 13[72 2[72 80[{
TeXBase1Encoding ReEncodeFont}6 107.596 /Helvetica-Bold
rf /Fr 135[41 59 41 1[23 41 27 1[45 1[45 68 1[41 1[18
45 45 23 45 45 41 1[45 8[55 1[55 1[50 55 2[55 64 59 4[23
3[55 59 17[45 47[41 2[{TeXBase1Encoding ReEncodeFont}30
81.8175 /Helvetica rf /Fs 104[91 2[40 40 24[40 45 45
66 45 45 25 35 30 45 45 45 45 71 25 45 25 25 45 45 30
40 45 40 45 40 7[66 66 86 66 66 56 51 61 1[51 66 66 81
56 2[30 66 66 51 56 66 61 61 66 5[25 25 45 45 45 45 45
45 45 45 45 45 25 23 30 23 2[30 30 30 71 4[30 29[51 51
2[{TeXBase1Encoding ReEncodeFont}74 90.9091 /Times-Roman
rf /Ft 141[32 10[50 27 4[45 13[55 2[55 80[{
TeXBase1Encoding ReEncodeFont}6 81.8175 /Helvetica-Bold
rf /Fu 135[45 66 45 51 30 35 40 1[51 45 51 76 25 51 1[25
51 45 1[40 51 40 51 45 9[91 1[66 61 3[56 71 5[35 3[61
1[66 1[66 1[45 5[45 45 45 45 45 45 45 45 45 45 3[23 44[{
TeXBase1Encoding ReEncodeFont}42 90.9091 /Times-Bold
rf /Fv 135[60 86 60 66 40 47 53 1[66 60 66 100 33 66
1[33 66 60 1[53 66 53 66 60 9[120 1[86 80 3[73 93 5[47
3[80 1[86 1[86 1[60 5[60 60 60 60 60 60 60 60 60 4[30
44[{TeXBase1Encoding ReEncodeFont}41 119.552 /Times-Bold
rf /Fw 138[51 51 51 51 1[51 51 51 1[51 4[51 51 51 51
51 1[51 32[51 17[51 46[{.85 ExtendFont TeXBase1Encoding ReEncodeFont}16
99.6264 /Courier rf /Fy 137[50 1[28 39 33 1[50 1[50 1[28
2[28 50 2[44 50 44 1[44 19[89 5[72 2[72 66 1[72 7[50
50 6[50 2[25 46[{TeXBase1Encoding ReEncodeFont}22 99.6264
/Times-Roman rf /Fz 141[43 10[72 36 4[72 13[86 2[86 80[{
TeXBase1Encoding ReEncodeFont}6 129.115 /Helvetica rf
/FA 134[72 2[72 1[40 56 48 2[72 72 112 3[40 72 2[64 16[88
32[72 6[36 44[{TeXBase1Encoding ReEncodeFont}14 143.462
/Times-Roman rf end
%%EndProlog
%%BeginSetup
%%Feature: *Resolution 600dpi
TeXDict begin
%%PaperSize: A4
 end
%%EndSetup
%%Page: 1 1
TeXDict begin 1 0 bop 1107 456 a FA(The)35 b Fz(PSfr)o(ag)g
FA(system,)f(v)n(ersion)g(3)1218 758 y Fy(Michael)24
b(C.)h(Grant)g(and)g(Da)n(vid)f(Carlisle)1264 874 y Fw
(psfrag@rascals.stanford.edu)1670 1126 y Fy(11)h(April)f(1998)0
1568 y Fv(Contents)0 1775 y Fu(1)91 b(What)23 b(is)h
Ft(PSfra)o(g)p Fu(?)3087 b(1)0 1979 y(2)91 b Ft(PSfra)o(g)23
b Fu(necessities)3037 b(2)136 2092 y Fs(2.1)96 b(Choosing)26
b(a)d(PostScript)h(dri)n(v)o(er)67 b(.)45 b(.)g(.)g(.)g(.)g(.)h(.)f(.)g
(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)
g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)128 b(2)0 2296 y Fu(3)91
b(Installing)25 b Ft(PSfra)o(g)3064 b Fu(3)0 2500 y(4)91
b(Usage)3488 b(3)0 2704 y(5)91 b(Commands)23 b(and)f(En)l(vir)n
(onments)2538 b(4)136 2816 y Fs(5.1)96 b(Embedding)25
b Fr(PSfr)o(ag)e Fs(operations)k(into)d(EPS)d(\002les)45
b(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g
(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)128 b(6)0 3020 y Fu(6)91
b(P)o(ackage)24 b(Options)3066 b(7)0 3224 y(7)91 b(An)22
b(Example)3237 b(7)136 3337 y Fs(7.1)96 b(Figure)25 b(scaling)g(and)f
(resizing)61 b(.)46 b(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)h(.)f
(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)h(.)f(.)
g(.)g(.)g(.)g(.)128 b(9)0 3541 y Fu(8)91 b(Common)23
b(mistak)o(es,)h(kno)o(wn)d(pr)n(oblems,)j(and)e(b)n(ugs)1867
b(10)136 3654 y Fs(8.1)96 b(Using)24 b Fr(PSfr)o(ag)f
Fs(tags)i(properly)54 b(.)46 b(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g
(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)
h(.)f(.)g(.)g(.)g(.)g(.)82 b(10)136 3767 y(8.2)96 b(Problems)25
b(using)f(some)g Fr(x\002g)f Fs(\002gures)49 b(.)c(.)g(.)g(.)h(.)f(.)g
(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)
g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)82 b(11)136 3880 y(8.3)96
b(Problems)25 b(using)f(old)g(v)o(ersions)i(of)d(the)h
Fr(seminar)h Fs(package)37 b(.)45 b(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g
(.)h(.)f(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)82 b(11)0
4083 y Fu(9)91 b(The)23 b Ft(PSfra)o(g)f Fu(mailing)i(list)2782
b(12)0 4426 y Fv(1)119 b(What)30 b(is)f Fq(PSfra)o(g)p
Fv(?)0 4683 y Fs(Man)o(y)23 b(dra)o(wing)g(and)h(graphing)h(packages)g
(produce)g(output)f(in)f(the)g(Encapsulated)j(PostScript)e(\(EPS\))d
(format,)j(b)n(ut)f(fe)n(w)0 4795 y(can)30 b(easily)g(produce)i(the)d
(equations)j(and)e(other)g(scienti\002c)h(te)o(xt)e(of)h(which)f(T)2524
4816 y(E)2568 4795 y(X)f(is)h(so)g(capable.)48 b(On)29
b(the)g(other)i(hand,)0 4908 y(man)o(y)23 b(L)246 4892
y Fp(A)281 4908 y Fs(T)322 4929 y(E)365 4908 y(Xbased)h(dra)o(wing)h
(packages)h(are)d(not)h(as)g(e)o(xpressi)n(v)o(e)h(or)f(easy-to-use)i
(as)e(these)g(stand-alone)j(tools.)0 5071 y Fr(PSfr)o(ag)g
Fs(pro)o(vides)i(the)f(best)g(of)g(both)g(w)o(orlds)h(by)e(allo)n(wing)
i(the)f(user)g(to)f(precisely)j(o)o(v)o(erlay)f(Encapsulated)h
(PostScript)0 5184 y(\(EPS\))18 b(\002les)i(with)g(arbitrary)i(L)943
5168 y Fp(A)978 5184 y Fs(T)1019 5204 y(E)1062 5184 y(X)d
(constructions.)32 b(In)20 b(order)h(to)f(accomplish)i(this,)f(the)f
(user)h(places)h(a)d(simple)i(te)o(xt)f(\223tag\224)0
5297 y(in)k(the)h(graphics)i(\002le,)d(as)g(a)g(\223position)j(mark)o
(er\224)f(of)e(sorts.)33 b(Then,)24 b(using)i(simple)f(L)2633
5281 y Fp(A)2668 5297 y Fs(T)2709 5317 y(E)2752 5297
y(X)e(commands,)j(the)f(user)g(instructs)1927 5649 y(1)p
eop end
%%Page: 2 2
TeXDict begin 2 1 bop 0 91 a Fr(PSfr)o(ag)28 b Fs(to)g(remo)o(v)o(e)g
(that)g(tag)h(from)f(the)g(\002gure,)i(and)e(replace)i(it)e(with)g(a)f
(properly)k(sized,)f(aligned,)g(and)f(rotated)h(L)3716
75 y Fp(A)3751 91 y Fs(T)3792 112 y(E)3834 91 y(X)0 204
y(equation.)h Fr(PSfr)o(ag)23 b Fs(also)h(allo)n(ws)g(the)g(user)g(to)f
(place)i(L)1702 188 y Fp(A)1737 204 y Fs(T)1778 225 y(E)1821
204 y(X)d(constructs)k(directly)g(into)e(the)g(EPS)d(\002le)i(itself.)0
367 y(Dr)-5 b(.)31 b(Craig)i(Barratt)g(wrote)g(the)g(original)h(v)o
(ersion)g(of)f Fr(PSfr)o(ag)f Fs(as)g(a)g(graduate)j(student)f(at)f
(Stanford)g(Uni)n(v)o(ersity)-6 b(.)58 b(The)0 480 y(interf)o(ace)29
b(has)e(changed)i(v)o(ery)e(little)h(since)g(then,)g(b)n(ut)g(the)f
(internals)i(ha)n(v)o(e)e(been)h(completely)h(re-written.)40
b(The)27 b(current)0 593 y(v)o(ersion)i(of)e(PSfrag)g(is)g(maintained)i
(by)f(Michael)g(Grant)g(and)f(Da)n(vid)h(Carlisle.)41
b(Man)o(y)28 b(thanks)g(go)g(to)f(the)h(members)f(of)0
706 y(the)d Fr(PSfr)o(ag)f Fs(mailing)h(list,)g(and)g(to)f(e)n(v)o
(eryone)j(who)d(has)h(submitted)h(a)e(b)n(ug)i(report)f(or)g
(suggestion.)0 1048 y Fv(2)119 b Fq(PSfra)o(g)29 b Fv(necessities)0
1305 y Fs(In)23 b(order)i(to)e(use)h Fr(PSfr)o(ag)p Fs(,)f(you)h(will)f
(need)i(the)f(follo)n(wing)h(tools:)136 1542 y Fo(\017)46
b Fs(A)34 b(recent)i(v)o(ersion)g(of)e(L)1015 1526 y
Fp(A)1050 1542 y Fs(T)1091 1563 y(E)1134 1542 y(X)14
b(2)1259 1556 y Fn(e)1336 1542 y Fs(and)35 b(the)g Fr(g)o(r)o(aphics)i
Fs(package.)63 b Fr(PSfr)o(ag)34 b Fs(currently)j(requires)g(the)e
(1995/12/01)227 1655 y(v)o(ersion)25 b(or)f(later)g(of)f(these)i
(packages,)h(b)n(ut)e(it)f(is)g(al)o(w)o(ays)i(best)f(to)f(ha)n(v)o(e)i
(the)e(most)h(recent)h(release.)136 1843 y Fo(\017)46
b Fs(If)26 b(you)g(wish)f(to)h(use)g(the)g Fr(seminar)h
Fs(package)g(with)f Fr(PSfr)o(ag)p Fs(,)f(you)h(should)h(mak)o(e)f
(sure)g(you)h(ha)n(v)o(e)f(the)g(1997/10/13)227 1956
y(v)o(ersion)f(or)f(later)g(\(see)g(section)h(8.3\).)136
2143 y Fo(\017)46 b Fs(A)25 b(compatible)j(D)l(VI-to-PostScript)g(dri)n
(v)o(er)e(\(see)h(belo)n(w\).)36 b Fr(dvips)26 b Fs(is)f(the)h(primary)
h(choice)g(of)f(the)g Fr(PSfr)o(ag)f Fs(de)n(v)o(el-)227
2256 y(opers,)g(and)f(is)f(certainly)j(the)e(most)f(widely-used.)0
2494 y(The)32 b(latest)h(v)o(ersions)i(of)d(L)860 2477
y Fp(A)895 2494 y Fs(T)936 2514 y(E)979 2494 y(X)14 b(2)1104
2508 y Fn(e)1148 2494 y Fs(,)33 b(the)g Fr(g)o(r)o(aphics)h
Fs(package,)i Fr(PSfr)o(ag)p Fs(,)e(and)f Fr(dvips)g
Fs(can)f(all)h(be)f(found)i(on)f(CT)-8 b(AN,)29 b(the)0
2607 y(Comprehensi)n(v)o(e)d(T)631 2627 y(E)674 2607
y(X)d(Archi)n(v)o(e)h(Netw)o(ork.)29 b(The)23 b(CT)-8
b(AN)20 b(cites,)25 b(and)f(their)g(mirrors,)g(include:)1074
2839 y(Name)485 b(IP)23 b(address)339 b(Location)p 1024
2876 1853 4 v 1074 2955 a Fl(ftp.dante.de)150 b Fs(129.206.100.192)104
b(German)o(y)1074 3068 y Fl(ftp.tex.ac.uk)g Fs(128.232.1.87)239
b(England)1074 3181 y Fl(ftp.cdrom.com)104 b Fs(165.113.58.253)149
b(USA)0 3475 y Fk(2.1)99 b(Choosing)25 b(a)f(P)n(ostScript)i(dri)o(v)o
(er)0 3699 y Fr(PSfr)o(ag)c Fs(relies)i(on)f(some)g(sensiti)n(v)o(e)h
(PostScript)g(tricks)g(to)e(accomplish)j(its)e(goals.)30
b(Due)22 b(to)h(limited)g(time)g(and)g(resources,)0 3812
y(the)33 b(authors)h(could)g(not)f(con\002rm)f(that)i
Fr(PSfr)o(ag)e Fs(w)o(orks)h(properly)h(on)f(e)n(v)o(ery)g(a)n(v)n
(ailable)i(PostScript)e(dri)n(v)o(er)-5 b(.)57 b(W)-7
b(e)32 b(ha)n(v)o(e)0 3925 y(attempted)g(to)f(insure)h(that)f(it)f
(will)h Fm(e)o(ventually)i Fs(w)o(ork)d(on)h(e)n(v)o(ery)g(dri)n(v)o
(er)g(that)g(is)g(fully)g(comaptible)i(with)e(the)f Fr(g)o(r)o(aphics)0
4037 y Fs(package)c(\()p Fm(i.e)o(.)p Fs(,)c(one)i(for)g(which)g(a)f
Fl(.def)h Fs(\002le)f(is)g(pro)o(vided.\))0 4200 y(The)g(dri)n(v)o(ers)
i(which)f(ha)n(v)o(e)g(been)g(con\002rmed)g(to)g(w)o(ork)g(with)f
Fr(PSfr)o(ag)g Fs(are:)911 4430 y(Dri)n(v)o(er)745 b(T)-6
b(ested)24 b(by)152 b(Compatibility)p 862 4467 2177 4
v 911 4547 a(Thomas)24 b(Rokicki')-5 b(s)25 b Fr(dvips)101
b Fs(the)24 b(authors)102 b(fully)25 b(compatible)911
4659 y(Y&Y')-5 b(s)23 b Fr(D)-6 b(VIPSONE)273 b Fs(the)24
b(authors)102 b(fully)25 b(compatible)0 4888 y(Please)i(help)h(us)f
(add)g(entries)i(to)d(this)i(list!)40 b(If)26 b Fr(PSfr)o(ag)h
Fs(w)o(orks)g(with)g(your)g(dri)n(v)o(er)l(,)i(please)f(let)f(us)g(kno)
n(w)-6 b(,)27 b(so)g(we)f(can)i(add)0 5001 y(it)k(to)g(the)h(list.)55
b(If)32 b(possible,)k(test)d(your)g Fr(PSfr)o(ag)f Fs(output)h(on)g
(both)g(Le)n(v)o(el)e(1)h(and)h(Le)n(v)o(el)f(2)g(printers,)k(so)c(we)f
(can)i(mak)o(e)0 5114 y(a)e(distinction)k(here)d(if)f(necessary)-6
b(.If)34 b Fr(PSfr)o(ag)d Fs(does)h Fm(not)i Fs(w)o(ork,)f(please)g
(submit)f(a)f(b)n(ug)h(report;)37 b(consult)d(section)f(9)e(for)0
5227 y(contact)e(information.)41 b(unfortunately)-6 b(,)32
b(we)26 b(cannot)i(promise)g(a)f(\002x)f(for)h(e)n(v)o(eryone,)i(b)n
(ut)e(we)g(w)o(ould)g(lik)o(e)h(to)e(insure)j(that)0
5340 y(the)24 b(most)f(popular)j(dri)n(v)o(ers)e(remain)h(compatible.)
1927 5649 y(2)p eop end
%%Page: 3 3
TeXDict begin 3 2 bop 0 91 a Fv(3)119 b(Installing)30
b Fq(PSfra)o(g)0 348 y Fs(Installing)c(the)e(v)n(arious)h
Fr(PSfr)o(ag)e Fs(\002les)g(is)h(quite)g(simple:)114
586 y(1.)45 b(Run)24 b(L)425 569 y Fp(A)460 586 y Fs(T)501
606 y(E)543 586 y(X)f(on)g Fl(psfrag.ins)k Fs(to)c(e)o(xtract)i
Fl(psfrag.sty)h Fs(and)e Fl(psfrag.pro)p Fs(.)114 773
y(2.)45 b(Install)38 b Fl(psfrag.sty)g Fs(in)e(a)f(standard)j(location)
g(for)e(L)2004 757 y Fp(A)2039 773 y Fs(T)2080 794 y(E)2123
773 y(X)14 b(2)2248 787 y Fn(e)2327 773 y Fs(macros.)66
b(F)o(or)35 b Fr(kpathsea)p Fs(-based)40 b(systems)d(lik)o(e)227
886 y Fr(teT)331 908 y(E)376 886 y(X)p Fs(,)22 b(this)i(path)h(is)e
(determined)j(by)d(the)h Fl(TEXINPUTS)i Fs(v)n(ariable.)114
1074 y(3.)45 b(Install)29 b Fl(psfrag.pro)h Fs(where)n(v)o(er)f(your)f
(PostScript)g(dri)n(v)o(er)h(looks)f(for)g(header)h(\002les.)40
b(F)o(or)27 b Fr(kpathsea)p Fs(-based)k(sys-)227 1187
y(tems)d(lik)o(e)h Fr(teT)693 1208 y(E)738 1187 y(X)p
Fs(,)e(this)i(is)f(determined)i(by)e(the)g Fl(DVIPSHEADERS)k
Fs(v)n(araible.)44 b(F)o(or)27 b Fr(dvips)h Fs(in)g(particular)l(,)k
(the)c(most)227 1300 y(logical)d(choice)g(w)o(ould)g(be)e(the)h(same)f
(directory)j(in)e(which)g Fl(tex.pro)h Fs(and)f Fl(special.pro)j
Fs(are)c(located.)114 1487 y(4.)45 b(If)23 b(you)g(ha)n(v)o(e)h(an)f
(older)h(v)o(ersion)g(of)f Fr(PSfr)o(ag)p Fs(,)f(you)h(may)g(delete)h
(the)f(follo)n(wing)i(\002les,)d(if)h(the)o(y)g(e)o(xist:)30
b Fl(ps2frag.ps)p Fs(,)227 1600 y Fl(ps2frag)d Fs(or)f
Fl(ps2psfrag)i Fs(\(the)e(processing)i(scripts\),)g(and)e
Fl(epsf.sty)h Fs(\(the)f(one)g(pro)o(vided)i(by)d Fr(PSfr)o(ag)p
Fs(,)g Fm(not)j Fs(the)227 1713 y Fr(dvips)e Fs(v)o(ersion!\).)35
b(System)25 b(managers)i(may)e(wish)g(to)g(replace)i
Fl(ps2frag)g Fs(with)e(a)f(script)j(which)e(noti\002es)h(users)g(of)227
1826 y(the)e(upgrade.)0 2168 y Fv(4)119 b(Usage)0 2425
y Fs(Here)23 b(is)h(a)f(quick)i(summary)f(of)f(the)h(usage)h(of)e
Fr(PSfr)o(ag)p Fs(:)136 2663 y Fo(\017)46 b Fs(Use)32
b(the)h Fl(\\includegraphics)38 b Fs(command)33 b(de\002ned)g(by)g(the)
g Fr(g)o(r)o(aphics)h Fs(and)f Fr(g)o(r)o(aphicx)h Fs(packages)h(to)d
(add)h(EPS)227 2776 y(\002gures)24 b(to)e(your)i(ne)n(w)e(documents.)30
b(If)22 b(you)i(must)e(use)h(the)g Fl(\\epsfbox)i Fs(command)e(from)g
Fl(epsf.sty)i Fs(for)d(old)h(doc-)227 2888 y(uments,)d(then)g
Fl(epsf.sty)g Fs(must)f(be)f(loaded)i Fm(befor)m(e)g
Fl(psfrag.sty)p Fs(.)30 b(Other)19 b(packages)i(based)e(on)g
Fl(graphics.sty)p Fs(,)227 3001 y(such)25 b(as)e Fr(g)o(r)o(aphicx)i
Fs(or)f Fr(eps\002g)p Fs(,)g(do)f(not)h(suf)n(fer)h(this)f
(restriction.)136 3189 y Fo(\017)46 b Fs(Load)24 b Fl(psfrag.sty)i
Fs(with)e(a)f Fl(\\usepackage)j Fs(command.)136 3377
y Fo(\017)46 b Fs(Mak)o(e)28 b(sure)g(that)f(your)h(EPS)d(\002gures)j
(contain)h(a)e(simple)h(\223tag\224)g(w)o(ord)f(in)g(each)h(position)i
(that)d(you)h(w)o(ould)g(lik)o(e)g(a)227 3490 y(L)250
3473 y Fp(A)285 3490 y Fs(T)326 3510 y(E)369 3490 y(X)g(replacements.)
49 b(Use)29 b(a)g Fm(single)h Fs(w)o(ord,)h(composed)g(of)e(unaccented)
k(letters)e(and)e(numbers.)48 b(Some)28 b(ef)n(fort)227
3602 y(has)i(been)h(made)f(to)f(allo)n(w)h(for)g(more)f(arbitrary)j
(tag)e(te)o(xt,)h(b)n(ut)f(the)g(mechanism)h(is)f(not)g(inf)o(allible;)
36 b(see)29 b(section)227 3715 y(8.1.)136 3903 y Fo(\017)46
b Fs(F)o(or)23 b(each)h(tag)g(w)o(ord)g(in)f(your)i(EPS)c(\002le,)i
(add)h(a)f(command)h(to)g(your)g(your)g(L)2624 3887 y
Fp(A)2659 3903 y Fs(T)2700 3923 y(E)2743 3903 y(X)f(document)i(to)e
(specify)j(ho)n(w)d(this)227 4016 y(tag)h(is)f(to)h(replaced,)h(as)f
(follo)n(ws:)427 4204 y Fl(\\psfrag{)p Fm(ta)o(g)p Fl(}[)p
Fo(h)p Fm(pos)q(n)p Fo(i)6 b Fl(][)p Fo(h)p Fm(psposn)p
Fo(i)t Fl(][)p Fo(h)p Fm(scale)p Fo(i)s Fl(][)p Fo(h)p
Fm(r)l(ot)r Fo(i)r Fl(]{)p Fm(L)2391 4188 y Fj(A)2418
4204 y Fm(T)2454 4224 y(E)2498 4204 y(X)23 b(te)n(xt)r
Fl(})227 4391 y Fs(The)29 b(tag)f(will)h(be)f(replaced)j(by)e(the)g(L)
1435 4375 y Fp(A)1470 4391 y Fs(T)1511 4412 y(E)1554
4391 y(X)e(te)o(xt.)44 b(Example:)c(in)29 b(a)f(dra)o(wing)i(program)f
(lik)o(e)h Fr(x\002g)p Fs(,)f(you)g(place)h(the)227 4504
y(te)o(xt)427 4692 y Fl(xy)227 4879 y Fs(at)24 b(a)f(particular)j
(point.)k(T)-7 b(o)22 b(replace)j(this)f(with)g Fm(x)13
b Fi(+)g Fm(y)p Fs(,)22 b(one)i(possible)i(macro)e(w)o(ould)g(be)427
5067 y Fl(\\psfrag{xy}{$x+y$})1927 5649 y Fs(3)p eop
end
%%Page: 4 4
TeXDict begin 4 3 bop 0 91 a Fs(All)23 b Fl(\\psfrag)j
Fs(calls)e(that)h(precede)g(the)g Fl(\\includegraphics)j
Fs(\(or)c(equi)n(v)n(alent\))j(in)d(the)g(same)g(or)f(surrounding)28
b(en)l(viron-)0 204 y(ments)f(will)f(be)g(utilized)j(for)d(a)g(gi)n(v)o
(en)h(PostScript)h(\002le.)36 b(So,)26 b(you)h(can)g(de\002ne)g(global)
h Fl(\\psfrag)p Fs(s)g(as)f(well)f(as)g(those)i(that)0
317 y(are)c(local)g(to)g(a)f(\002gure.)0 480 y(An)o(y)29
b(te)o(xt)h(that)g(is)g(not)g(mentioned)h(in)f(a)f Fl(\\psfrag)i
Fs(command)g(will)e(not)h(be)g(replaced;)35 b(hence,)d(PostScript)f
(and)f(L)3716 464 y Fp(A)3751 480 y Fs(T)3792 500 y(E)3834
480 y(X)0 593 y(te)o(xt)24 b(can)g(be)f(freely)i(mix)o(ed.)0
756 y(When)c(vie)n(wing)h(the)g(output)g(with)f(a)g(D)l(VI)f(pre)n(vie)
n(wer)i(such)g(as)f Fr(dviwin)h Fs(or)f Fr(xdvi)p Fs(,)g(a)f(v)o
(ertical)j(list)e(of)g(the)h(replacements)i(will)0 868
y(be)g(placed)h(on)f(the)h(left)f(side)h(of)e(each)i(\002gure.)30
b(This)24 b(list)g(allo)n(ws)h(you)f(to)g(check)h(the)f(typesetting)j
(of)d(your)h(replacements;)0 981 y(it)f(disappears)j(in)d(the)h
(\002nal)f(PostScript)h(v)o(ersion.)32 b(Unfortunately)-6
b(,)27 b(D)l(VI)d(dri)n(v)o(ers)h(are)f(incapable)j(of)d
Fm(placing)i Fs(the)f Fr(PSfr)o(ag)0 1094 y Fs(replacements)j(on)d(top)
g(of)f(the)i(\002gure,)f(so)g(for)g(that)g(you)g(will)g(need)g(to)g
(print)h(it)e(out)i(or)e(use)h(a)g(PostScript)h(pre)n(vie)n(wer)g(lik)o
(e)0 1207 y(GhostV)-5 b(ie)n(w)f(.)0 1370 y(This)23 b(v)o(ersion)h(of)f
Fr(PSfr)o(ag)f Fm(should)28 b Fs(run)23 b(properly)i(in)e(the)g
(compatibility)j(mode)d(of)g(L)2660 1354 y Fp(A)2695
1370 y Fs(T)2736 1390 y(E)2779 1370 y(X2.09.)28 b(Let)23
b(us)g(kno)n(w)f(if)h(you)h(\002nd)0 1483 y(otherwise)h(\(see)f
(section)i(9\).)0 1825 y Fv(5)119 b(Commands)30 b(and)g(En)-5
b(vir)n(onments)p -227 2101 2371 4 v -229 2201 4 100
v -177 2171 a Fg(\\psfrag{)p Ff(ta)o(g)p Fg(}[)p Fe(h)p
Ff(posn)p Fe(i)q Fg(][)p Fe(h)p Ff(psposn)p Fe(i)p Fg(][)p
Fe(h)p Ff(scale)p Fe(i)q Fg(][)p Fe(h)p Ff(r)l(ot)q Fe(i)r
Fg(]{)p Ff(r)m(eplacement)q Fg(})p 2142 2201 V -229 2301
V -177 2271 a(\\psfrag*{)p Ff(ta)o(g)p Fg(}[)p Fe(h)p
Ff(posn)p Fe(i)r Fg(][)p Fe(h)p Ff(psposn)p Fe(i)p Fg(][)p
Fe(h)p Ff(scale)p Fe(i)p Fg(][)p Fe(h)p Ff(r)l(ot)q Fe(i)r
Fg(]{)p Ff(r)m(eplacement)q Fg(})p 2142 2301 V -227 2304
2371 4 v 0 2460 a Fs(The)21 b Fl(\\psfrag)j Fs(macro)e(de\002nes)g(a)f
(L)1118 2444 y Fp(A)1153 2460 y Fs(T)1194 2481 y(E)1237
2460 y(X-typeset)i Fl({)p Fm(r)m(eplacement)r Fl(})h
Fs(to)e(be)f(placed)j(at)d(the)h(same)g(position)h(as)f(a)f(PostScript)
0 2573 y Fl({)p Fm(ta)o(g)p Fl(})p Fs(.)33 b(The)24 b(command)h(should)
i(be)d(placed)i(before)g(the)f(call)g(to)g Fl(\\includegraphics)p
Fs(,)k(or)c(equi)n(v)n(alent.)34 b(It)24 b(matches)i
Fm(all)0 2686 y Fs(occurrences)h(of)c Fl({)p Fm(ta)o(g)p
Fl(})i Fs(in)e(the)h(\002gure.)0 2849 y(A)h Fl(\\psfrag)i
Fs(command)g(will)e(remain)i(in)f(ef)n(fect)g(until)h(its)f
(surrounding)j(en)l(vironment)g(is)d(e)o(xited.)37 b(Therefore,)27
b(you)g(can)0 2962 y(de\002ne)22 b(global)h Fl(\\psfrag)p
Fs(s)g(which)f(will)f(apply)i(to)f(e)n(v)o(ery)f(\002gure,)h(or)g
(de\002ne)g Fl(\\psfrag)p Fs(s)h(inside)g(a)e(a)g Fl(figure)i
Fs(en)l(vironment)0 3075 y(\(for)h(e)o(xample\))h(which)f(apply)g(to)g
(a)f(single)i(EPS)c(\002le.)0 3237 y(The)28 b(optional)j(positioning)h
(ar)n(guments)f Fl([)p Fo(h)p Fm(posn)p Fo(i)s Fl(])d
Fs(and)h Fl([)p Fo(h)p Fm(psposn)p Fo(i)t Fl(])f Fs(specify)i(ho)n(w)e
(the)h(bounding)j(box)d(of)g(the)g(L)3716 3221 y Fp(A)3751
3237 y Fs(T)3792 3258 y(E)3834 3237 y(X)0 3350 y(te)o(xt)d(and)g(the)g
(bounding)j(box)d(of)g(the)g(PostScript)h(te)o(xt)f(line)g(up,)g
(respecti)n(v)o(ely)-6 b(.)38 b(Some)25 b(dra)o(wing)i(packages)h(w)o
(ould)e(refer)0 3463 y(to)d(these)i(as)e(\223control)j(points\224)f(or)
f(\223alignment)i(points.)-6 b(\224)45 3726 y Fl([)p
Fo(h)p Fm(posn)p Fo(i)s Fl(])26 b Fs(the)h(L)566 3709
y Fp(A)601 3726 y Fs(T)642 3746 y(E)685 3726 y(X)f(te)o(xt)h(reference)
i(point.)39 b(The)26 b(syntax)i(of)f(this)g(ar)n(gument)i(is)e
(identical)i(to)d(that)h(of)g(the)g Fl(\\makebox)227
3838 y Fs(command.)h(Up)19 b(to)h(tw)o(o)f(letters)j(may)d(be)h
(chosen,)i(one)e(from)f(the)h(list)g Fo(f)p Fl(t)p Fs(,)p
Fl(b)p Fs(,)p Fl(B)p Fs(,)p Fl(c)p Fo(g)p Fs(,)h(\(top,)g(bottom,)g
(baseline,)i(center\))227 3951 y(and)30 b(another)h(from)e
Fo(f)p Fl(l)p Fs(,)p Fl(r)p Fs(,)p Fl(c)p Fo(g)h Fs(\(left,)h(right,)g
(center\).)47 b(If)29 b(either)i(letter)f(is)f(omitted,)i(then)f
Fl(c)f Fs(\(center\))i(is)e(assumed.)227 4064 y(T)-7
b(ogether)l(,)28 b(these)f(specify)h(one)f(of)f(12)g(anchor)i(points.)
38 b(If)26 b(the)g(ar)n(gument)i(is)e(omitted)i(altogether)l(,)h(then)e
Fl([Bl])p Fs(,)g(or)227 4177 y(left)d(baseline)i(positioning,)g(is)e
(assumed\227b)n(ut)i(note)e(that)g(supplying)j Fl([])c
Fs(speci\002es)i(centered)h(positioning.)227 4327 y(When)k(running)g
(in)f(L)905 4311 y Fp(A)940 4327 y Fs(T)981 4348 y(E)1024
4327 y(X)f(2.09)h(compatibility)j(mode,)e(the)g(def)o(ault)g(alignment)
h(is)e Fl([bl])p Fs(,)i(in)d(order)i(to)f(support)227
4440 y(le)o(gac)o(y)24 b(documents.)31 b(Usually)24 b(this)h(should)g
(not)f(mak)o(e)f(a)g(signi\002cant)j(dif)n(ference.)45
4628 y Fl([)p Fo(h)p Fm(psposn)p Fo(i)t Fl(])h Fs(the)h(PostScript)h
(te)o(xt)f(reference)i(point.)42 b(The)27 b(possible)j(ar)n(guments)g
(are)e(identical)i(to)d(that)i(of)e Fl([)p Fo(h)p Fm(posn)p
Fo(i)s Fl(])p Fs(,)227 4741 y(as)d(is)f(the)h(def)o(ault)h(v)n(alue,)f
Fl([Bl])g Fs(\()p Fl([bl])h Fs(in)e(L)1620 4725 y Fp(A)1655
4741 y Fs(T)1696 4761 y(E)1739 4741 y(X)f(2.09)i(compatibility)j
(mode.\))0 5003 y(The)c(L)187 4987 y Fp(A)222 5003 y
Fs(T)263 5024 y(E)306 5003 y(X)f(replacement)k(may)d(be)h(optionally)i
(scaled)f(and)f(rotated)i(about)e(its)g(reference)i(point:)45
5241 y Fl([)p Fo(h)p Fm(scale)p Fo(i)s Fl(])21 b Fs(Scaling)g(f)o
(actor)h(\(def)o(ault)h(1\).)28 b(It')-5 b(s)21 b(best)g(if)g(you)g
(use)g(font)h(size)f(changes)i(in)e(the)g(L)2928 5224
y Fp(A)2963 5241 y Fs(T)3004 5261 y(E)3046 5241 y(X)f(te)o(xt)h(rather)
h(than)g(scale,)227 5354 y(b)n(ut)i(you)g(can)g(use)g(the)g(scale)h(to)
e(tweak)h(its)f(size.)30 b(Def)o(ault)24 b(is)g Fl([1])p
Fs(.)1927 5649 y(4)p eop end
%%Page: 5 5
TeXDict begin 5 4 bop 45 91 a Fl([)p Fo(h)p Fm(r)l(otn)p
Fo(i)s Fl(])34 b Fs(Extra)h(rotation)i(of)e(the)g(te)o(xt)h(around)g
(its)f(reference)i(point,)i(in)c(de)o(grees.)64 b(The)35
b(nominal)h(rotation)h(of)e(the)227 204 y(L)250 188 y
Fp(A)285 204 y Fs(T)326 225 y(E)369 204 y(X)23 b(te)o(xt)i(matches)g
(that)g(of)f(the)h(PostScript)g(te)o(xt)g(it)f(replaces.)33
b(The)24 b(total)h(rotation)i(is)d(this)h(nominal)g(v)n(alue)g(plus)227
317 y Fl([)p Fo(h)p Fm(r)l(otn)p Fo(i)s Fl(])p Fs(.)j(The)23
b(def)o(ault)i(is)f Fl([0])p Fs(.)750 2669 y
 currentpoint currentpoint translate 0.98076 0.98076 scale neg exch
neg exch translate
 750 2669
a 1429 2669 a
 gsave currentpoint currentpoint translate 30 neg rotate neg exch neg
exch translate
 1429 2669 a 1429 2669 a
 /PSfrag where{pop(gA)[[0(br)1 0][1(b )2 0][2(bl)1 0][3(Bl)1 0][4(B )1
0][5(Br)1 0][6( r)1 0][7( )0.75 45][8( l)1.5 30][9(tl)1 0][10(Bl)1
0][11(l)1 0][12(t)1 -90][13(t )1 0][14(tr)1 180]]1 1 -1/Begin PSfrag}{userdict
/PSfrag{pop}put}ifelse
 1429 2669 a @beginspecial
0 @llx 0 @lly 245 @urx 163 @ury 2450 @rwi @setspecial
%%BeginDocument: testfig.eps
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 245 163
(Courier) findfont 216 scalefont setfont
-13 41 moveto (gA) show
showpage
%%EOF

%%EndDocument
 @endspecial 1429 2669 a
 /End PSfrag
 1429 2669 a 1429 876 a
 /Hide PSfrag
 1429
876 a 679 938 a Fs(PSfrag)f(replacements)p 679 972 750
4 v 1429 975 a
 /Unhide PSfrag
 1429 975 a 1429 1088 a
  {
 1429 1088 a 1058
1078 a Fl([br][br])1429 1088 y
  } 0/Place PSfrag
 1429 1088 a 1429 1191
a
  {
 1429 1191 a -464 w Fl([Br][b][2])1429 1191 y
  } 1/Place PSfrag
 1429 1191
a 1429 1281 a
  {
 1429 1281 a 1105 1304 a Fl([r][bl])1429
1281 y
  } 2/Place PSfrag
 1429 1281 a 1429 1361 a
  {
 1429 1361 a 1058 1417
a Fl([tr][Bl])1429 1361 y
  } 3/Place PSfrag
 1429 1361 a 1290 1540 a
  {
 1290
1540 a 1151 1530 a Fl([b][B])1290 1540 y
  } 4/Place PSfrag
 1290 1540 a
1267 1643 a
  {
 1267 1643 a -162 w Fl([B][Br])1267 1643 y
  } 5/Place PSfrag

1267 1643 a 1313 1733 a
  {
 1313 1733 a 1197 1756 a Fl([][r])1313
1733 y
  } 6/Place PSfrag
 1313 1733 a 1081 1813 a
  {
 1081 1813 a 734 1869 a
Fl([t][][0.75][45])1081 1813 y
  } 7/Place PSfrag
 1081 1813 a 687 1992 a
  {

687 1992 a -10 x Fl([bl][l][1.5][30])687 1992 y
  } 8/Place PSfrag
 687 1992
a 1058 2095 a
  {
 1058 2095 a Fl([Bl][tl])1058 2095 y
  } 9/Place PSfrag
 1058
2095 a 957 2217 a
  {
 957 2217 a 1071 2201 a Fs(\(baseline\))957
2217 y
  } 10/Place PSfrag
 957 2217 a 874 2330 a
  {
 874 2330 a 987 2314 a Fs(\(center)i
(line\))874 2330 y
  } 11/Place PSfrag
 874 2330 a 874 2443 a
  {
 874 2443 a 987
2427 a Fs(\(center)g(line\))874 2443 y
  } 12/Place PSfrag
 874 2443 a 1151
2523 a
  {
 1151 2523 a 23 x Fl([l][t])1151 2523 y
  } 13/Place PSfrag
 1151 2523
a 687 2603 a
  {
 687 2603 a 56 x Fl([tl][tr][1][180])687
2603 y
  } 14/Place PSfrag
 687 2603 a 3471 2669 a
 currentpoint grestore moveto
 3471 2669 a 750 2669 a
 currentpoint currentpoint translate 1 0.98076 div 1 0.98076 div scale
neg exch neg exch translate

750 2669 a 661 2965 a Fs(Figure)f(1:)29 b(An)23 b(illustration)k(of)c
(v)n(arious)i(options)h(for)d(the)h Fl(\\psfrag)i Fs(command.)0
3174 y(Figure)32 b(1)g(illustrates)i(v)n(arious)g(combinations)h(of)d
(the)g(ar)n(guments.)56 b(If)31 b(you')-5 b(re)34 b(vie)n(wing)f(this)f
(with)g(a)f(D)l(VI)g(pre)n(vie)n(wer)0 3287 y(such)25
b(as)e Fr(xdvi)p Fs(,)h(the)g Fr(PSfr)o(ag)f Fs(replacements)k(should)e
(be)f(lined)h(up)e(to)h(the)g(left)g(of)g(the)g(\002gure;)h(and,)f(if)f
(your)i(pre)n(vie)n(wer)g(can)0 3400 y(display)g(EPS)d(\002les,)h(a)g
(lar)n(ge,)h(rotated)h Fl(gA)p Fs(.)e(If)h(you)g(ha)n(v)o(e)g(printed)h
(this)f(out,)g(or)f(are)h(vie)n(wing)g(it)f(with)g(a)g(PostScript)i
(vie)n(wer)0 3513 y(lik)o(e)i(GhostV)-5 b(ie)n(w)f(,)26
b(then)h(the)g(replacements)i(should)f(superimposed)h(on)e(a)f
(graphical)i(representation)j(of)26 b(the)h(bounding)0
3626 y(box,)d(center)h(lines,)f(and)g(baseline)h(of)f(the)g(tag)g
Fl(gA)p Fs(.)f(\(This)g(graphical)j(box)e(is)g(pro)o(vided)h(only)g(in)
e(deb)n(ug)i(mode.\))0 3788 y(If)g(a)f(replacement)j(for)e
Fl({)p Fm(ta)o(g)p Fl(})h Fs(already)h(e)o(xists,)f(the)f(unstarred)i
(command)e Fl(\\psfrag)i Fs(will)d(replace)j(it)d(without)i(w)o
(arning.)0 3901 y(The)21 b(starred)i(v)o(ersion)g Fl(\\psfrag*)p
Fs(,)h(ho)n(we)n(v)o(er)l(,)e(will)f Fm(add)k Fs(the)c(ne)n(w)g
(replacement)j(to)e(a)f(list.)28 b(Using)22 b(the)g(starred)h(command,)
0 4014 y(a)f(single)i(piece)f(of)g(PostScript)g(te)o(xt)g(could)g
(trigger)h(se)n(v)o(eral)g(replacements.)31 b(I)22 b(can')n(t)h(think)h
(of)e(a)g(reason)i(why)e(most)g(users)0 4127 y(w)o(ould)i(use)g(the)g
(starred)h(v)o(ersion,)g(b)n(ut)f(it)f(w)o(as)g(used)i(in)e(Figure)h(1)
f(abo)o(v)o(e.)p -227 4324 1306 4 v -229 4424 4 100 v
-177 4394 a Fg(\\begin{psfrags})i(\\end{psfrags})p 1077
4424 V -227 4427 1306 4 v 0 4594 a Fs(The)32 b Fl(psfrags)i
Fs(en)l(vironment)i(may)c(be)h(used,)i(if)d(necessary)-6
b(,)37 b(to)c(delimit)g(the)g(scope)g(of)g(the)g Fl(\\psfrag)h
Fs(calls.)56 b(As)32 b(we)0 4707 y(said)h(before,)i Fl(\\psfrag)f
Fs(commands)f(retain)g(their)g(ef)n(fect)g(until)f(the)h(most)f
(immediate)h(surrounding)i(en)l(vironment)g(is)0 4820
y(e)o(xited.)46 b Fm(Any)29 b Fs(en)l(vironment)j(will)d(do:)40
b Fl(center)p Fs(,)31 b Fl(figure)p Fs(,)h Fm(etc.)p
Fs(.)45 b(Therefore,)32 b(it)c(may)h(ne)n(v)o(er)h(be)f(necessary)i(to)
e(use)h(this)0 4933 y(en)l(vironment,)c(and)e(the)g(en)l(vironment)j
(has)d(no)f(other)i(ef)n(fect)f(on)g(the)g(document.)1927
5649 y(5)p eop end
%%Page: 6 6
TeXDict begin 6 5 bop 0 91 a Fk(5.1)99 b(Embedding)27
b Fd(PSfra)o(g)d Fk(operations)h(into)g(EPS)h(\002les)p
-227 353 1909 4 v -229 452 4 100 v -177 422 a Fg(\\tex[)p
Fe(h)p Ff(posn)p Fe(i)p Fg(][)p Fe(h)p Ff(psposn)p Fe(i)p
Fg(][)p Fe(h)p Ff(scale)p Fe(i)q Fg(][)p Fe(h)p Ff(r)l(ot)q
Fe(i)r Fg(]{)p Ff(L)1299 409 y Fc(A)1324 422 y Ff(T)1356
441 y(E)1397 422 y(X)21 b(te)n(xt)q Fg(})p 1679 452 V
-229 552 V -177 522 a(\\psfragscanon)66 b(\\psfragscanoff)p
1679 552 V -227 555 1909 4 v 0 712 a Fr(PSfr)o(ag)32
b Fs(3.0)f(supports)k(the)d(embedded)i Fl(\\tex)f Fs(commands)g(found)g
(in)f(pre)n(vious)i(release)g(of)d Fr(PSfr)o(ag)p Fs(.)54
b(Used)32 b(properly)-6 b(,)0 824 y(this)34 b(is)f(a)g(po)n(werful)i
(tool,)h(b)n(ut)e(it)f(has)h(been)g(deprecated)i(some)n(what)e(because)
h(of)f(its)f(reliance)i(on)f(a)f(pre-processing)0 937
y(step.)47 b(Unlik)o(e)30 b(pre)n(vious)h(v)o(ersions)g(of)f
Fr(PSfr)o(ag)p Fs(,)f(support)j(for)d(the)h Fl(\\tex)g
Fs(command)g(must)f(be)h Fm(e)n(xplicitly)h(r)m(equested)p
Fs(,)i(as)0 1050 y(described)26 b(belo)n(w)-6 b(.)0 1213
y(As)19 b(you)i(can)f(see,)h(the)f(syntax)h(of)f(the)g
Fl(\\tex)h Fs(command)g(is)e(v)o(ery)i(similar)f(to)g(the)g
Fl(\\psfrag)i Fs(command.)28 b(Ho)n(we)n(v)o(er)l(,)20
b(instead)0 1326 y(of)28 b(adding)h(the)f Fl(\\tex)h
Fs(command)g(to)e(your)i(L)1428 1310 y Fp(A)1463 1326
y Fs(T)1504 1346 y(E)1547 1326 y(X)d(\002le,)i(the)h
Fl(\\tex)f Fs(command)h(is)e Fm(embedded)j(in)e(the)g(EPS)e(\002le)j
(itself)p Fs(.)42 b(In)0 1439 y(other)25 b(w)o(ords,)e(the)h(command)g
(becomes)h(its)f(o)n(wn)f(replacement)j(tag.)0 1602 y(F)o(or)d(e)o
(xample,)h(you)g(might)g(place)g(the)g(te)o(xt)227 1839
y Fl(\\tex[bl][bl]{$\\alp)q(ha)q($})0 2076 y Fs(at)32
b(a)f(particular)j(point)f(in)f(your)g(PostScript)h(\002le)e(to)h(ha)n
(v)o(e)h(L)1941 2060 y Fp(A)1976 2076 y Fs(T)2017 2097
y(E)2059 2076 y(X)e(replace)i(it)f(with)f Fn(a)p Fs(.)53
b(Man)o(y)32 b Fr(PSfr)o(ag)f Fs(users)i(\002nd)f(this)0
2189 y(feature)25 b(useful)g(for)f(the)g(axis)g(labels,)g(titles,)h
(and)f(le)o(gends)h(of)e(MA)-10 b(TLAB)21 b(graphs.)0
2352 y(The)36 b(adv)n(antage)k(to)c(this)h(approach)j(is)c(that)h
(changes)i(can)e(be)g(made)g(to)g(the)g(EPS)d(\002le)i(without)i(ha)n
(ving)h(to)d(modify)0 2465 y(an)o(y)30 b Fl(\\psfrag)h
Fs(commands)g(in)f(the)g(L)1198 2449 y Fp(A)1233 2465
y Fs(T)1274 2485 y(E)1317 2465 y(X)e(\002le.)47 b(\(It)30
b(is)g(still)g(necessary)i(to)e Fm(r)m(e-compile)i Fs(the)e(L)3032
2449 y Fp(A)3067 2465 y Fs(T)3108 2485 y(E)3150 2465
y(X)f(\002le)g(in)h(such)g(cases,)0 2578 y(ho)n(we)n(v)o(er)-5
b(.\))0 2741 y(There)24 b(are)f(cautions)j(and)e(disadv)n(antages)k(to)
23 b(this)h(approach,)i(including:)136 2978 y Fo(\017)46
b Fs(Changing)31 b(the)f(labels)h(created)g(by)e Fl(\\tex)h
Fs(commands)g(requires)i(editing)f(the)e(\002gure;)k(if)c(you)h(use)g
Fl(\\psfrag)h Fs(in-)227 3091 y(stead,)g(you)f(need)f(only)h(to)f(edit)
g(the)h(document,)h(which)e(might)h(be)f(less)g(cumbersome.)47
b(\(Y)-10 b(ou)28 b(must)h(run)h(L)3716 3075 y Fp(A)3751
3091 y Fs(T)3792 3111 y(E)3834 3091 y(X)227 3204 y(again)24
b(in)g(both)g(cases.\))136 3391 y Fo(\017)46 b Fs(Because)22
b Fl(\\tex)f Fs(commands)h(are)f(long)g(strings,)i(the)o(y)d(can)h(e)o
(xtend)h(past)f(the)g(other)h(graphics)h(in)d(your)i(EPS)c(\002le.)27
b(As)227 3504 y(a)18 b(result,)j(the)o(y)e(can)f(modify)i(the)f(EPS)d
(bounding)21 b(box)e(in)g(an)f(undesired)j(w)o(ay)-6
b(.)27 b(This)18 b(problem)i(can)f(be)f(mitigated)i(by)227
3617 y(reducing)26 b(the)e(font)g(size)g(of)g(the)f Fl(\\tex)i
Fs(string,)f(since)h(this)f(does)g(not)g(af)n(fect)g(the)g(size)g(of)g
(its)f Fr(PSfr)o(ag)g Fs(replacement.)136 3805 y Fo(\017)46
b Fs(The)23 b Fl(\\tex)i Fs(command)f(is)f(not)h(supported)i(in)e
(compressed)i(PostScript)e(\002les.)136 3993 y Fo(\017)46
b Fs(The)26 b(T)435 4013 y(E)478 3993 y(X)f(engine)j(must)e(scan)h(the)
f(PostScript)h(\002le)e(for)i(these)g(strings,)h(which)e(can)h(add)f
(to)g(the)g(processing)j(time)227 4105 y(of)23 b(your)g(document.)30
b(\(T)-7 b(o)21 b(be)i(honest,)g(we)f(ha)n(v)o(e)h(yet)f(to)h
(encounter)i(a)d(case)g(where)h(this)g(is)f(a)g(signi\002cant)i
(concern.\))136 4293 y Fo(\017)46 b Fm(Important!)h Fs(Whene)n(v)o(er)
30 b(a)e(\002le)g(is)h(scanned)i(by)e Fr(PSfr)o(ag)p
Fs(,)g(it)g(generates)i(a)d(\002le)g(with)h(the)g(name)g
Fl(\\jobname.pfg)p Fs(,)227 4406 y(where)22 b Fl(\\jobname)i
Fs(is)e(the)g(base)h(name)f(of)g(the)g(master)g(L)1992
4390 y Fp(A)2027 4406 y Fs(T)2068 4426 y(E)2111 4406
y(X)e(\002le.)28 b(It)22 b(will)f(o)o(v)o(erwrite,)i(without)g(w)o
(arning,)g(an)o(y)f(\002le)227 4519 y(with)i(that)g(name.)0
4756 y(This)i(feature)h(is)f(no)g(longer)i(enabled)g(automatically)-6
b(,)29 b(e)o(xcept)e(in)f(L)2149 4740 y Fp(A)2184 4756
y Fs(T)2225 4777 y(E)2268 4756 y(X)f(2.09)h(compatibility)j(mode.)37
b(So,)25 b(for)i(L)3613 4740 y Fp(A)3648 4756 y Fs(T)3689
4777 y(E)3731 4756 y(X)14 b(2)3856 4770 y Fn(e)0 4869
y Fs(documents,)25 b(you)f(must)g(acti)n(v)n(ate)h(it)e(in)h(one)g(of)f
(tw)o(o)g(w)o(ays:)136 5107 y Fo(\017)46 b Fs(T)-7 b(o)23
b(turn)h(on)f(scanning)j(for)e(a)f(single)i(\002gure,)e(precede)j(the)e
Fl(\\epsfbox)h Fs(or)f Fl(\\includegraphics)k Fs(command)c(with)227
5220 y(a)34 b(call)g(to)g(the)g(command)h Fl(\\psfragscanon)p
Fs(.)64 b(Scanning)35 b(will)f(be)g(turned)h(of)n(f)f(again)g(when)g
(the)h(surrounding)227 5333 y(en)l(vironment)27 b(is)c(e)o(xited;)i(or)
l(,)f(you)g(can)g(turn)g(it)f(of)n(f)h(e)o(xplicity)h(with)e(a)h(call)g
(to)f Fl(\\psfragscanoff)p Fs(.)1927 5649 y(6)p eop end
%%Page: 7 7
TeXDict begin 7 6 bop 136 91 a Fo(\017)46 b Fs(T)-7 b(o)44
b(turn)i(on)g(scanning)h(for)f(the)f(entire)i(document,)52
b(pass)46 b(the)g(option)g Fl(scanall)h Fs(to)f Fl(psfrag.sty)i
Fs(in)d(the)227 204 y Fl(\\usepackage)27 b Fs(command.)0
442 y(The)k Fl(\\tex)i Fs(scanner)h(will)d(continue)j(to)e(be)g
(supported)j(in)c(this)i(form.)54 b(So,)32 b(if)g(you)h(do)f(\002nd)f
(applications)k(where)e(you)0 555 y(prefer)25 b(the)f
Fl(\\tex)g Fs(command,)g(do)f(not)h(hesitate)i(to)d(use)h(it!)0
897 y Fv(6)119 b(P)o(ackage)30 b(Options)0 1154 y Fs(There)e(are)f
(only)h(four)g(package)i(options)f(for)f Fr(PSfr)o(ag)p
Fs(.)40 b(An)o(y)26 b(other)j(options)g(that)f(are)g(not)f(handled)j
(by)d Fr(PSfr)o(ag)g Fs(will)g(be)0 1267 y(forw)o(arded)e(to)f
Fl(graphics.sty)p Fs(.)0 1504 y Fl(209mode)48 b Fs(\(L)423
1488 y Fp(A)458 1504 y Fs(T)499 1525 y(E)542 1504 y(X)14
b(2)667 1518 y Fn(e)734 1504 y Fs(nati)n(v)o(e)24 b(mode)g(only\))h
(forces)g Fr(PSfr)o(ag)e Fs(to)h(operate)h(e)o(xactly)h(as)d(if)h(L)
2801 1488 y Fp(A)2836 1504 y Fs(T)2877 1525 y(E)2920
1504 y(X)e(2.09)i(compatibility)j(mode)227 1617 y(w)o(as)e(enabled.)35
b(As)25 b(a)f(result,)j Fl(bl)e Fs(alignment)i(is)e(the)g(def)o(ault,)i
(and)f Fl(\\tex)g Fs(scanning)h(is)e(enabled)i(for)f(all)f(EPS)e
(\002les.)227 1730 y(This)h(option)h(is)e(useful)i(if)e(you)h(are)g
(trying)h(to)e(con)l(v)o(ert)j(old)e(L)2152 1714 y Fp(A)2187
1730 y Fs(T)2228 1750 y(E)2270 1730 y(X)f(2.09)h(documents)h(to)f(L)
3074 1714 y Fp(A)3109 1730 y Fs(T)3150 1750 y(E)3192
1730 y(X)14 b(2)3317 1744 y Fn(e)3361 1730 y Fs(.)227
1880 y(The)23 b(L)414 1864 y Fp(A)449 1880 y Fs(T)490
1901 y(E)533 1880 y(X2.09)g(v)o(ersion)i(of)e Fr(PSfr)o(ag)g
Fs(generated)j(an)e(auxiliary)i(\002le)c(for)i(each)g(EPS)d(\002gure)j
(containing)i(important)227 1993 y(replacement)g(information.)31
b(These)24 b(\002les)g(are)f(no)h(longer)h(used)f(and)g(can)g(be)g
(deleted.)0 2181 y Fl(2emode)48 b Fs(\(L)377 2164 y Fp(A)412
2181 y Fs(T)453 2201 y(E)496 2181 y(X)24 b(2.09)h(compatibility)k(mode)
c(only\))i(forces)g Fr(PSfr)o(ag)d Fs(to)i(remain)g(in)f(L)2733
2164 y Fp(A)2768 2181 y Fs(T)2809 2201 y(E)2852 2181
y(X)14 b(2)2977 2195 y Fn(e)3045 2181 y Fs(mode,)26 b(e)n(v)o(en)f(in)h
(the)f(pres-)227 2294 y(ence)32 b(of)f(a)g(L)624 2277
y Fp(A)659 2294 y Fs(T)700 2314 y(E)743 2294 y(X)f(2.09)h(document;)38
b(this)31 b(is)g(the)h(direct)g(opposite)i(of)d Fl(209mode)p
Fs(.)54 b(When)31 b(enabled,)k(the)c(def)o(ault)227 2407
y(alignment)26 b(is)d Fl(Bl)p Fs(,)g(and)h Fl(\\tex)g
Fs(scanning)i(is)e(turned)h(of)n(f)e(by)h(def)o(ault.)0
2594 y Fl(scanall)48 b Fs(turns)37 b(on)e Fl(\\tex)i
Fs(scanning)h(by)d(def)o(ault.)67 b(Use)35 b(this)h(option)h(if)f(most)
f(your)i(\002gures)f(use)g(embedded)i Fl(\\tex)227 2707
y Fs(commands.)0 2895 y Fl(debug)47 b Fs(turns)27 b(on)f(some)f(of)h
(the)g(deb)n(ugging)j(features)e(of)f(PSfrag.)35 b(It)25
b(inserts)i(e)o(xtra)f(code)h(into)f(the)g(PostScript)h(\002le)e(that)
227 3008 y(dra)o(w)e(the)g(bounding)j(box)o(es)e(of)f(each)h(piece)h
(of)e(te)o(xt)g(that)h(is)f(replaced.)30 b(It)23 b(is)g(probably)j(not)
d(useful)i(to)e(an)o(yone)i(b)n(ut)227 3121 y(the)f(de)n(v)o(elopers)i
(of)d Fr(PSfr)o(ag)p Fs(.)0 3463 y Fv(7)119 b(An)31 b(Example)0
3720 y Fs(In)d(the)h(follo)n(wing)g(e)o(xample,)h(we)e(demonstrate)i
(ho)n(w)e(to)g(use)h Fr(PSfr)o(ag)f Fs(with)g(the)g(MA)-10
b(TLAB)25 b(package.)45 b(The)28 b(follo)n(wing)0 3833
y(MA)-10 b(TLAB)26 b(commands)k(generate)h(a)d(plot)i(of)f(both)h(a)e
(sine)i(w)o(a)n(v)o(e)e(and)i(a)e(cosine)j(w)o(a)n(v)o(e,)f(places)g
(both)g(simple)f(tags)h(and)0 3946 y Fl(\\tex)24 b Fs(replacements)j
(into)d(the)g(\002gure,)f(and)h(sa)n(v)o(es)h(the)e(result)i(as)f(an)f
(EPS)e(\002le)i Fl(example.eps)p Fs(.)169 4195 y Fg(t)43
b(=)g(0:.1:10;)169 4294 y(plot\(t,sin\(t\),t,co)q(s\(t)q(\)\);)169
4394 y(axis\('square'\);)48 b(grid;)169 4494 y(title\('\\tex[B][B]{)q
(Plo)q(t)g(of)43 b($\\sin\(t\)$)j(and)d($\\cos\(t\)$}'\);)169
4593 y(xlabel\('\\tex[t][t])q({$t)q($}')q(\);)169 4693
y(ylabel\('\\tex[B][B])q({$\\)q(sin)q(\(t\))q($,)49 b
($\\cos\(t\)$}'\);)169 4793 y(text\(t\(30\),sin\(t\(3)q(0\)\))q(,'p)q
(1'\))q(;)169 4892 y(text\(t\(60\),sin\(t\(6)q(0\)\))q(,'p)q(2'\))q(;)
169 4992 y(text\(t\(90\),sin\(t\(9)q(0\)\))q(,'p)q(2'\))q(;)169
5091 y(tt=text\(t\(50\),cos\()q(t\(5)q(0\)\))q(,'p)q(3'\))q(;)169
5191 y(set\(tt,'Horizontal)q(Ali)q(gnm)q(ent)q(',')q(cen)q(ter)q(',')q
(Ver)q(tic)q(alA)q(lig)q(nme)q(nt')q(,..)q(.)339 5291
y('bottom','Rotation',)q(ata)q(n2\()q(-si)q(n\(t)q(\(50)q(\)\)*)q(10,)q
(2\)*)q(180)q(/pi)q(\);)169 5390 y(print)44 b(-deps)g(example)1927
5649 y Fs(7)p eop end
%%Page: 8 8
TeXDict begin 8 7 bop 0 91 a Fs(\(In)25 b(MA)-10 b(TLAB,)22
b(the)j(')n(te)o(xt')h(command)g(def)o(aults)h(to)e(a)f(left-center)k
(alignment,)f(corresponding)i(to)c(a)g Fl([)p Fo(h)p
Fm(psposn)p Fo(i)s Fl(])g Fs(ar)n(gu-)0 204 y(ment)f(of)f
Fl([l])p Fs(.\))0 367 y(The)35 b(code)i(belo)n(w)f(includes)i
Fl(example.eps)h Fs(into)d(the)g(current)h(document,)k(resizing)c(it)f
(to)f(a)h(width)g(of)f(3.5)h(inches.)0 480 y(Se)n(v)o(eral)c
Fl(\\psfrag)i Fs(commands)g(are)e(used)h(to)f(replace)i(the)f(tags)f
Fl(p1)p Fs(,)i Fl(p2)p Fs(,)g(and)f Fl(p3)f Fs(in)g(the)h(\002gure,)h
(and)f(the)f(command)0 593 y Fl(\\psfragscanon)27 b Fs(command)e(is)e
(used)h(to)g(notify)h Fr(PSfr)o(ag)e Fs(that)h(it)f(must)h(scan)g
Fl(example.eps)j Fs(for)c(the)h Fl(\\tex)g Fs(tags.)169
842 y Fg(\\begin{figure}[tbh)q(])339 941 y(\\unitlength=1in)339
1041 y(\\begin{center})508 1141 y(\\psfragscanon)508
1240 y(\\psfrag{p1}[l]{\\beg)q(in{)q(pic)q(tur)q(e}\()q(0,0)q(\))677
1340 y(\\put\(0.15,)46 b(0.2\){\\makebox\(0,0\)[)q(l]{)q($\\s)q(in\()q
(t\)$)q(}})677 1440 y(\\put\(0.1,0.2\){\\vec)q(tor)q(\(-1)q(,-2)q(\){0)
q(.1})q(})677 1539 y(\\end{picture}})508 1639 y(\\psfrag*{p1}[][l]{$)q
(\\as)q(t$})508 1738 y(\\psfrag{p2}[][l]{$\\)q(ast)q($})508
1838 y(\\psfrag{p3}{$\\cos\(t)q(\)$})508 1938 y(\\includegraphics[wi)q
(dth)q(=3.)q(5in)q(]{e)q(xam)q(ple)q(.ep)q(s})381 2037
y(\\end{center})381 2137 y(\\caption{A)g(\\textsf{psfrag})h(example.})
169 2237 y(\\end{figure})0 2499 y Fs(Note)23 b(the)h(use)g(of)g(a)f
Fl(picture)i Fs(en)l(vironment)i(within)d(the)g(replacement)i(for)d
Fl(p1)p Fs(.)900 4729 y
 /PSfrag where{pop(p1)[[0(Bl)1 0][1(l)1 0]](p2)[[2(l)1 0]](p3)[[3(Bl)1
0]](\\tex[t][t]{$t$})[[4(t)1 0]](\\tex[B][B]{$\\sin\(t\)$, $\\cos\(t\)$})[[5(B)1
0]](\\tex[B][B]{Plot of $\\sin\(t\)$ and $\\cos\(t\)$})[[6(B)1 0]]6
0 -1/Begin PSfrag}{userdict /PSfrag{pop}put}ifelse
 900 4729 a @beginspecial 97 @llx
197 @lly 502 @urx 604 @ury 2520 @rwi @setspecial
%%BeginDocument: example.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: example.eps
%%CreationDate: 11/05/96  21:16:44
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    97   197   502   604
%%EndComments

%%BeginProlog

% MathWorks dictionary
/MathWorks 150 dict begin

% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef

% operator abbreviations
/c  /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
/rm /rmoveto ldef
/rl /rlineto ldef
/s /show ldef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef

% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef

% orientation switch
/portraitMode   0 def
/landscapeMode  1 def

% coordinate system mappings
/dpi2point 0 def

% font control
/FontSize 0 def
/FMS {
    /FontSize xstore        %save size off stack
    findfont
    [FontSize 0 0 FontSize neg 0 0]
    makefont
    setfont
    }bdef

/reencode {
exch dup where
{pop load} {pop StandardEncoding} ifelse
exch
dup 3 1 roll
findfont dup length dict begin
  { 1 index /FID ne {def}{pop pop} ifelse } forall
  /Encoding exch def
  currentdict
end
definefont pop
} bdef

/isroman {
findfont /CharStrings get
/Agrave known
} bdef

/FMSR {
3 1 roll 1 index
dup isroman
{reencode} {pop pop} ifelse
exch FMS
} bdef

/csm {
    1 dpi2point div -1 dpi2point div scale
    neg translate
    landscapeMode eq {90 rotate} if
    } bdef

% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef

% macros for lines and objects
/L {
    lineto
    stroke
    } bdef
/MP {
    3 1 roll moveto
    1 sub {rlineto} repeat
    } bdef
/AP {
    {rlineto} repeat
    } bdef
/PP {
    closepath fill
    } bdef
/DP {
    closepath stroke
    } bdef
/MR {
    4 -2 roll moveto
    dup  0 exch rlineto
    exch 0 rlineto
    neg  0 exch rlineto
    closepath
    } bdef
/FR {
    MR stroke
    } bdef
/PR {
    MR fill
    } bdef
/L1i {
    { currentfile picstr readhexstring pop } image
    } bdef

/tMatrix matrix def
/MakeOval {
    newpath
    tMatrix currentmatrix pop
    translate scale
    0 0 1 0 360 arc
    tMatrix setmatrix
    } bdef
/FO {
    MakeOval
    stroke
    } bdef
/PO {
    MakeOval
    fill
    } bdef

/PD {
    2 copy moveto lineto stroke
    } bdef


currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    97   197   502   604
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: graph1 1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  956    91  4862  4883 MR c np
76 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 144 FMSR

1 j
c1
   0    0 6912 5185 PR
6 w
DO
4 w
c0
1463 4613 mt 1463  388 L
1463  388 mt 1463  388 L
2308 4613 mt 2308  388 L
2308  388 mt 2308  388 L
3153 4613 mt 3153  388 L
3153  388 mt 3153  388 L
3999 4613 mt 3999  388 L
3999  388 mt 3999  388 L
4844 4613 mt 4844  388 L
4844  388 mt 4844  388 L
5689 4613 mt 5689  388 L
5689  388 mt 5689  388 L
1463 4613 mt 5689 4613 L
5689 4613 mt 5689 4613 L
1463 4191 mt 5689 4191 L
5689 4191 mt 5689 4191 L
1463 3768 mt 5689 3768 L
5689 3768 mt 5689 3768 L
1463 3346 mt 5689 3346 L
5689 3346 mt 5689 3346 L
1463 2923 mt 5689 2923 L
5689 2923 mt 5689 2923 L
1463 2501 mt 5689 2501 L
5689 2501 mt 5689 2501 L
1463 2078 mt 5689 2078 L
5689 2078 mt 5689 2078 L
1463 1655 mt 5689 1655 L
5689 1655 mt 5689 1655 L
1463 1233 mt 5689 1233 L
5689 1233 mt 5689 1233 L
1463  811 mt 5689  811 L
5689  811 mt 5689  811 L
1463  388 mt 5689  388 L
5689  388 mt 5689  388 L
1463 4613 mt 1463  388 L
1463  388 mt 5689  388 L
1463 4613 mt 1463  388 L
1463  388 mt 5689  388 L
1463 4613 mt 1463  388 L
1463  388 mt 5689  388 L
SO
6 w
1463 4613 mt 5689 4613 L
1463  388 mt 5689  388 L
5689 4613 mt 5689  388 L
1463 4613 mt 1463  388 L
5689 4613 mt 5689 4613 L
1463 4613 mt 1463 4613 L
1463 4613 mt 5689 4613 L
1463 4613 mt 1463  388 L
1463 4613 mt 1463 4613 L
1463 4613 mt 1463 4571 L
1463  388 mt 1463  430 L
1423 4782 mt
(0) s
2308 4613 mt 2308 4571 L
2308  388 mt 2308  430 L
2268 4782 mt
(2) s
3153 4613 mt 3153 4571 L
3153  388 mt 3153  430 L
3113 4782 mt
(4) s
3999 4613 mt 3999 4571 L
3999  388 mt 3999  430 L
3959 4782 mt
(6) s
4844 4613 mt 4844 4571 L
4844  388 mt 4844  430 L
4804 4782 mt
(8) s
5689 4613 mt 5689 4571 L
5689  388 mt 5689  430 L
5609 4782 mt
(10) s
1463 4613 mt 1505 4613 L
5689 4613 mt 5647 4613 L
1264 4666 mt
(-1) s
1463 4191 mt 1505 4191 L
5689 4191 mt 5647 4191 L
1144 4244 mt
(-0.8) s
1463 3768 mt 1505 3768 L
5689 3768 mt 5647 3768 L
1144 3821 mt
(-0.6) s
1463 3346 mt 1505 3346 L
5689 3346 mt 5647 3346 L
1144 3399 mt
(-0.4) s
1463 2923 mt 1505 2923 L
5689 2923 mt 5647 2923 L
1144 2976 mt
(-0.2) s
1463 2501 mt 1505 2501 L
5689 2501 mt 5647 2501 L
1348 2554 mt
(0) s
1463 2078 mt 1505 2078 L
5689 2078 mt 5647 2078 L
1228 2131 mt
(0.2) s
1463 1655 mt 1505 1655 L
5689 1655 mt 5647 1655 L
1228 1708 mt
(0.4) s
1463 1233 mt 1505 1233 L
5689 1233 mt 5647 1233 L
1228 1286 mt
(0.6) s
1463  811 mt 1505  811 L
5689  811 mt 5647  811 L
1228  864 mt
(0.8) s
1463  388 mt 1505  388 L
5689  388 mt 5647  388 L
1348  441 mt
(1) s
1463  388 mt 5689  388 L
1463 4613 mt 5689 4613 L
1463 4613 mt 1463  388 L
5689 4613 mt 5689  388 L
1463  388 mt 1463  388 L
5689  388 mt 5689  388 L
gs 1463 388 4227 4226 MR c np
42 183 43 192 42 200 42 206 42 210 43 211 42 210 42 208
42 204 43 196 42 188 42 177 42 165 43 151 42 135 42 119
42 100 43 82 42 61 42 42 42 20 43 -1 42 -22 42 -43
42 -63 43 -83 42 -102 42 -120 43 -137 42 -152 42 -166 42 -178
43 -188 42 -197 42 -204 42 -208 43 -211 42 -211 42 -209 42 -206
43 -199 42 -192 42 -182 42 -170 43 -157 42 -142 42 -126 42 -108
43 -89 42 -70 42 -50 43 -29 42 -8 42 13 42 34 43 55
42 75 42 94 42 113 43 130 42 146 42 160 42 173 43 185
42 193 42 202 42 206 43 210 42 211 42 211 42 207 43 202
42 195 42 186 42 176 43 162 42 149 42 132 43 116 42 97
42 79 42 58 43 37 42 17 42 -4 42 -26 43 -46 42 -67
42 -86 42 -105 43 -123 42 -139 42 -155 42 -168 43 -180 42 -190
42 -198 42 -205 43 -209 1505 2290 100 MP stroke
42 -211 1463 2501 2 MP stroke
42 -106 43 -87 42 -67 42 -48 42 -26 43 -5 42 15 42 37
42 57 43 78 42 96 42 115 42 132 43 148 42 162 42 175
42 185 43 195 42 202 42 207 42 210 43 211 42 211 42 206
42 202 43 194 42 185 42 174 43 161 42 146 42 131 42 113
43 95 42 76 42 56 42 35 43 14 42 -7 42 -28 42 -49
43 -69 42 -89 42 -107 42 -125 43 -141 42 -157 42 -169 42 -182
43 -191 42 -199 42 -205 43 -210 42 -211 42 -210 42 -209 43 -204
42 -197 42 -189 42 -179 43 -166 42 -153 42 -137 42 -121 43 -103
42 -84 42 -64 42 -44 43 -22 42 -2 42 19 42 40 43 61
42 81 42 99 42 118 43 135 42 150 42 164 43 177 42 187
42 197 42 203 43 207 42 211 42 211 42 210 43 206 42 200
42 193 42 183 43 172 42 158 42 144 42 128 43 110 42 92
42 73 42 52 43 31 1505 399 100 MP stroke
42 11 1463 388 2 MP stroke

gr
3194 4942 mt
(\\tex[t][t]{$t$}) s
1090 3419 mt  -90 rotate
(\\tex[B][B]{$\\sin\(t\)$, $\\cos\(t\)$}) s
90 rotate
2314  273 mt
(\\tex[B][B]{Plot of $\\sin\(t\)$ and $\\cos\(t\)$}) s
2689 2048 mt
(p1) s
3956 3343 mt
(p2) s
5224 1495 mt
(p2) s
3486 2178 mt  -78 rotate
(p3) s
78 rotate

end

eplot
%%EndObject graph 1

epage
end

showpage

%%Trailer
%%EOF

%%EndDocument
 @endspecial 900 4729 a
 /End PSfrag
 900 4729 a 900 3838 a
 /Hide PSfrag
 900 3838
a 150 3900 a Fs(PSfrag)g(replacements)p 150 3935 750
4 v 900 3938 a
 /Unhide PSfrag
 900 3938 a 900 4051 a
  {
 900 4051 a 990 3954
a Fs(sin)q Fi(\()n Fm(t)6 b Fi(\))918 4014 y Fb(\001)900
4051 y(\001)-42 b(\013)900 4051 y
  } 0/Place PSfrag
 900 4051 a 877 4143
a
  {
 877 4143 a 854 4164 a Fo(\003)877 4143 y
  } 1/Place PSfrag
 877 4143 a
877 4256 a
  {
 877 4256 a 854 4277 a Fo(\003)877 4256 y
  } 2/Place PSfrag
 877
4256 a 679 4367 a
  {
 679 4367 a Fs(cos)q Fi(\()n Fm(t)6
b Fi(\))679 4367 y
  } 3/Place PSfrag
 679 4367 a 885 4453 a
  {
 885 4453 a 868
4502 a Fm(t)885 4453 y
  } 4/Place PSfrag
 885 4453 a 664 4593 a
  {
 664 4593
a -236 w Fs(sin)q Fi(\()n Fm(t)g Fi(\))p Fs(,)23 b(cos)q
Fi(\()n Fm(t)6 b Fi(\))664 4593 y
  } 5/Place PSfrag
 664 4593 a 464 4706
a
  {
 464 4706 a -435 w Fs(Plot)23 b(of)h(sin)q Fi(\()n Fm(t)6
b Fi(\))23 b Fs(and)h(cos)q Fi(\()n Fm(t)6 b Fi(\))464
4706 y
  } 6/Place PSfrag
 464 4706 a 1426 5024 a Fs(Figure)24 b(2:)29 b(A)22
b Fr(PSfr)o(ag)h Fs(e)o(xample.)0 5237 y(The)g(result)i(of)e(these)i
(tw)o(o)e(steps)i(is)e(sho)n(wn)h(in)f(Figure)h(2.)1927
5649 y(8)p eop end
%%Page: 9 9
TeXDict begin 9 8 bop 0 91 a Fk(7.1)99 b(Figur)n(e)26
b(scaling)e(and)h(r)n(esizing)0 300 y Fs(There)32 b(are)h(tw)o(o)f(w)o
(ays)g(to)g(resize)h(EPS)d(\002gures)j(with)f(the)h Fr(g)o(r)o(aphics)h
Fs(package,)i(and)c(each)h(has)g(as)f(dif)n(ferent)i(ef)n(fect)f(on)0
413 y Fr(PSfr)o(ag)21 b Fs(replacements.)31 b(If)21 b(you)g(are)h(used)
g(to)f(using)i Fl(epsf.sty)p Fs(,)g(you)f(will)f(be)g(accustomed)j(to)d
(only)h(one)g(such)g(beha)n(vior)-5 b(.)0 561 y(If)22
b(you)h(use)g(the)f Fl(\\scalebox)j Fs(or)d Fl(\\resizebox)j
Fs(macros)e(of)f Fl(graphics.sty)p Fs(,)k(then)d(the)g
Fr(PSfr)o(ag)f Fs(replacments)i Fm(will)e Fs(scale)0
674 y(with)g(the)g(\002gure.)28 b(This)22 b(ef)n(fect)h(is)e
(illustrated)k(in)d(3)f(belo)n(w)-6 b(.)29 b(Figure)22
b(3)g(uses)g(the)g(follo)n(wing)i(command)e(to)g(scale)h(the)f
(\002gure)900 2889 y
 currentpoint currentpoint translate 0.62222 0.62222 scale neg exch
neg exch translate
 900 2889 a 900 2889 a
 /PSfrag where{pop(p1)[[0(Bl)1 0][1(l)1 0]](p2)[[2(l)1 0]](p3)[[3(Bl)1
0]](\\tex[t][t]{$t$})[[4(t)1 0]](\\tex[B][B]{$\\sin\(t\)$, $\\cos\(t\)$})[[5(B)1
0]](\\tex[B][B]{Plot of $\\sin\(t\)$ and $\\cos\(t\)$})[[6(B)1 0]]6
0 -1/Begin PSfrag}{userdict /PSfrag{pop}put}ifelse
 900 2889 a
@beginspecial 97 @llx 197 @lly 502 @urx 604 @ury 4050
@rwi @setspecial
%%BeginDocument: example.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: example.eps
%%CreationDate: 11/05/96  21:16:44
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    97   197   502   604
%%EndComments

%%BeginProlog

% MathWorks dictionary
/MathWorks 150 dict begin

% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef

% operator abbreviations
/c  /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
/rm /rmoveto ldef
/rl /rlineto ldef
/s /show ldef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef

% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef

% orientation switch
/portraitMode   0 def
/landscapeMode  1 def

% coordinate system mappings
/dpi2point 0 def

% font control
/FontSize 0 def
/FMS {
    /FontSize xstore        %save size off stack
    findfont
    [FontSize 0 0 FontSize neg 0 0]
    makefont
    setfont
    }bdef

/reencode {
exch dup where
{pop load} {pop StandardEncoding} ifelse
exch
dup 3 1 roll
findfont dup length dict begin
  { 1 index /FID ne {def}{pop pop} ifelse } forall
  /Encoding exch def
  currentdict
end
definefont pop
} bdef

/isroman {
findfont /CharStrings get
/Agrave known
} bdef

/FMSR {
3 1 roll 1 index
dup isroman
{reencode} {pop pop} ifelse
exch FMS
} bdef

/csm {
    1 dpi2point div -1 dpi2point div scale
    neg translate
    landscapeMode eq {90 rotate} if
    } bdef

% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef

% macros for lines and objects
/L {
    lineto
    stroke
    } bdef
/MP {
    3 1 roll moveto
    1 sub {rlineto} repeat
    } bdef
/AP {
    {rlineto} repeat
    } bdef
/PP {
    closepath fill
    } bdef
/DP {
    closepath stroke
    } bdef
/MR {
    4 -2 roll moveto
    dup  0 exch rlineto
    exch 0 rlineto
    neg  0 exch rlineto
    closepath
    } bdef
/FR {
    MR stroke
    } bdef
/PR {
    MR fill
    } bdef
/L1i {
    { currentfile picstr readhexstring pop } image
    } bdef

/tMatrix matrix def
/MakeOval {
    newpath
    tMatrix currentmatrix pop
    translate scale
    0 0 1 0 360 arc
    tMatrix setmatrix
    } bdef
/FO {
    MakeOval
    stroke
    } bdef
/PO {
    MakeOval
    fill
    } bdef

/PD {
    2 copy moveto lineto stroke
    } bdef


currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    97   197   502   604
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: graph1 1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  956    91  4862  4883 MR c np
76 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 144 FMSR

1 j
c1
   0    0 6912 5185 PR
6 w
DO
4 w
c0
1463 4613 mt 1463  388 L
1463  388 mt 1463  388 L
2308 4613 mt 2308  388 L
2308  388 mt 2308  388 L
3153 4613 mt 3153  388 L
3153  388 mt 3153  388 L
3999 4613 mt 3999  388 L
3999  388 mt 3999  388 L
4844 4613 mt 4844  388 L
4844  388 mt 4844  388 L
5689 4613 mt 5689  388 L
5689  388 mt 5689  388 L
1463 4613 mt 5689 4613 L
5689 4613 mt 5689 4613 L
1463 4191 mt 5689 4191 L
5689 4191 mt 5689 4191 L
1463 3768 mt 5689 3768 L
5689 3768 mt 5689 3768 L
1463 3346 mt 5689 3346 L
5689 3346 mt 5689 3346 L
1463 2923 mt 5689 2923 L
5689 2923 mt 5689 2923 L
1463 2501 mt 5689 2501 L
5689 2501 mt 5689 2501 L
1463 2078 mt 5689 2078 L
5689 2078 mt 5689 2078 L
1463 1655 mt 5689 1655 L
5689 1655 mt 5689 1655 L
1463 1233 mt 5689 1233 L
5689 1233 mt 5689 1233 L
1463  811 mt 5689  811 L
5689  811 mt 5689  811 L
1463  388 mt 5689  388 L
5689  388 mt 5689  388 L
1463 4613 mt 1463  388 L
1463  388 mt 5689  388 L
1463 4613 mt 1463  388 L
1463  388 mt 5689  388 L
1463 4613 mt 1463  388 L
1463  388 mt 5689  388 L
SO
6 w
1463 4613 mt 5689 4613 L
1463  388 mt 5689  388 L
5689 4613 mt 5689  388 L
1463 4613 mt 1463  388 L
5689 4613 mt 5689 4613 L
1463 4613 mt 1463 4613 L
1463 4613 mt 5689 4613 L
1463 4613 mt 1463  388 L
1463 4613 mt 1463 4613 L
1463 4613 mt 1463 4571 L
1463  388 mt 1463  430 L
1423 4782 mt
(0) s
2308 4613 mt 2308 4571 L
2308  388 mt 2308  430 L
2268 4782 mt
(2) s
3153 4613 mt 3153 4571 L
3153  388 mt 3153  430 L
3113 4782 mt
(4) s
3999 4613 mt 3999 4571 L
3999  388 mt 3999  430 L
3959 4782 mt
(6) s
4844 4613 mt 4844 4571 L
4844  388 mt 4844  430 L
4804 4782 mt
(8) s
5689 4613 mt 5689 4571 L
5689  388 mt 5689  430 L
5609 4782 mt
(10) s
1463 4613 mt 1505 4613 L
5689 4613 mt 5647 4613 L
1264 4666 mt
(-1) s
1463 4191 mt 1505 4191 L
5689 4191 mt 5647 4191 L
1144 4244 mt
(-0.8) s
1463 3768 mt 1505 3768 L
5689 3768 mt 5647 3768 L
1144 3821 mt
(-0.6) s
1463 3346 mt 1505 3346 L
5689 3346 mt 5647 3346 L
1144 3399 mt
(-0.4) s
1463 2923 mt 1505 2923 L
5689 2923 mt 5647 2923 L
1144 2976 mt
(-0.2) s
1463 2501 mt 1505 2501 L
5689 2501 mt 5647 2501 L
1348 2554 mt
(0) s
1463 2078 mt 1505 2078 L
5689 2078 mt 5647 2078 L
1228 2131 mt
(0.2) s
1463 1655 mt 1505 1655 L
5689 1655 mt 5647 1655 L
1228 1708 mt
(0.4) s
1463 1233 mt 1505 1233 L
5689 1233 mt 5647 1233 L
1228 1286 mt
(0.6) s
1463  811 mt 1505  811 L
5689  811 mt 5647  811 L
1228  864 mt
(0.8) s
1463  388 mt 1505  388 L
5689  388 mt 5647  388 L
1348  441 mt
(1) s
1463  388 mt 5689  388 L
1463 4613 mt 5689 4613 L
1463 4613 mt 1463  388 L
5689 4613 mt 5689  388 L
1463  388 mt 1463  388 L
5689  388 mt 5689  388 L
gs 1463 388 4227 4226 MR c np
42 183 43 192 42 200 42 206 42 210 43 211 42 210 42 208
42 204 43 196 42 188 42 177 42 165 43 151 42 135 42 119
42 100 43 82 42 61 42 42 42 20 43 -1 42 -22 42 -43
42 -63 43 -83 42 -102 42 -120 43 -137 42 -152 42 -166 42 -178
43 -188 42 -197 42 -204 42 -208 43 -211 42 -211 42 -209 42 -206
43 -199 42 -192 42 -182 42 -170 43 -157 42 -142 42 -126 42 -108
43 -89 42 -70 42 -50 43 -29 42 -8 42 13 42 34 43 55
42 75 42 94 42 113 43 130 42 146 42 160 42 173 43 185
42 193 42 202 42 206 43 210 42 211 42 211 42 207 43 202
42 195 42 186 42 176 43 162 42 149 42 132 43 116 42 97
42 79 42 58 43 37 42 17 42 -4 42 -26 43 -46 42 -67
42 -86 42 -105 43 -123 42 -139 42 -155 42 -168 43 -180 42 -190
42 -198 42 -205 43 -209 1505 2290 100 MP stroke
42 -211 1463 2501 2 MP stroke
42 -106 43 -87 42 -67 42 -48 42 -26 43 -5 42 15 42 37
42 57 43 78 42 96 42 115 42 132 43 148 42 162 42 175
42 185 43 195 42 202 42 207 42 210 43 211 42 211 42 206
42 202 43 194 42 185 42 174 43 161 42 146 42 131 42 113
43 95 42 76 42 56 42 35 43 14 42 -7 42 -28 42 -49
43 -69 42 -89 42 -107 42 -125 43 -141 42 -157 42 -169 42 -182
43 -191 42 -199 42 -205 43 -210 42 -211 42 -210 42 -209 43 -204
42 -197 42 -189 42 -179 43 -166 42 -153 42 -137 42 -121 43 -103
42 -84 42 -64 42 -44 43 -22 42 -2 42 19 42 40 43 61
42 81 42 99 42 118 43 135 42 150 42 164 43 177 42 187
42 197 42 203 43 207 42 211 42 211 42 210 43 206 42 200
42 193 42 183 43 172 42 158 42 144 42 128 43 110 42 92
42 73 42 52 43 31 1505 399 100 MP stroke
42 11 1463 388 2 MP stroke

gr
3194 4942 mt
(\\tex[t][t]{$t$}) s
1090 3419 mt  -90 rotate
(\\tex[B][B]{$\\sin\(t\)$, $\\cos\(t\)$}) s
90 rotate
2314  273 mt
(\\tex[B][B]{Plot of $\\sin\(t\)$ and $\\cos\(t\)$}) s
2689 2048 mt
(p1) s
3956 3343 mt
(p2) s
5224 1495 mt
(p2) s
3486 2178 mt  -78 rotate
(p3) s
78 rotate

end

eplot
%%EndObject graph 1

epage
end

showpage

%%Trailer
%%EOF

%%EndDocument
 @endspecial 900 2889 a
 /End PSfrag
 900 2889 a 900 1999 a
 /Hide PSfrag
 900 1999
a 150 2061 a Fs(PSfrag)h(replacements)p 150 2095 750
4 v 900 2099 a
 /Unhide PSfrag
 900 2099 a 900 2211 a
  {
 900 2211 a 990 2114
a Fs(sin)q Fi(\()n Fm(t)6 b Fi(\))918 2174 y Fb(\001)900
2211 y(\001)-42 b(\013)900 2211 y
  } 0/Place PSfrag
 900 2211 a 877 2303
a
  {
 877 2303 a 854 2324 a Fo(\003)877 2303 y
  } 1/Place PSfrag
 877 2303 a
877 2416 a
  {
 877 2416 a 854 2437 a Fo(\003)877 2416 y
  } 2/Place PSfrag
 877
2416 a 679 2527 a
  {
 679 2527 a Fs(cos)q Fi(\()n Fm(t)6
b Fi(\))679 2527 y
  } 3/Place PSfrag
 679 2527 a 885 2613 a
  {
 885 2613 a 868
2662 a Fm(t)885 2613 y
  } 4/Place PSfrag
 885 2613 a 664 2753 a
  {
 664 2753
a -236 w Fs(sin)q Fi(\()n Fm(t)g Fi(\))p Fs(,)23 b(cos)q
Fi(\()n Fm(t)6 b Fi(\))664 2753 y
  } 5/Place PSfrag
 664 2753 a 464 2866
a
  {
 464 2866 a -435 w Fs(Plot)23 b(of)h(sin)q Fi(\()n Fm(t)6
b Fi(\))23 b Fs(and)h(cos)q Fi(\()n Fm(t)6 b Fi(\))464
2866 y
  } 6/Place PSfrag
 464 2866 a 900 2889 a
 currentpoint currentpoint translate 1 0.62222 div 1 0.62222 div scale
neg exch neg exch translate
 900 2889 a 415 3184 a Fs(Figure)24
b(3:)29 b(The)23 b(same)g Fr(PSfr)o(ag)g Fs(e)o(xample)i(as)e(Figure)h
(2,)f(using)i Fl(\\resizebox)h Fs(to)e(set)g(the)f(width.)0
3382 y(to)g(3.5)h(inches)h(in)e(width:)0 3571 y Fg
(\\resizebox{3.5in}{!})q({\\)q(inc)q(lud)q(egr)q(aph)q(ics)q({ex)q(amp)
q(le.)q(eps)q(}})0 3774 y Fs(This)g(is)h(in)f(direct)i(contrast)g(to)f
(Figure)g(2,)f(which)h(uses)g(the)g Fl(width=)h Fs(k)o(e)o(yw)o(ord)f
(from)g(the)g Fl(graphicx.sty)p Fs(,)j(as)c(follo)n(ws:)0
3964 y Fg(\\includegraphics[wid)q(th)q(=3.)q(5in)q(]{\\)q(inc)q(lud)q
(egr)q(aph)q(ics)q({ex)q(amp)q(le.)q(eps)q(}})0 4166
y Fs(Figure)41 b(2)e(also)i(re\003ects)f(the)h(beha)n(vior)h(that)f
(you)f(w)o(ould)h(see)f(when)g(using)h(the)f Fl(epsf.sty)i
Fs(macros)f Fl(\\epfxsize)p Fs(,)0 4279 y Fl(\\epsfysize)p
Fs(,)26 b Fm(etc)p Fs(.)j(In)23 b(these)i(cases,)f(the)g
Fr(PSfr)o(ag)f Fs(te)o(xt)h(does)g(not)g(scale)h(with)e(it.)28
b(to)c(resize)h(the)e(\002gure.)0 4427 y(As)f(you)h(can)g(see,)f(the)h
(te)o(xt)g(in)f(the)h(second)h(\002gure)f(is)f(decidedly)j(smaller)e
(than)h(the)e(\002rst.)28 b(This)23 b(is)f(because)i
Fl(\\resizebox)0 4540 y Fs(uses)32 b(PostScript)h(tricks)g(to)e(scale)i
Fm(all)e Fs(of)h(the)g(contents)i(of)d(its)h(ar)n(gument.)54
b(Since)32 b(the)g Fl(\\psfrag)h Fs(commands)g(are)f(not)0
4653 y(actually)26 b(typeset)f(until)f Fm(within)g Fs(the)g
Fl(\\includegraphics)29 b Fs(command,)24 b(the)o(y)g(are)f(resized)j
(as)d(well.)0 4801 y(The)35 b Fl(graphicx.sty)40 b Fs(k)o(e)o(y-v)n
(alue)e(pairs)f Fl(width=)p Fs(,)j Fl(height=)p Fs(,)g(and)d
Fl(scale=)g Fs(scale)g(the)f(\002gure)g(without)h(scaling)h(the)0
4913 y(replacement)31 b(te)o(xt,)e(as)g(long)g(as)f(the)o(y)h(are)f
(supplied)j Fm(befor)m(e)e Fs(an)g Fl(angle=)h Fs(rotation)g(k)o(e)o(y)
-6 b(.)43 b(Of)28 b(course,)j(the)d Fl(\\resizebox)0
5026 y Fs(and)h Fl(\\scalebox)h Fs(macros)f(are)g(still)g(a)n(v)n
(ailable)h(in)e Fl(graphicx.sty)p Fs(,)33 b(so)28 b(you)h(can)g(mix)f
(and)g(match)h(both)g(beha)n(viors)i(as)0 5139 y(you)24
b(see)g(\002t.)k(See)23 b(the)g Fr(g)o(r)o(aphics)j Fs(documentation)h
(for)d(more)f(details.)0 5287 y(If)i(you)g(are)g(still)h(unsure)g
(about)g(these)g(distinctions,)i(then)e(try)f(both)g(methods)i(for)e
(scaling)h(your)g(\002gures)f(until)h(you)g(\002nd)0
5400 y(a)d(con)l(v)o(ention)k(that)d(w)o(orks)g(best)g(for)g(you.)1927
5649 y(9)p eop end
%%Page: 10 10
TeXDict begin 10 9 bop 0 91 a Fv(8)119 b(Common)30 b(mistak)o(es,)e
(kno)o(wn)j(pr)n(oblems,)f(and)h(b)n(ugs)0 345 y Fr(PSfr)o(ag)23
b Fs(is)g(b)n(ug-free.)0 504 y(W)-7 b(ell,)29 b(of)g(course)h(we')-5
b(re)29 b(kidding.)46 b Fr(PSfr)o(ag)28 b Fs(uses)h(some)f(trick)o(y)i
(PostScript)g(hacks)f(to)g(achie)n(v)o(e)g(its)g(goals.)45
b(So)28 b(it)g(really)0 617 y(w)o(ould)k(not)g(surprise)i(us)d(if)g
(you)i(\002nd)e(b)n(ugs,)j(If)d(you)h(\002nd)g(an)o(y)f(problems,)k
(please)e(con\002rm)f(the)o(y)g(are)f(not)h(mentioned)0
730 y(belo)n(w;)24 b(and,)g(if)f(not,)h(report)g(them)g(to)f(te)h
Fr(PSfr)o(ag)f Fs(mailing)h(list)g(\(see)g(belo)n(w\).)0
1024 y Fk(8.1)99 b(Using)25 b Fd(PSfra)o(g)f Fk(tags)g(pr)n(operly)0
1245 y Fs(One)i(of)h(the)g(more)f(frequent)j(problems)f(that)f(people)i
(encounter)g(with)d Fr(PSfr)o(ag)g Fs(is)h(that)g(it)f(replaces)j
Fm(some)e Fs(of)f(their)i(tags)0 1357 y(properly)-6 b(,)31
b(b)n(ut)e(not)f(all)g(of)g(them.)42 b(Whene)n(v)o(er)30
b(possible,)h(you)d(should)i(design)f(your)g(\002gures)g
Fm(with)f Fa(PSfr)o(ag)f Fm(in)h(mind)p Fs(,)h(by)0 1470
y(follo)n(wing)c(this)f(rule:)227 1696 y(When)f(adding)g(a)f(piece)h
(of)f(te)o(xt)g(\(a)g Fm(ta)o(g)p Fs(\))h(in)f(a)g(\002gure)g(for)g
Fr(PSfr)o(ag)g Fs(to)g(replace,)h(use)g(a)f Fm(single)h(wor)m(d)p
Fs(,)f(contain-)227 1809 y(ing)i(only)h(unaccented)h(letters)f(and)f
(numbers.)0 2034 y(This)32 b(is)g(the)g(w)o(ay)g(that)h
Fr(PSfr)o(ag)f Fs(is)g(intended)i(to)e(be)h(used;)k(doing)d(so)e(will)g
(almost)g(guarantee)j(that)e Fr(PSfr)o(ag)f Fs(w)o(orks)g(as)0
2147 y(adv)o(ertised.)h(Of)24 b(course,)h(one)g(cannot)h(al)o(w)o(ays)f
(follo)n(w)f(this)h(rule;)h(and)e(a)g(small)h(handful)h(of)e(dra)o
(wing)h(packages)h(consis-)0 2260 y(tently)j(cause)f(problems.)43
b(In)l(v)n(ariably)-6 b(,)31 b(these)e(problems)g(can)f(be)f(resolv)o
(ed)j(by)d(understanding)32 b(ho)n(w)27 b Fr(PSfr)o(ag)g
Fs(looks)i(for)0 2373 y(these)c(tags.)0 2532 y(PostScript)43
b(has)g(\002)n(v)o(e)e(commands)j(to)e(display)i(te)o(xt\227)p
Fl(show)p Fs(,)49 b Fl(ashow)p Fs(,)f Fl(kshow)p Fs(,)f
Fl(widthshow)p Fs(,)j(and)42 b Fl(awidthshow)p Fs(\227)0
2645 y(although,)23 b(in)c(man)o(y)h(cases,)h(an)e(EPS)f(\002le)h(will)
g(de\002ne)h(abbre)n(viations)j(of)d(these)h(commands.)28
b Fr(PSfr)o(ag)19 b Fs(actually)j Fm(inter)m(cepts)0
2758 y Fs(these)i(commands)h(and)f(checks)h(them)e(for)g(the)h(tags)g
(to)f(replace.)31 b(When)23 b(the)h(string)g(matches)h(a)e(kno)n(wn)h
(tag,)f Fr(PSfr)o(ag)g Fs(\002g-)0 2871 y(ures)e(out)g(where)g(the)g
(tag)f Fm(would)k Fs(ha)n(v)o(e)d(been)g(displayed,)j(and)d(inserts)h
(its)e(replacement)j(there.)29 b(When)20 b(it)h(doesn')n(t,)i
Fr(PSfr)o(ag)0 2984 y Fs(lets)h(the)g Fl(*show)g Fs(command)h(proceed)g
(normally)-6 b(.)0 3143 y(The)26 b(strings)i(that)f(these)g
Fl(*show)g Fs(display)h(are)f(delimited)h(with)e(parentheses,)k(much)c
(lik)o(e)h(the)g Fl(C)f Fs(language)j(uses)e(double)0
3256 y(quotes.)j(F)o(or)23 b(e)o(xample:)227 3482 y Fl(\(This)48
b(is)g(a)e(test.\))j(show)297 b Fs(displays)275 b Fl(This)48
b(is)f(a)g(test.)0 3708 y Fs(Unmatched)23 b(parentheses)i(and)c
(certain)j(other)e(special)h(characters)h(must)e(be)f(preceded)j(by)e
(a)f(backslash)j(in)d(a)g(PostScript)0 3820 y(string.)30
b(F)o(or)23 b(e)o(xample:)227 4046 y Fl(\(x)47 b(=)g(\\\(0,1]\))i(show)
297 b Fs(displays)276 b Fl(x)46 b(=)h(\(0,1])0 4272 y
Fs(W)l(ith)24 b(this)g(in)f(mind,)h(here)g(is)f(the)h(rule)g(about)h
Fr(PSfr)o(ag)e Fs(tags:)227 4497 y(The)f(tag)h(supplied)h(to)e(the)h
Fl(\\psfrag)h Fs(command)f(must)f(be)h(typed)g Fm(e)n(xactly)h(as)e(it)
g(appear)o(s)j(in)d(the)h(EPS)e(\002le')l(s)227 4610
y Fl(*show)k Fm(command)p Fs(,)f(without)g(the)g(surrounding)j
(parentheses.)0 4836 y(In)33 b(other)h(w)o(ords,)h Fr(PSfr)o(ag)e
Fs(will)g(w)o(ork)g(only)g(if)g(the)g(string)i(in)e(the)g
Fl(\\psfrag)i Fs(command)e(e)o(xactly)i(duplicates)g(what)e(is)0
4949 y(found)26 b(in)f(the)g(EPS)e(\002le.)33 b(If)24
b(your)i(strings)h(ha)n(v)o(e)e(backslashes)k(added)d(to)f(them,)g(as)g
(in)g(the)g Fl(x)47 b(=)f(\\\(0,1])27 b Fs(e)o(xample,)e(then)0
5062 y(you)i(will)g(ha)n(v)o(e)g(to)f(add)i(that)f(backslash)i(to)e
(the)g Fl(\\psfrag)h Fs(command)f(as)g(well.)38 b(And)26
b Fr(PSfr)o(ag)g Fs(can)h(only)h(replace)g Fm(entir)m(e)0
5174 y Fs(strings,)d(not)f(just)g(parts)g(of)g(one.)29
b(So)23 b(if)g(your)h(EPS)e(\002le)h(contains)227 5400
y Fl(\(I)47 b(want)h(to)f(replace)i(the)f(XXX)f(here\))h(show)1905
5649 y Fs(10)p eop end
%%Page: 11 11
TeXDict begin 11 10 bop 0 91 a Fs(then)24 b(the)g Fl(\\psfrag)h
Fs(command)g(will)e(f)o(ail)h(if)f(you)h(supply)h(just)f(the)g
Fl(XXX)p Fs(.)0 254 y(Y)-10 b(ou)21 b(can)h(use)g(a)e(simple)i(te)o(xt)
g(editor)h(to)e(check)h(things,)h(if)e(you)h(lik)o(e;)h(EPS)c(\002les)j
(are)f(\(almost)h(al)o(w)o(ays\))h(just)f(simple)g(ASCII)0
367 y(\002les.)0 530 y(Unfortunately)-6 b(,)30 b(some)d(dra)o(wing)h
(packages)h(display)f(te)o(xt)f(by)g(sending)h(each)g(character)h
Fm(individually)h Fs(to)d(a)f Fl(show)h Fs(com-)0 643
y(mand.)i(In)22 b(other)h(w)o(ords,)g(if)f(you)h(use)g(the)g(dra)o
(wing)g(tool)g(to)f(put)h(the)g(string)h(\223test\224)f(in)g(your)g
(\002gure,)f(it)h(will)f(do)g(something)0 756 y(lik)o(e)i(this:)227
993 y Fl(\(t\))48 b(show)g(\(e\))f(show)h(\(s\))f(show)h(\(t\))g(show)0
1230 y Fs(If)34 b(this)g(is)g(true)g(in)g(your)g(case,)j(we)c
(apologize;)42 b(it)33 b(mak)o(es)i(using)g Fr(PSfr)o(ag)e
Fs(much)h(more)g(incon)l(v)o(enient\227you)39 b(will)33
b(be)0 1343 y(limited)24 b(to)g(single-character)k(tags.)h(Such)24
b(tools)h(also)f(pre)n(v)o(ent)g(the)g(use)g(of)g(the)f
Fl(\\tex)i Fs(command.)0 1642 y Fk(8.2)99 b(Pr)n(oblems)25
b(using)g(some)g Fd(x\002g)f Fk(\002gur)n(es)0 1866 y
Fr(PSfr)o(ag)d Fs(does)i(not)f(w)o(ork)g(with)g Fr(x\002g)f
Fs(\002gures)i(that)f(use)h(\223pattern)h(\002lls.)-6
b(\224)27 b(When)c(painting/\002lling)i(a)d(polygon,)i
Fr(x\002g)d Fs(pro)o(vides)0 1979 y(a)j(number)h(of)f(choices:)32
b(simple)25 b(colors)g(or)f(gre)o(y)h(le)n(v)o(els,)f(or)g(a)g(number)h
(of)f(patterns)i(lik)o(e)f(cross-hatches,)j(check)o(ers,)e
Fm(etc.)0 2092 y Fs(Unfortunately)-6 b(,)37 b(using)c(a)f(pattern)i
(\002ll)d(in)h(a)g(\002gure)g(processed)j(by)d Fr(PSfr)o(ag)f
Fs(results)j(in)e(PostScript)h(\002les)f(that)g(will)g(not)0
2205 y(print.)0 2368 y(F)o(ortunately)-6 b(,)25 b(there)g(are)f(w)o
(orkarounds:)114 2605 y(1.)45 b(A)-7 b(v)n(oid)23 b(pattern)h(\002lls)d
(in)h(your)h Fr(x\002g)e Fs(\002gures;)j(use)e(simple)h(colors)g(\(or)f
(gre)o(ys\))h(instead.)30 b(Consult)23 b(the)f Fr(x\002g)f
Fs(documen-)227 2718 y(tation)k(for)f(details.)114 2906
y(2.)45 b(Open)30 b(the)g(of)n(fending)i Fl(.eps)f Fs(\002le)e
(\(generated)j(by)e Fr(\002g2de)n(v)h Fs(or)e Fr(x\002g)p
Fs(')-5 b(s)30 b(\223e)o(xport\224)i(command\))f(with)e(your)i(f)o(a)n
(v)n(orite)227 3019 y(te)o(xt)k(editor)-5 b(.)64 b(Look)35
b(for)g(the)g(de\002nition)h Fl(PATfill)h Fs(command;)k(inside)36
b(this)f(subroutine,)41 b(replace)36 b Fl(show)f Fs(with)227
3132 y Fl(oldshow)26 b Fs(\(there)e(is)g(only)g(one)g(occurrence\).)0
3369 y(F)o(or)41 b(those)i(PostScript)f(hack)o(ers)i(out)e(there:)66
b(both)43 b Fr(PSfr)o(ag)e Fs(and)h Fr(x\002g)f Fs(rede\002ne)i(the)f
(PostScript)g Fl(show)h Fs(command.)0 3482 y Fl(oldshow)29
b Fs(is)f(where)g Fr(x\002g)f Fs(stores)i(the)f(\223old\224)h(v)o
(ersion)g(of)e(the)h(command.)42 b(If)27 b(you)i(can)f(determine)h(why)
e(this)h(\002x)f(w)o(orks,)0 3595 y(and)d(con)l(vince)i(the)e
Fr(x\002g)f Fs(maintainers)j(to)d(mak)o(e)h(the)g(change;)h(or)l(,)f
(if)f(you)h(can)g(suggest)i(a)d(\002x)g(for)g Fr(PSfr)o(ag)p
Fs(,)g(please)i(do.)0 3894 y Fk(8.3)99 b(Pr)n(oblems)25
b(using)g(old)g(v)o(ersions)g(of)g(the)g Fd(seminar)f
Fk(package)0 4118 y Fs(The)30 b(popular)j Fr(seminar)f
Fs(package)h(w)o(as,)e(for)g(a)o(while,)i(incompatbile)g(with)e(PSfrag)
f(3.0.)50 b(This)31 b(is)g(due)g(to)f(the)h(f)o(act)h(that)0
4231 y(PSfrag)20 b(relies)g(on)g(certain)i(features)g(of)d(the)i(L)1414
4215 y Fp(A)1449 4231 y Fs(T)1490 4251 y(E)1532 4231
y(X)14 b(2)1657 4245 y Fn(e)1720 4231 y Fs(output)22
b(routine,)g(while)e Fr(seminar)h Fs(still)f(uses)h(one)f(lar)n(gely)i
(borro)n(wed)0 4344 y(from)h(L)222 4327 y Fp(A)257 4344
y Fs(T)298 4364 y(E)341 4344 y(X)g(2.09.)0 4507 y(The)j(best)i
(solution)g(for)f(this)g(problem)h(is)f(to)f(mak)o(e)h(sure)h(that)f
(you)g(ha)n(v)o(e)g(the)g(latest)h(v)o(ersion)g(of)f(the)g
Fr(seminar)g Fs(package,)0 4619 y(which)e(can)g(be)g(retrie)n(v)o(ed)i
(from)d(an)o(y)h(CT)-8 b(AN)22 b(site,)j(lik)o(ely)i(from)d(the)h(same)
g(place)h(you)f(found)h Fr(PSfr)o(ag)p Fs(.)32 b(A)24
b(web)g(page)i(for)0 4732 y Fr(seminar)d Fs(can)g(be)f(found)h(at)f
Fl(http://www.tug.org)q(/ap)q(pl)q(ica)q(tio)q(ns/)q(Se)q(min)q(ar/)q
Fs(.)33 b(The)22 b(1997/10/13)j(v)o(ersion)f(seems)0
4845 y(to)f(ha)n(v)o(e)i(corrected)h(the)d(problem.)0
5008 y(If)28 b(for)h(some)f(reason)i(you)f(are)f(forced)i(to)e(use)h
(an)f(older)h(v)o(ersion,)i(there)e(is)g(a)e(temporary)-6
b(,)32 b Fr(dvips)p Fs(-speci\002c)e(\002x:)38 b(add)29
b(the)0 5121 y(command)24 b Fl(\\special{header=ps)q(fr)q(ag.)q(pro)q
(})29 b Fs(just)24 b(before)h Fl(\\begin{document})j
Fs(in)c(your)g(L)3135 5105 y Fp(A)3170 5121 y Fs(T)3211
5141 y(E)3254 5121 y(X)e(\002le.)1905 5649 y(11)p eop
end
%%Page: 12 12
TeXDict begin 12 11 bop 0 91 a Fv(9)119 b(The)31 b Fq(PSfra)o(g)d
Fv(mailing)i(list)0 348 y Fs(There)e(is)g(a)f(Majorodomo)j(mailing)f
(list)f(for)h(purposes)h(of)e Fr(PSfr)o(ag)f Fs(maintenance.)45
b(It)27 b Fm(is)h(not)i Fs(intended)g(to)e(replace)i(this)0
461 y(manual)d(or)e(a)h(small)f(amount)i(of)f(educated)i(guessw)o(ork.)
37 b(But,)26 b(it)f Fm(is)h Fs(the)g(perfect)h(place)g(for)f(b)n(ug)g
(reports,)i(de)n(v)o(elopment)0 574 y(ideas,)i(and)f(so)f(forth.)44
b(An)o(yone)28 b(who)g(wishes)h(to)f(assist)i(in)e Fr(PSfr)o(ag)p
Fs(')-5 b(s)28 b(e)n(v)n(olution)j(may)d(subscribe;)33
b(to)28 b(do)h(so,)g(just)f(send)0 687 y(mail)23 b(to)227
924 y Fl(majordomo@rascals.)q(st)q(anf)q(ord)q(.ed)q(u)0
1162 y Fs(with)g(the)h(line)g Fl(subscribe)50 b(psfrag)25
b Fs(in)e(the)h Fm(body)h Fs(of)e(the)h(te)o(xt.)0 1324
y(Bug)f(supports,)j(ideas,)e Fm(etc.)29 b Fs(should)c(go)f(to)227
1562 y Fl(psfrag@rascals.sta)q(nf)q(ord)q(.ed)q(u)p Fs(.)0
1799 y(If)34 b(you)g(ha)n(v)o(e)g(found)h(a)f(b)n(ug)g(to)g(report,)j
(please)e(pro)o(vide)h(us)d(with)h(the)g(necessary)i(\002les)e(\(a)f(L)
3048 1783 y Fp(A)3083 1799 y Fs(T)3124 1820 y(E)3167
1799 y(X)g(\002le,)i(the)f(EPS)e(\002g-)0 1912 y(ures,)e
Fm(etc.)p Fs(\))f(so)g(we)f(can)h(test)g(it)f(out)i(ourselv)o(es!)46
b(T)m(ry)28 b(to)h(pro)o(vide)h(us)f(with)g(the)g(shortest)h
(self-contained)j(e)o(xample)d(that)0 2025 y(demonstrates)c(your)f(b)n
(ug.)k(If)24 b(this)g(is)f(not)h(possible,)h(drop)g(us)e(a)g(line)h
(\002rst.)1905 5649 y(12)p eop end
%%Trailer

userdict /end-hook known{end-hook}if
%%EOF