This file is indexed.

/usr/share/doc/xfig/xfig_man.html is in xfig-doc 1:3.2.6a-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
<!-- Creator     : groff version 1.22.3 -->
<!-- CreationDate: Tue Jan 10 00:27:40 2017 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="Content-Style" content="text/css">
<style type="text/css">
       p       { margin-top: 0; margin-bottom: 0; vertical-align: top }
       pre     { margin-top: 0; margin-bottom: 0; vertical-align: top }
       table   { margin-top: 0; margin-bottom: 0; vertical-align: top }
       h1      { text-align: center }
</style>
<title>xfig</title>

</head>
<body>

<h1 align="center">xfig</h1>

<a href="#NAME">NAME</a><br>
<a href="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<a href="#X RESOURCES and DEFAULTS">X RESOURCES and DEFAULTS</a><br>
<a href="#BUGS and RESTRICTIONS">BUGS and RESTRICTIONS</a><br>
<a href="#SEE ALSO">SEE ALSO</a><br>
<a href="#ACKNOWLEDGEMENT">ACKNOWLEDGEMENT</a><br>
<a href="#COPYRIGHT">COPYRIGHT</a><br>
<a href="#FILES">FILES</a><br>
<a href="#AUTHORS">AUTHORS</a><br>
<a href="#NOTES">NOTES</a><br>

<hr>


<h2>NAME
<a name="NAME"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">xfig - Facility
for Interactive Generation of figures under X11 <br>
Version 3.2.6a</p>

<h2>SYNOPSIS
<a name="SYNOPSIS"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em"><b>xfig</b>
[<i>options</i>] [<i>file</i>]</p>

<h2>DESCRIPTION
<a name="DESCRIPTION"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em"><i>Xfig</i> is
a menu-driven tool that allows the user to draw and
manipulate objects interactively under the X Window System.
<b>It runs under X version 11 release 4 or higher</b> and
requires a two- or three-button mouse. <i>file</i> specifies
the name of a file to be edited. The objects in the file
will be read at the start of <i>xfig</i>.</p>

<p style="margin-left:11%; margin-top: 1em">The bulk of the
documentation for <i>xfig</i> is in an HTML-based reference
guide. See the Help menu in <i>xfig</i> or point your
browser at <i>/usr/share/doc/xfig/html/index.html</i>. There are both
English and Japanese versions.</p>

<p style="margin-left:11%; margin-top: 1em">When using a
two-button mouse use the <i>&lt;Meta&gt;</i> key and the
right button at the same time to effect the action of the
middle button.</p>

<p style="margin-left:11%; margin-top: 1em"><i>Xfig</i> is
available from https://sourceforge.net/projects/mcj/.</p>

<p style="margin-left:11%; margin-top: 1em">The
<i>TransFig</i> package is used when printing or exporting
the output from <i>xfig</i>. The <i>fig2dev</i> program from
the <i>TransFig</i> package is automatically called by
<i>xfig</i> as a back-end processor to produce various types
of output:</p>

<p style="margin-left:11%; margin-top: 1em">LaTeX,
Metafont, PostScript or Encapsulated PostScript, tk (tcl/tk
tool command language/tool kit package), GIF, JPEG, PCX,
PNG, PPM, TIFF, XBM, XPM, AutoCAD Slide, IBM-GL (HP/GL), Pic
and PiCTeX. <br>
For use with TeX/LaTeX: box, epic, eepic, eepicemu, pict2e,
pstricks, tikz.</p>

<p style="margin-left:11%; margin-top: 1em">See man fig2dev
for all options.</p>

<p style="margin-left:11%; margin-top: 1em">The
<i>TransFig</i> package is available from https://sourceforge.net/projects/mcj/.</p>

<h2>OPTIONS
<a name="OPTIONS"></a>
</h2>



<p style="margin-left:11%; margin-top: 1em"><b>&minus;help</b></p>

<p style="margin-left:22%;">Print all command-line options
for xfig and quit.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;a</b>[<b>llownegcoords</b>]</p>

<p style="margin-left:22%;">Allow panning into the negative
region of the canvas. This is the default</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;au</b>[<b>torefresh</b>]
Make xfig look at the timestamp on the .fig file and
automatically load it and display it everytime it
changes.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;bal</b>[<b>loon_delay</b>]
<i>msec</i></p>

<p style="margin-left:22%;">Cause popup information
balloons to be delayed by <i>msec</i> milliseconds. The
default is 500 milliseconds.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;bol</b>[<b>d</b>]
<i>font</i></p>

<p style="margin-left:22%;">Cause the font used for
displaying the file name and confirmation messages to be
<i>font</i> (default = 8x13bold).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;butt</b>[<b>on</b>]
<i>font</i></p>

<p style="margin-left:22%;">Cause the font used for most
buttons to be <i>font</i> (default = 6x13).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;but_</b>[<b>per_row</b>]
<i>number</i></p>

<p style="margin-left:22%;">Specify the number of buttons
wide the mode panel should be. This is useful in conjunction
with the <b>&minus;pheight</b> parameter to reduce the
canvas height for small screens.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;cbg</b>
color</p>

<p style="margin-left:22%;">Use <i>color</i> as the
background color for the canvas. If you want to set the
background of everything in xfig (e.g. menus, etc.) use the
general <b>-bg</b> option.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;center</b></p>

<p style="margin-left:22%;">Set the print option to print
the figure centered on the page. This is the default.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;centim</b>[<b>ers</b>]</p>

<p style="margin-left:22%;">Make centimeters the unit of
choice. See also <b>-metric.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;cfg</b>
color</p>

<p style="margin-left:22%;">Use <i>color</i> as the default
color for objects. If you want to set the foreground of
everything in xfig (e.g. menus, etc.) use the general
<b>-fg</b> option.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;correct_font_size</b></p>

<p style="margin-left:22%;">Normally, <i>fig2dev</i> uses
1/80 inch for font size increments (for historical reasons),
instead of the more proper
&lsquo;&lsquo;points&rsquo;&rsquo; (1/72 inch) that
<i>xfig</i> uses. This option makes xfig call fig2dev with
the <b>-F</b> option to make it use points (1/72 inch).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;deb</b>[<b>ug</b>]</p>

<p style="margin-left:22%;">Turn on debugging mode. Prints
various debugging messages like font names etc.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;dep</b>[<b>th</b>]</p>

<p style="margin-left:22%;">Choose depth of visual desired.
Your server must support the desired visual and depth
chosen. Use <i>xdpyinfo</i> to see what visuals and depths
are supported. See also the <b>&minus;visual</b> option.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;donta</b>[<b>llownegcoords</b>]</p>

<p style="margin-left:22%;">Don&rsquo;t allow panning into
the negative region of the canvas. The default is to allow
panning in the negative region.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;dontshowb</b>[<b>alloons</b>]</p>

<p style="margin-left:22%;">Prevents xfig from popping up
the information balloons. See also <b>-showballoons.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;dontshowl</b>[<b>engths</b>]</p>

<p style="margin-left:22%;">Don&rsquo;t show lengths of
lines as they are being drawn. This is the default.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;dontshowz</b>[<b>erolines</b>]</p>

<p style="margin-left:22%;">Don&rsquo;t show axis zero
lines on the canvas. The default is to show them.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;dontsw</b>[<b>itchcmap</b>]</p>

<p style="margin-left:22%;">Prevents xfig from switching to
a private colormap if there aren&rsquo;t enough colors
available in the default colormap. See also
<b>&minus;max_image_colors.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;enc</b>[<b>oding</b>]
<i>encoding</i></p>

<p style="margin-left:22%;">Encode character set using
<i>encoding</i> when exporting LaTeX text. The default is 1.
This is used for the ISO-8859 encoding of character sets.
Allowed values are 0 (no encoding), 1 (ISO-8859-1) or 2
(ISO-8859-2).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;exportL</b>[<b>anguage</b>]
<i>language</i></p>

<p style="margin-left:22%;">Specifies the default language
to be used for when exporting a fig file. Choices are:</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>Name</p></td>
<td width="72%">


<p>Language
-------------------------------------------------</p> </td></tr>
</table>

<p style="margin-left:22%;">Vector formats:</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>box</p></td>
<td width="72%">


<p>LaTeX box (figure boundary)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>latex</p></td>
<td width="72%">


<p>LaTeX picture</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>epic</p></td>
<td width="72%">


<p>LaTeX picture + epic macros</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>eepic</p></td>
<td width="72%">


<p>LaTeX picture + eepic macros</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>eepicemu</p></td>
<td width="72%">


<p>LaTeX picture + eepicemu macros</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>pictex</p></td>
<td width="72%">


<p>PiCTeX macros</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>hpl</p></td>
<td width="72%">


<p>HPGL (IBMGL)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>eps</p></td>
<td width="72%">


<p>Encapuslated PostScript</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>eps_ascii</p></td>
<td width="72%">


<p>Encapuslated PostScript with ASCII preview</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>eps_mono_tiff</p></td>
<td width="72%">


<p>Encapuslated PostScript with monochrome binary (TIFF)
preview</p> </td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>eps_color_tiff</p></td>
<td width="72%">


<p>Encapuslated PostScript with color binary (TIFF)
preview</p> </td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>ps</p></td>
<td width="72%">


<p>PostScript</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>pdf</p></td>
<td width="72%">


<p>PDF (Portable Document Format)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>pstex</p></td>
<td width="72%">


<p>Combined PS/LaTeX (both PS and LaTeX parts)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>pdftex</p></td>
<td width="72%">


<p>Combined PDF/LaTeX (both PDF and LaTeX parts)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>textyl</p></td>
<td width="72%">


<p>Textyl special commands</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>tpic</p></td>
<td width="72%">


<p>TPIC</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>pic</p></td>
<td width="72%">


<p>PIC</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>mf</p></td>
<td width="72%">


<p>MF (MetaFont)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>mp</p></td>
<td width="72%">


<p>MP (MetaPost)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>mmp</p></td>
<td width="72%">


<p>MMP (Multi-MetaPost)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>cgm</p></td>
<td width="72%">


<p>CGM (Computer Graphics Meta file)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>bcgm</p></td>
<td width="72%">


<p>Binary CGM (Computer Graphics Meta file)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>emf</p></td>
<td width="72%">


<p>Enhanced Meta file)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>tk</p></td>
<td width="72%">


<p>Tk (of the tcl/tk fame)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>svg</p></td>
<td width="72%">


<p>SVG (Scalable Vector Graphics (XML variant))</p></td></tr>
</table>

<p style="margin-left:22%; margin-top: 1em">Bitmap
formats:</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>gif</p></td>
<td width="72%">


<p>GIF</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>jpeg</p></td>
<td width="72%">


<p>JPEG (JFIF)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>pcx</p></td>
<td width="72%">


<p>PCX</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>png</p></td>
<td width="72%">


<p>PNG</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>ppm</p></td>
<td width="72%">


<p>PPM (portable pixmap package)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>sld</p></td>
<td width="72%">


<p>(AutoCad slide)</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>tiff</p></td>
<td width="72%">


<p>TIFF</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>xbm</p></td>
<td width="72%">


<p>X11 Bitmap</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="6%">


<p>xpm</p></td>
<td width="72%">


<p>X11 Pixmap (XPM3 package)
-------------------------------------------------</p> </td></tr>
</table>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;export_m</b>[<b>argin</b>]
<i>width</i></p>

<p style="margin-left:22%;">Set the size of the border
margin around the figure for exporting to bitmap,
PostScript, Encapsulated PostScript, or HTML MAP formats.
This is in units of pixels (1/80th inch). The default is
0.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;fli</b>[<b>pvisualhints</b>]</p>

<p style="margin-left:22%;">Flip left/right mouse indicator
messages for mice whose buttons have been switched. The
default is to NOT flip the messages.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;flu</b>[<b>shleft</b>]</p>

<p style="margin-left:22%;">Set the print option to print
the figure flush left. The default is to center the figure
on the page.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;free</b>[<b>hand_resolution</b>]
<i>resolution</i></p>

<p style="margin-left:22%;">Set the resolution of the
freehand drawing mode to <i>resolution</i> pixels. This is
the number of pixels the mouse must move before xfig adds
another point to the object being drawn.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;geom</b>[<b>etry</b>]
[<i>WxH</i>]<i>[+X+Y]</i></p>

<p style="margin-left:22%;">You may use the &minus;geometry
option or resource to <i>size and/or position the xfig
window,</i> or you may use <b>-pwidth</b> and/or
<b>-pheight</b> to specify the canvas size in inches or
centimeters. If you use the <b>-geom</b> option to make the
xfig window smaller than the default, you may have to use
the <b>-but_per_row</b> option to tell xfig to put 3 or 4
buttons per row on the left mode panel.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;gh</b>[<b>ostscript</b>]
<i>postscript-interpreter</i></p>

<p style="margin-left:22%;">Select the PostScript (tm)
interpreter of your choice. The default is ghostscript (gs).
This is needed when importing Encapsulated PostScript
files.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;grid_c</b>[<b>olor</b>]
<i>color</i></p>

<p style="margin-left:22%;">Draw the grid on the canvas in
this color (default: red).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;grid_u</b>[<b>nit</b>]
<i>unit</i></p>

<p style="margin-left:22%;">Only used when in inches mode
to choose between showing fractions or decimal inches in the
rulers and grid. Any of the following may be used to force
decimal inches: &quot;ten&quot;, &quot;tenth&quot;,
&quot;10, &quot;1/10&quot;. If any other value is used for
this option, the rulers will show 1/16 inch divisions.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;hidd</b>[<b>entext</b>]</p>

<p style="margin-left:22%;">Start <i>xfig</i> with the
<i>hidden text</i> mode for text objects. The <i>Hidden</i>
attribute is used for figures that will be used with
<i>LaTeX</i> and is applicable only to the display of the
document in <i>xfig</i>. It means that the text itself is
not shown onscreen, but only the string
&lsquo;&lsquo;&lt;text&gt;&rsquo;&rsquo;. This is to keep
long sequences of <i>LaTeX</i> formatting commands from
making the screen messy and hard to read. The default for
the <i>Hidden</i> flag is <i>off</i>.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;dontshowd</b>[<b>epthmanager</b>]</p>

<p style="margin-left:22%;">Hide the depth manager panel.
The default is to show the panel.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;icon_</b>[<b>view</b>]</p>

<p style="margin-left:22%;">Show the library objects as
icons. This is the default. The other mode is
<b>-list_view.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;iconG</b>[<b>eometry</b>]
+<i>X</i>+<i>Y</i></p>

<p style="margin-left:22%;">Specifies the position for the
icon.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;im</b>[<b>age_editor</b>]
<i>editor</i></p>

<p style="margin-left:22%;">Specify bitmap editor to use
when &lsquo;&lsquo;Edit Image&rsquo;&rsquo; button is
pressed in Picture Object panel.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;inc</b>[<b>hes</b>]
<b>(or</b>-imperial)</p>

<p style="margin-left:22%;">Make inches the unit of choice.
This is the default.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;ins</b>[<b>tallowncmap</b>]</p>

<p style="margin-left:22%;">Install own colormap. Normally,
xfig uses the current colormap.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;internalBW</b>
width</p>

<p style="margin-left:22%;">Use lines of width <i>width</i>
between all buttons and panels (default = 1).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;international</b></p>

<p style="margin-left:22%;">Switch on international support
(mainly Japanese and Korean), users of ISO Latin 1
(ISO-8859-1) probably should not use this, therefore the
international support is switched off by default for locales
using ISO-8859-1* codesets. For all other locales this
option is already used by default.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;jpeg</b>[<b>_quality</b>]
<i>quality</i></p>

<p style="margin-left:22%;">Set the quality factor for
exporting to the jpeg format. The default is 75.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;k</b>[<b>eyFile</b>]
<i>compose-key-file</i></p>

<p style="margin-left:22%;">Use <i>compose-key-file</i>
instead of <i>CompKeyDB</i> for compose (meta) key database.
If there are no &lsquo;&lsquo;<b>/</b>&rsquo;&rsquo;s in the
name, the file must reside in the <i>xfig</i> library
directory, <i>$XFIGLIBDIR</i>, usually
<b>/usr/local/lib/X11/xfig</b>. If there are any
&lsquo;&lsquo;<b>/</b>&rsquo;&rsquo;s in the name it is
taken as is (not relative to <i>$XFIGLIBDIR</i>). If there
is a leading &lsquo;&lsquo;<b>~/</b>&rsquo;&rsquo; in the
string then the &lsquo;&lsquo;<b>~</b>&rsquo;&rsquo; is
expanded to the user&rsquo;s home directory.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;lan</b>[<b>dscape</b>]</p>

<p style="margin-left:22%;">Make <i>xfig</i> come up in
landscape mode (10.5&quot; x 8&quot;). This is the default;
however as the orientation is stored with Fig files, when
you load a Fig file the orientation will change as required.
This is only true for files of version 3.0 or higher. <br>
See also &minus;portrait.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;lat</b>[<b>exfonts</b>]</p>

<p style="margin-left:22%;">Start <i>xfig</i> with
<i>LaTeX</i> font selection. Normally, the <i>PostScript</i>
fonts are available as the default. This flag selects the
<i>LaTeX</i> fonts to start.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;le</b>[<b>ft</b>]</p>

<p style="margin-left:22%;">Change the position of the side
panel window to the left of the canvas window. This is the
default.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;library_d</b>[<b>ir</b>]
<i>directory</i></p>

<p style="margin-left:22%;">Specify directory where Fig
object libraries are located. There may be sub-directories
there and sub-sub-directories, etc.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;library_i</b>[<b>con_size</b>]
<i>size</i></p>

<p style="margin-left:22%;">Specify the size of the icons
shown for library objects. The default is 60 pixels, with
the minimum being 40 and the maximum being 120.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;lis</b>[<b>t_view</b>]</p>

<p style="margin-left:22%;">Show the library objects as a
list of names. The default mode is <b>-icon_view.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;mag</b>[<b>nification</b>]
<i>mag</i></p>

<p style="margin-left:22%;">Set export and print
magnification in %.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;max</b>[<b>_image_colors</b>]
<i>numcols</i></p>

<p style="margin-left:22%;">Limit the number of colors used
for imported images to <i>numcols (default 64).</i></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;me</b>[<b>tric</b>]</p>

<p style="margin-left:22%;">Make centimeters the unit of
choice. The option <b>-centimeters</b> may also be used.</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="22%"></td>
<td width="78%">


<p>After <i>xfig</i> is started you may change the units
from metric to imperial or vice versa from a popup menu
available by pressing mouse button 3 in the <i>units</i> box
where the two rulers meet.</p></td></tr>
</table>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;mo</b>[<b>nochrome</b>]</p>

<p style="margin-left:22%;">Use black and white only.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;mu</b>[<b>ltiple</b>]</p>

<p style="margin-left:22%;">Sets multiple page mode for
print or export. See also <b>&minus;single.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;noo</b>[<b>verlap</b>]</p>

<p style="margin-left:22%;">When exporting in multiple page
mode, causes no overlap from page to page. This is the
default. See also <b>&minus;overlap.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;nor</b>[<b>mal</b>]
<i>font</i></p>

<p style="margin-left:22%;">Cause the font used for the
message window to be <i>font</i>. This font is also used on
the canvas when the selected font is not available in an X11
font (default = 6x13).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;nosc</b>[<b>alablefonts</b>]</p>

<p style="margin-left:22%;">Disables use of the X11R5 or
OpenWindows scalable fonts. You might want to use this for
debugging.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;nosp</b>[<b>lash</b>]</p>

<p style="margin-left:22%;">Don&rsquo;t show the startup
splash screen. The default is to show it ( <b>-splash</b>
).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;not</b>[<b>rack</b>]</p>

<p style="margin-left:22%;">Turn off cursor (mouse)
tracking arrows.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;nowrite_bak</b></p>

<p style="margin-left:22%;">When saving a drawing into an
existing .fig file xfig will first rename that file by
appending &quot;.bak&quot; to the name. This option disables
this feature.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;ov</b>[<b>erlap</b>]</p>

<p style="margin-left:22%;">When exporting in multiple page
mode, causes overlap from page to page of about 10%. See
also <b>&minus;nooverlap.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;pag</b>[<b>eborder</b>]
<i>color</i></p>

<p style="margin-left:22%;">Draw the page border on the
canvas in this color (default light blue). The page border
is turned on by the <b>-showpageborder</b> option (resource
Fig.showpageborder), and shows the edges of the current
<i>export</i> paper size.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;pap</b>[<b>er_size</b>]
<i>size</i></p>

<p style="margin-left:22%;">Set the initial paper size for
Export and Print. Choices are</p>

<p style="margin-left:22%; margin-top: 1em">Option Paper
Size ---------------------------------</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>letter</p></td>
<td width="66%">


<p>Letter</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>8.5in x 11in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>legal</p></td>
<td width="66%">


<p>Legal</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>8.5in x 14in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>tabloid</p></td>
<td width="66%">


<p>Tabloid</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>17in x 11in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a</p></td>
<td width="66%">


<p>ANSI A</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>8.5in x 11in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b</p></td>
<td width="66%">


<p>ANSI B</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>11in x 17in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>c</p></td>
<td width="66%">


<p>ANSI C</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>17in x 22in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>d</p></td>
<td width="66%">


<p>ANSI D</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>22in x 34in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>e</p></td>
<td width="66%">


<p>ANSI E</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>34in x 44in</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a9</p></td>
<td width="66%">


<p>ISO A9</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>37mm x 52mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a8</p></td>
<td width="66%">


<p>ISO A8</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>52mm x 74mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a7</p></td>
<td width="66%">


<p>ISO A7</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>74mm x 105mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a6</p></td>
<td width="66%">


<p>ISO A6</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>105mm x 148mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a5</p></td>
<td width="66%">


<p>ISO A5</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>148mm x 210mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a4</p></td>
<td width="66%">


<p>ISO A4</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>210mm x 297mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a3</p></td>
<td width="66%">


<p>ISO A3</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>297mm x 420mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a2</p></td>
<td width="66%">


<p>ISO A2</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>420mm x 594mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a1</p></td>
<td width="66%">


<p>ISO A1</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>594mm x 840mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>a0</p></td>
<td width="66%">


<p>ISO A0</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>840mm x 1189mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b10</p></td>
<td width="66%">


<p>JIS B10</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>32mm x 45mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b9</p></td>
<td width="66%">


<p>JIS B9</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>45mm x 64mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b8</p></td>
<td width="66%">


<p>JIS B8</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>64mm x 91mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b7</p></td>
<td width="66%">


<p>JIS B7</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>91mm x 128mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b6</p></td>
<td width="66%">


<p>JIS B6</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>128mm x 182mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b5</p></td>
<td width="66%">


<p>JIS B5</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>182mm x 257mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b4</p></td>
<td width="66%">


<p>JIS B4</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>257mm x 364mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b3</p></td>
<td width="66%">


<p>JIS B3</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>364mm x 515mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b2</p></td>
<td width="66%">


<p>JIS B2</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>515mm x 728mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b1</p></td>
<td width="66%">


<p>JIS B1</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>728mm x 1030mm</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%">


<p>b0</p></td>
<td width="66%">


<p>JIS B0</p></td></tr>
<tr valign="top" align="left">
<td width="22%"></td>
<td width="-5%"></td>
<td width="17%"></td>
<td width="66%">


<p>1030mm x 1456mm ---------------------------------</p></td></tr>
</table>

<p style="margin-left:22%; margin-top: 1em">Note that this
doesn&rsquo;t affect the size of the drawing canvas. Use the
<b>-pheight</b> and <b>-pwidth</b> options for that.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;ph</b>[<b>eight</b>]
<i>height</i></p>

<p style="margin-left:22%;">Make the <i>xfig</i> canvas
<i>height</i> high (where <i>height</i> is either cm or in,
depending on the <b>-metric</b> setting).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;po</b>[<b>rtrait</b>]</p>

<p style="margin-left:22%;">Make <i>xfig</i> come up in
portrait mode (8.5&quot; x 9&quot;). See note about
landscape mode.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;pw</b>[<b>idth</b>]
<i>width</i></p>

<p style="margin-left:22%;">Make the <i>xfig</i> canvas
<i>width</i> wide (where <i>width</i> is either cm or in,
depending on the <b>-metric</b> setting).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;righ</b>[<b>t</b>]</p>

<p style="margin-left:22%;">Change the position of the side
panel window to the right of the canvas window (default:
left).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;rigi</b>[<b>d</b>]</p>

<p style="margin-left:22%;">Start <i>xfig</i> with the
<i>rigid text</i> mode for text objects. The <i>Rigid</i>
attribute forces text to remain the same size even if inside
a compound object that is scaled up or down. The default is
<i>off</i>.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;ru</b>[<b>lerthick</b>]</p>

<p style="margin-left:22%;">Set the height(width) of the
top(side) rulers in pixels. The default (and minimum) is
24.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;scala</b>[<b>blefonts</b>]</p>

<p style="margin-left:22%;">Allows use of the X11R5 or
OpenWindows scalable fonts (this is the default). If the
scalable fonts aren&rsquo;t available <i>xfig</i> will
automatically switch to non-scaling fonts.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;scale_factor</b>
<i>scale</i></p>

<p style="margin-left:22%;">Scale every figure read in by
this value. This is useful in conjunction with the
<b>-update</b> option to do batch scaling of figures.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;showa</b>[<b>llbuttons</b>]</p>

<p style="margin-left:22%;">Show all the <i>xfig</i>
indicator buttons instead of only those relevant to the
current drawing mode. Normally, the buttons <i>line
width</i>, <i>area-fill</i>, <i>grid mode</i>, <i>text
size</i>, etc. are only visible when they are relevant to
the current drawing mode. The <b>&minus;showallbuttons</b>
option makes all of the indicator buttons visible at all
times. This takes up more screen real estate, but allows the
user to see all settable parameters.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;showb</b>[<b>alloons</b>]</p>

<p style="margin-left:22%;">Forces <i>xfig</i> to pop up
the information balloons when the mouse passws over a
button. This is the default. See also <b>-dontshowballoons
.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;showd</b>[<b>epthmanager</b>]</p>

<p style="margin-left:22%;">Show the depth manager panel.
This panel lets one show or hide objects at various depths.
This is the default.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;showl</b>[<b>engths</b>]</p>

<p style="margin-left:22%;">Makes <i>xfig</i> show the
lengths of lines being drawn, in red text near the line
itself. Also, when points are moved or added. In addition,
imagine a triangle formed with the line segment as the
hypotenuse, and a vertical and horizontal line forming the
other two sides. These lines and their lengths are also
drawn in red as the point is moved or added. This mode is
ignored when drawing in freehand mode. <br>
This flag may be toggled by pressing &lt;Meta&gt;i
(default).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;shown</b>[<b>ums</b>]</p>

<p style="margin-left:22%;">With this option, xfig will
draw all objects with a red number next to each vertex. This
is generally only useful for debugging.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;showp</b>[<b>ageborder</b>]</p>

<p style="margin-left:22%;">Makes <i>xfig</i> show the
border of the current paper size in the color specified by
the <b>-pageborder</b> option (default: light blue).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;showz</b>[<b>erolines</b>]</p>

<p style="margin-left:22%;">Show axis zero lines on the
canvas. This is the default</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;si</b>[<b>ngle</b>]</p>

<p style="margin-left:22%;">Sets single page mode for print
or export. This is the default. See also
<b>&minus;multiple.</b></p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;sm</b>[<b>ooth_factor</b>]
<i>factor</i></p>

<p style="margin-left:22%;">Enable smoothing when exporting
to the bitmap formats (e.g. GIF, PNG, etc.). The allowed
values are 0 (no smoothing), 2 or 4 (most smoothing). This
parameter is passed to ghostscript in the
&minus;dTextAlphaBits &minus;dGraphicsAlphaBits options to
smooth the figure.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;spec</b>[<b>ialtext</b>]</p>

<p style="margin-left:22%;">Start <i>xfig</i> with the
<i>special text</i> mode for text objects. Special text
means that special characters in the string are not
specially processed but are passed directly to <i>LaTeX</i>.
This is most useful for writing LaTeX equations. If this
flag is not set, then the backslash character
&rsquo;\&rsquo; is changed to the \backslash command, a
brace &rsquo;{&rsquo; is turned into a brace command \{,
etc.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;spel</b>[<b>lcheckcommand</b>]
<i>command</i></p>

<p style="margin-left:22%;">Use <i>command</i> for the
external spell checking program when using the spell
check/search/replace popup. The string <i>command</i> should
include the string &lsquo;&lsquo;%s&rsquo;&rsquo; which is
replaced by a temporary filename. Default is
&lsquo;&lsquo;spell %s&rsquo;&rsquo;.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;spinner_d</b>[<b>elay</b>]
<i>msec</i></p>

<p style="margin-left:22%;">The delay (in milliseconds)
before the spinner will automatically count up or down when
the button is pressed. Spinners are the (numeric) text
widgets with an up- and down-arrow, which when clicked,
cause the value to be incremented/decremented. The default
is 500 milliseconds.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;spinner_r</b>[<b>rate</b>]
<i>msec</i></p>

<p style="margin-left:22%;">The rate (in milliseconds) at
which the spinner will count when the up- or down-arrow is
pressed.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startfi</b>[<b>llstyle</b>]
<i>stylenumber</i></p>

<p style="margin-left:22%;">Set the starting fill style for
area fill (&minus;1 to 21).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startfo</b>[<b>ntsize</b>]
<i>pointsize</i></p>

<p style="margin-left:22%;">Set the default font size for
text objects (default = 12pt).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startg</b>[<b>ridmode</b>]
<i>modenumber</i></p>

<p style="margin-left:22%;">Set the starting grid mode (0
to 3). Mode 0 is no grid. In imperial (inches) mode, grid
mode 1 is 1/4 inch, mode 2 is 1/2 inch and mode 3 is 1 inch.
In metric mode, grid mode 1 is 2mm, mode 2 is 5mm and mode 3
is 1cm.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startla</b>[<b>texFont</b>]
<i>font</i></p>

<p style="margin-left:22%;">Set the starting font name for
<i>LaTeX</i> fonts.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startli</b>[<b>newidth</b>]
<i>width</i></p>

<p style="margin-left:22%;">Set the starting line
width.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startpo</b>[<b>snmode</b>]
<i>modenumber</i></p>

<p style="margin-left:22%;">Set the starting point
positioning mode (0 to 4) In imperial (inches) mode,
positioning mode 0 is &lsquo;&lsquo;any&rsquo;&rsquo;, mode
1 is 1/16 inch, mode 2 is 1/4 inch, mode 3 is 1/2 inch and
mode 4 is 1 inch. In metric mode, mode 0 is
&lsquo;&lsquo;any&rsquo;&rsquo;, mode 1 is 1mm, mode 2 is
5mm, mode 3 is 10mm and mode 4 is 20mm.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startp</b>[<b>sFont</b>]
<i>font</i></p>

<p style="margin-left:22%;">Set the starting font name for
<i>PostScript</i> fonts.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;startt</b>[<b>extstep</b>]
<i>stepsize</i></p>

<p style="margin-left:22%;">Set the starting text step.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;ta</b>[<b>blet</b>]</p>

<p style="margin-left:22%;">Specifies that xfig should use
the input tablet instead of the mouse for drawing. You must
have the XInputExtension in your X server and an input
tablet for this to work. Also, you must modify the Imakefile
to include the <b>USETAB</b> and <b>TABLIB</b>
variables.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;track</b></p>

<p style="margin-left:22%;">Turn on cursor (mouse) tracking
arrows (default).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;tran</b>[<b>sparent_color</b>]
<i>color_number</i></p>

<p style="margin-left:22%;">Make the transparent color for
GIF export <i>color_number.</i> This number is the color
number according to the <b>xfig</b> color panel, starting at
0 (black) and ending at 31 (gold), or may be a user-defined
color number, which is 32 or higher.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;update</b>
<i>file [ file ... ]</i></p>

<p style="margin-left:22%;">Run xfig in an
&quot;update&quot; mode, where it will read each Fig file
specified on the command line and write it out to the
original file, in the current file format for the version of
xfig being run. The original Fig file will be preserved with
the suffix <i>.bak</i> attached to the name. <br>
In this mode, xfig doesn&rsquo;t connect the X server, so no
window is opened, and it exits when finished.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;users</b>[<b>cale</b>]
<i>scale</i></p>

<p style="margin-left:22%;">Set the multiplier for
displayed line lengths etc. This factor is multiplied by the
actual length, radius or diameter of the object currently
being drawn on the canvas. It is useful for making scale
drawings, where e.g. 1 inch = 1 foot (userscale = 12.0) or
1cm = 1m (userscale = 100.0).</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;useru</b>[<b>nit</b>]
<i>units</i></p>

<p style="margin-left:22%;">The <i>units</i> string is
printed with the length information when drawing objects.
For example if the <i>userscale</i> = 1.0 and the
<i>userunit</i> = <i>ft</i> then a line which is 3 inches
long on the canvas would be displayed as
&lsquo;&lsquo;length = 3 ft&rsquo;&rsquo; when it is being
drawn.</p>

<p style="margin-left:22%; margin-top: 1em">After
<i>xfig</i> is started you may change the <i>userscale</i>
and the <i>userunit</i> from a popup menu available by
pressing mouse button 3 in the <i>units</i> box where the
two rulers meet.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;visual</b>
<i>visualname</i></p>

<p style="margin-left:22%;">Use <i>visualname</i> as the
visual for xfig. The names are TrueColor (case is not
important), StaticColor, DirectColor, StaticGray, GrayScale
and PseudoColor. <i>xfig</i> uses the default visual unless
this is specified. Your server must support the desired
visual. Use <i>xdpyinfo</i> to see what visuals and depths
are supported. See also the <b>&minus;depth</b> option.</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;write_bak</b></p>

<p style="margin-left:22%;">When saving a drawing into an
existing .fig file xfig will first rename that file by
appending</p>


<p style="margin-left:11%; margin-top: 1em"><b>&minus;zoom</b>
<i>zoomscale</i></p>

<p style="margin-left:22%;">Set the starting zoom
scale.</p>

<h2>X RESOURCES and DEFAULTS
<a name="X RESOURCES and DEFAULTS"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">The overall
widget name(Class) is xfig(Fig). These resources correspond
to the command line arguments:</p>

<table width="100%" border="0" rules="none" frame="void"
       cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>Name</p></td>
<td width="12%">


<p>Type</p></td>
<td width="25%">


<p>Default</p></td>
<td width="32%">


<p>Command-line equivalent
-------------------------------------------------------------------</p> </td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>allownegcoords</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;allownegcoords (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;dontallownegcoords (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>autorefresh</p></td>
<td width="12%">


<p>boolean false</p></td>
<td width="25%"></td>
<td width="32%">


<p>&minus;autorefresh</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>axislines</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>pink</p></td>
<td width="32%">


<p>&minus;axislines</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>balloon_delay</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>500 (ms)</p></td>
<td width="32%">


<p>&minus;balloon_delay</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>boldFont</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>8x13bold</p></td>
<td width="32%">


<p>&minus;bold</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>but_per_row</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>2</p></td>
<td width="32%">


<p>&minus;but_per_row</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>buttonFont</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>6x13</p></td>
<td width="32%">


<p>&minus;button</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>canvasbackground</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>white</p></td>
<td width="32%">


<p>&minus;cbg</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>canvasforeground</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>black</p></td>
<td width="32%">


<p>&minus;cfg</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>correctfontsize</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;correctfontsize</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>debug</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;debug</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>depth</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>*</p></td>
<td width="32%">


<p>&minus;depth</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>dontswitchcmap</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;dontswitchcmap</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>euc_encoding</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>(n/a)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>locale_encoding</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>(n/a)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>encoding</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>1</p></td>
<td width="32%">


<p>&minus;encoding</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>save8bit</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>(n/a)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>exportLanguage</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>eps</p></td>
<td width="32%">


<p>&minus;exportLanguage</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>export_margin</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>0</p></td>
<td width="32%">


<p>&minus;export_margin</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>flipvisualhints</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;flipvisualhints</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>flushleft</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;flushleft (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;center (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>freehand_resolution</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>25</p></td>
<td width="32%">


<p>&minus;freehand_resolution</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>grid_color</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>black</p></td>
<td width="32%">


<p>&minus;grid_color</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>grid_unit</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>1/16 (inch)</p></td>
<td width="32%">


<p>&minus;grid_unit</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">


<p>0.1 (metric)</p></td>
<td width="32%">
</td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>hiddentext</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;hiddentext</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>icon_view</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;icon_view (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;list_view (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>image_editor</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>xv</p></td>
<td width="32%">


<p>&minus;image_editor</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>inches</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;inches (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;imperial (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;centimeters (false),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;metric (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>installowncmap</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;installowncmap</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>internalborderwidth</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>1</p></td>
<td width="32%">


<p>&minus;internalBW</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>international</p></td>
<td width="12%">


<p>International</p></td>
<td width="25%"></td>
<td width="32%">


<p>booleanfalse&minus;international</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>jpeg_quality</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>75</p></td>
<td width="32%">


<p>&minus;jpeg_quality</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>justify</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;left (false),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;right (true)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>keyFile</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>CompKeyDB</p></td>
<td width="32%">


<p>&minus;keyFile</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>landscape</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;Landscape (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;landscape (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;Portrait (false),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;portrait (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>latexfonts</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;latexfonts</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>library_dir</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>~/xfiglib</p></td>
<td width="32%">


<p>&minus;library_dir</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>magnification</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>100</p></td>
<td width="32%">


<p>&minus;magnification</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>max_image_colors</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>64</p></td>
<td width="32%">


<p>&minus;max_image_colors</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>monochrome</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;monochrome</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>multiple</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;multiple</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>normalFont</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>6x13</p></td>
<td width="32%">


<p>&minus;normal</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>overlap</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;overlap (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;nooverlap (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>pageborder</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>lightblue</p></td>
<td width="32%">


<p>&minus;pageborder</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>paper_size</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>Letter (inch)</p></td>
<td width="32%">


<p>&minus;paper_size</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">


<p>A4 (metric)</p></td>
<td width="32%">
</td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>pheight</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>8.5 (landscape)</p></td>
<td width="32%">


<p>&minus;pheight</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">


<p>9.5 (portrait)</p></td>
<td width="32%">
</td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>pwidth</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>11 (landscape)</p></td>
<td width="32%">


<p>&minus;pwidth</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">


<p>8.5 (portrait)</p></td>
<td width="32%">
</td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>rigidtext</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;rigid (true)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>rulerthick</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>24</p></td>
<td width="32%">


<p>&minus;rulerthick</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>scalablefonts</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;scalablefonts (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;noscalablefonts (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>scale_factor</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>1.0</p></td>
<td width="32%">


<p>&minus;scale_factor</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>showallbuttons</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;showallbuttons</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>showaxislines</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;showaxislines (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;dontshowaxislines (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>showballoons</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;showballoons (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;dontshowballoons (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>showdepthmanager</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;showdepthmanager (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;dontshowdepthmanager (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>showlengths</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;showlengths (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;dontshowlengths (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>shownums</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;shownums (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;dontshownums (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>showpageborder</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;showpageborder (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;dontshowpageborder (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>single</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;single</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>smooth_factor</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>0</p></td>
<td width="32%">


<p>&minus;smooth_factor</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>specialtext</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;specialtext</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>splash</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;splash (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;nosplash (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>spellcheckcommand</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>spell %s</p></td>
<td width="32%">


<p>&minus;spellcheckcommand</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>spinner_delay</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>500 (ms)</p></td>
<td width="32%">


<p>&minus;spinner_delay</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>spinner_rate</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>100 (ms)</p></td>
<td width="32%">


<p>&minus;spinner_rate</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>startfillstyle</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>0</p></td>
<td width="32%">


<p>&minus;startfillstyle</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>startfontsize</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>12</p></td>
<td width="32%">


<p>&minus;startfontsize</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>startgridmode</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>0</p></td>
<td width="32%">


<p>&minus;startgridmode</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>startlatexFont</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>Default</p></td>
<td width="32%">


<p>&minus;startlatexFont</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>startlinewidth</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>1</p></td>
<td width="32%">


<p>&minus;startlinewidth</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>startposnmode</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>1</p></td>
<td width="32%">


<p>&minus;startposnmode</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>startpsFont</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>Times&minus;Roman</p></td>
<td width="32%">


<p>&minus;startpsFont</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>starttextstep</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>1.2</p></td>
<td width="32%">


<p>&minus;starttextstep</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>tablet</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>false</p></td>
<td width="32%">


<p>&minus;track,</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>trackCursor</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;track (true),</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">
</td>
<td width="32%">


<p>&minus;notrack (false)</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>transparent_color</p></td>
<td width="12%">


<p>integer</p></td>
<td width="25%">


<p>&minus;2 (none)</p></td>
<td width="32%">


<p>&minus;transparent_color</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>userscale</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>1.0</p></td>
<td width="32%">


<p>&minus;userscale</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>userunit</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>in (inches)</p></td>
<td width="32%">


<p>&minus;userunit</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">
</td>
<td width="12%">
</td>
<td width="25%">


<p>cm (metric)</p></td>
<td width="32%">
</td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>visual</p></td>
<td width="12%">


<p>string</p></td>
<td width="25%">


<p>*</p></td>
<td width="32%">


<p>&minus;visual</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>write_bak</p></td>
<td width="12%">


<p>boolean</p></td>
<td width="25%">


<p>true</p></td>
<td width="32%">


<p>&minus;write_bak</p></td></tr>
<tr valign="top" align="left">
<td width="6%"></td>
<td width="25%">


<p>zoom</p></td>
<td width="12%">


<p>float</p></td>
<td width="25%">


<p>1.0</p></td>
<td width="32%">


<p>&minus;zoom</p></td></tr>
</table>

<p style="margin-left:6%; margin-top: 1em">* Default visual
and depth depend on the X server. Use <i>xdpyinfo</i> to see
what visuals <br>
and depths are supported.
-------------------------------------------------------------------</p>

<h2>BUGS and RESTRICTIONS
<a name="BUGS and RESTRICTIONS"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">Please send bug
reports, fixes, new features etc. to: <br>
thomas.loimer@tuwien.ac.at</p>

<p style="margin-left:11%; margin-top: 1em">When reporting
a bug, please first check if the problem is mentioned in the
FAQ section of the HTML files (xfig Help menu).</p>

<p style="margin-left:11%; margin-top: 1em">If it is not
mentioned there, be sure to report the operating system you
are using (e.g. SunOS 4.1.3), type of X server and version
(OpenWindows 3, X11R6.4, XFree86 3.2.2, etc) and color depth
(e.g. 8bpp, 16bpp), and most importantly the version of xfig
or fig2dev that is having the problem.</p>

<p style="margin-left:11%; margin-top: 1em">Because of the
difference of some fonts in some X servers and the
PostScript fonts on printers, text alignment can be
problematic.</p>

<p style="margin-left:11%; margin-top: 1em">Not all
operations employ smart redrawing of objects which are
altered as a by product of the operation. You may need to
use <i>Redraw</i> in these cases.</p>

<p style="margin-left:11%; margin-top: 1em">Some servers do
not allow bitmaps/pixmaps taller than the screen height or
wider than the screen width. That is why there is a limit on
the width of the top ruler and height of the side ruler. If
you need wider/taller rulers AND your server allows bigger
pixmaps, you may define <b>MAX_TOPRULER_WD</b> and/or
<b>MAX_SIDERULER_HT</b> in your Imakefile in the
<i>DEFINES</i> line. For example, to have a maximum top
ruler width of 1160 pixels, add
<b>&minus;DMAX_TOPRULER_WD=1160</b> to your <i>DEFINES</i>
line in the Imakefile.</p>

<p style="margin-left:11%; margin-top: 1em">If the image is
panned or the <i>xfig</i> window iconified and de-iconified
during the middle of an operation (e.g. while drawing a
line), the picture will be distorted. This can be corrected
using <i>Redraw</i> after the operation is complete.</p>

<p style="margin-left:11%; margin-top: 1em">When zoomed
very large, the length of dashes in dashed lines will top
out at 255 pixels long. This is due to a restriction in X
that the dash list is defined by char (255 pixels maximum
for a dash). The figure will print correctly, however.</p>

<p style="margin-left:11%; margin-top: 1em">When you do a
copy/rotate with multiple copies, only the creation of the
last object can be undone with the Undo button.</p>

<p style="margin-left:11%; margin-top: 1em">Modifications
to text using the popup search/update/replace/spell check
panel cannot be undone.</p>

<p style="margin-left:11%; margin-top: 1em">See the
<b>README</b> file for troubleshooting.</p>

<h2>SEE ALSO
<a name="SEE ALSO"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">fig2dev(1)
(<i>TransFig</i> package)</p>

<p style="margin-left:11%; margin-top: 1em">gs(1)
(<i>Ghostscript</i> PostScript previewer)</p>

<h2>ACKNOWLEDGEMENT
<a name="ACKNOWLEDGEMENT"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">(From the
original author, Supoj Sutanthavibul): Many thanks goes to
Professor Donald E. Fussell who inspired the creation of
this tool.</p>

<p style="margin-left:11%; margin-top: 1em">(From Brian
Smith): Thanks to all the users who have contributed to
xfig, especially Paul King who, besides adding many
features, revamped the look and feel which became version
2.1.</p>

<h2>COPYRIGHT
<a name="COPYRIGHT"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">Original
Copyright (c) 1985 by Supoj Sutanthavibul <br>
Parts Copyright (c) 1994-2013 by Brian V. Smith <br>
Parts Copyright (c) 1991 by Paul King <br>
Other Copyrights may be found in various files</p>

<p style="margin-left:11%; margin-top: 1em">Any party
obtaining a copy of these files is granted, free of charge,
a full and unrestricted irrevocable, world-wide, paid up,
royalty-free, nonexclusive right and license to deal in this
software and documentation files (the &quot;Software&quot;),
including without limitation the rights to use, copy,
modify, merge, publish and/or distribute copies of the
Software, and to permit persons who receive copies from any
such party to do so, with the only requirement being that
this copyright notice remain intact.</p>

<p style="margin-left:11%; margin-top: 1em">THE AUTHORS
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
USE OR PERFORMANCE OF THIS SOFTWARE.</p>


<p style="margin-left:11%; margin-top: 1em"><i>PostScript</i>
is a trademark of Adobe Systems Incorporated.</p>

<p style="margin-left:11%; margin-top: 1em">Parts Copyright
(C) 1989 by Jef Poskanzer. <br>
Copyright notice for pbmplus code:</p>

<p style="margin-left:11%; margin-top: 1em">Permission to
use, copy, modify, and distribute this <br>
software and its documentation for any purpose and without
<br>
fee is hereby granted, provided that the above copyright
<br>
notice appear in all copies and that both that copyright
<br>
notice and this permission notice appear in supporting <br>
documentation. This software is provided &lsquo;&lsquo;as
is&rsquo;&rsquo; without <br>
express or implied warranty.</p>

<h2>FILES
<a name="FILES"></a>
</h2>



<p style="margin-left:11%; margin-top: 1em"><i>/usr/share/xfig/CompKeyDB</i></p>

<p style="margin-left:23%;">Data base of compose (meta) key
sequences for 8-bit characters. A different file may be
specified with the command line option <b>&minus;keyFile</b>
or X toolkit resource keyFile.</p>

<p style="margin-left:11%;"><i>/usr/share/doc/xfig/html</i></p>

<p style="margin-left:23%;">This directory contains the
html documentation.</p>

<p style="margin-left:11%;"><i>/usr/share/doc/xfig/FORMAT3.2</i></p>

<p style="margin-left:23%;">Description of Fig file
format.</p>


<p style="margin-left:11%;"><i>/usr/share/xfig/Libraries</i></p>

<p style="margin-left:23%;">This directory contains
libraries of Fig objects such as electrical symbols, logic
symbols, etc.</p>

<p style="margin-left:11%;"><i>/usr/share/X11/app-defaults/Fig</i></p>

<p style="margin-left:23%;">Application defaults file.</p>


<p style="margin-left:11%;"><i>/usr/share/applications/xfig.desktop</i></p>

<p style="margin-left:23%;">Desktop entry file.</p>

<p style="margin-left:11%;"><i>/usr/share/pixmaps/xfig.png</i></p>

<p style="margin-left:23%;">Desktop icon.</p>

<h2>AUTHORS
<a name="AUTHORS"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">Many people
have contributed to <i>xfig</i>. Here is a list of the
people who have contributed the most (in chronological
order):</p>

<p style="margin-left:11%; margin-top: 1em"><b>Version
1:</b></p>

<p style="margin-left:17%; margin-top: 1em">Original
author: <br>
Supoj Sutanthavibul, University of Texas at Austin</p>

<p style="margin-left:17%; margin-top: 1em">The
<i>LaTeX</i> line drawing modes were contributed by: <br>
Frank Schmuck, Cornell University</p>

<p style="margin-left:17%; margin-top: 1em">Original X11
port by: <br>
Ken Yap, Rochester</p>

<p style="margin-left:17%; margin-top: 1em">Variable window
sizes, cleanup of X11 port, right hand side panel: <br>
Dana Chee, Bellcore</p>

<p style="margin-left:17%; margin-top: 1em">Cleanup of
color port to X11 by: <br>
John T. Kohl, MIT</p>

<p style="margin-left:11%; margin-top: 1em"><b>Version
2.0:</b></p>

<p style="margin-left:17%; margin-top: 1em">Area fill,
multiple line thicknesses, multiple fonts and font sizes,
bottom panel, line style/thickness, (and anything else that
wasn&rsquo;t written by the others) by: <br>
Brian Smith <br>
(standard disclaimer applies) <br>
(bvsmith@lbl.gov)</p>

<p style="margin-left:17%; margin-top: 1em">Popup
change-object menu by: <br>
Jon Tombs <br>
Frank Schmuck</p>

<p style="margin-left:17%; margin-top: 1em">Zooming and
panning functions, shift key select mechanism by: <br>
Dieter Pellkofer <br>
Henning Spruth</p>

<p style="margin-left:17%; margin-top: 1em">Depth feature
by: <br>
Mike Lutz</p>

<p style="margin-left:17%; margin-top: 1em">Cut/Paste by:
<br>
Tom Tkacik</p>

<p style="margin-left:11%; margin-top: 1em"><b>Version
2.1:</b></p>

<p style="margin-left:17%; margin-top: 1em">Indicator
panel, file menu popup, print menu popup, panning with
rulers, mouse function window, regular polygon,
rubberbanding of circles/ellipses, filled splines on canvas,
dashed/dotted splines on canvas, update button, arbitrary
angle rotation of objects, alignment in compound, object
scaling, constrained copy/move, corner markers for compound,
context sensitive corner markers, smarter redraw, undo for
compound and point move for boxes, cancel object creation,
point positioning to three resolutions, <i>TransFig</i>
scalable text, hidden text, special text, save of figure on
crash by:</p>

<p style="margin-left:17%; margin-top: 1em">Paul King
(king@cs.uq.oz.au) <br>
with help from: <br>
Brian Smith and Micah Beck (beck@cs.utk.edu)</p>

<p style="margin-left:17%; margin-top: 1em">Encapsulated
<i>PostScript</i> importing by: <br>
Brian Boyter</p>

<p style="margin-left:17%; margin-top: 1em">Pan/zoom with
ctrl key/mouse by: <br>
Henning Spruth</p>

<p style="margin-left:17%; margin-top: 1em">International
characters by: <br>
Herve Soulard</p>

<p style="margin-left:17%; margin-top: 1em">Directory
Browser based on XDir by: <br>
Win Treese, Digital Equipment Corporation</p>

<p style="margin-left:17%; margin-top: 1em">Rotated
ellipses by: <br>
James Tough, Dept. of Computer Science, Heriot-Watt
University, Scotland</p>

<p style="margin-left:17%; margin-top: 1em">Rotated text
from the <i>xvertext</i> package by: <br>
Alan Richardson, Space Science Centre, School of MAPS,
University of Sussex</p>

<p style="margin-left:17%; margin-top: 1em">Popup scale
menu and dynamic switching between inches and cm by: <br>
Paul King (king@cs.uq.oz.au)</p>

<p style="margin-left:17%; margin-top: 1em">Extensive man
page formatting revisions by: <br>
David W. Sanderson</p>

<p style="margin-left:17%; margin-top: 1em">Display
Postscript code for IBM RS/6000 by: <br>
Dave Hale (dhale@green.mines.colorado.edu)</p>

<p style="margin-left:11%; margin-top: 1em"><b>Version
3.0:</b></p>

<p style="margin-left:17%; margin-top: 1em">New arrowhead
types, separate pen/fill colors, new file protocol, more
colors with extended color popup panel, new arc style, new
fill patterns (bricks, etc), new line join and cap styles,
export offset and file load offset, XPM import, XBM import
and export (and anything else that wasn&rsquo;t written by
the others) by: <br>
Brian Smith <br>
(Note: the color popup panel was based on <i>xcoloredit</i>
by Richard Hesketh)</p>

<p style="margin-left:17%; margin-top: 1em">GIF header
reading code by: <br>
David Koblas from the giftoppm part of the pbmplus
package</p>

<p style="margin-left:17%; margin-top: 1em">XPM export code
(using XPM3 libraries) by: <br>
Karel van Houten (K.H.C.vanHouten@research.ptt.nl)</p>

<p style="margin-left:17%; margin-top: 1em">Higher figure
resolution (1200dpi) by: <br>
Ross Martin (martin@trcsun3.eas.asu.edu)</p>

<p style="margin-left:17%; margin-top: 1em">Color
quantization using neural network by: <br>
Anthony Dekker (dekker@ACM.org) <br>
[NEUQUANT Neural-Net quantization algorithm by Anthony
Dekker, 1994. See &lsquo;&lsquo;Kohonen neural networks for
optimal colour quantization&rsquo;&rsquo; in
&lsquo;&lsquo;Network: Computation in Neural
Systems&rsquo;&rsquo; Vol. 5 (1994) pp 351-367. for a
discussion of the algorithm.]</p>


<p style="margin-left:17%; margin-top: 1em">Floyd-Steinberg
algorithm for dithering color images on monochrome displays
lifted from the Pbmplus package by Jef Poskanser.</p>

<p style="margin-left:17%; margin-top: 1em">rotate/flip
objects around/about selected anchor point and multiple
copies of objects by: <br>
Uwe Bonnes (bon@lte.e-technik.uni-erlangen.de)</p>

<p style="margin-left:17%; margin-top: 1em">Input tablet
extension by: <br>
Greg LaCoste (greg@seismo.do.usbr.gov)</p>

<p style="margin-left:11%; margin-top: 1em"><b>Version
3.1:</b></p>

<p style="margin-left:17%; margin-top: 1em">The only
difference between protocol version 3.0 and version 3.1 is
that the position of the &lsquo;&lsquo;magnet&rsquo;&rsquo;
has been shifted by 14 fig units. In the 2.1 and older
versions of xfig the grid was in multiples of 5 fig units,
but they were on intervals 4, 9, 14, 19, etc. When version
3.0 was created, coordinates were simply multiplied by the
ratio of the resolutions (1200/80 = 15) so values like 4
became 60 instead of 74 ((4+1)*15 - 1).</p>

<p style="margin-left:17%; margin-top: 1em">The JPEG
import/export code uses the Independent JPEG Group software
(see jpeg/README for details)</p>

<p style="margin-left:17%; margin-top: 1em">Image browser,
editor and screen capture features by: <br>
Jim Daley (jdaley@cix.compulink.co.uk)</p>

<p style="margin-left:11%; margin-top: 1em"><b>Version
3.2:</b></p>

<p style="margin-left:17%; margin-top: 1em">The changes to
the version 3.2 file protocol are the addition of the paper
size, print/export magnification, single/multiple page
indicator and a transparent color name used for GIF export
to the header of the file. <br>
The other difference in the version 3.2 protocol is the
mathematical model used for splines. The new version uses
X-splines which allows the user to mix interpolation and
approximation points in a same curve. More precisely, it
means that an X-spline curve is neither an interpolated
spline nor an approximated one, it is BOTH (the behaviour of
each point is controlled by one single parameter called
&lsquo;&lsquo;shape factor&rsquo;&rsquo;). For additional
information about X-splines, see:</p>


<p style="margin-left:17%; margin-top: 1em">&quot;X-Splines:
A Spline Model Designed for the End User&quot; <br>
by C. Blanc and C. Schlick, Proceedings of SIGGRAPH&rsquo;95
<br>

http://dept-info.labri.u-bordeaux.fr/~schlick/DOC/sig1.html</p>

<p style="margin-left:17%; margin-top: 1em">Caveat: Because
previous spline models (quadratic B-splines and Bezier with
hidden points) are no longer supported, curves that are
present in version 3.1 and older files are automatically
converted to X-splines. This translation is only an
approximation process. It means that the converted curves
are not exactly the same as the original ones. Though they
are usually very close, some hand-fitting may be needed in
some pathological cases.</p>

<p style="margin-left:17%; margin-top: 1em">Inclusion of
X&minus;splines by: <br>
Carole Blanc (blanc@labri.u&minus;bordeaux.fr) <br>
Christophe Schlick (schlick@labri.u&minus;bordeaux.fr) <br>
Note: the initial implementation was done by C. Feuille, S.
Grosbois, L. Maziere and L. Minihot as a student practice
(Universite Bordeaux, France).</p>

<p style="margin-left:17%; margin-top: 1em">Open/close
compound feature written by <br>
Bill Taylor (bill@mainstream.com)</p>

<p style="margin-left:17%; margin-top: 1em">Library feature
written by <br>
Stephane Mancini (mancini@elecsrv.enst.fr) (object preview
by Brian V. Smith)</p>

<p style="margin-left:17%; margin-top: 1em">The library
objects in the Electrical and Logic libraries were done by
<br>
Peter Hiscocks (phiscock@ee.ryerson.ca)</p>

<p style="margin-left:17%; margin-top: 1em">The library
objects in the Computer, Networks, and Hospital-Equipment
libraries were extracted from the clipart example files by
<br>
Bill Chimiak (chim@bgsm.edu)</p>

<p style="margin-left:11%; margin-top: 1em"><b>Version
3.2.3 and newer:</b></p>

<p style="margin-left:17%; margin-top: 1em">Please see the
CHANGES file for credits for newer releases.</p>

<h2>NOTES
<a name="NOTES"></a>
</h2>


<p style="margin-left:11%; margin-top: 1em">Many bug
fixes/cleanups etc. by a host of faithful users.</p>

<p style="margin-left:11%; margin-top: 1em">See the
<b>CHANGES</b> file for all the credits.</p>

<p style="margin-left:11%; margin-top: 1em">The
<i>TransFig</i> package was written by Micah Beck and is
maintained by Thomas Loimer.</p>
<hr>
</body>
</html>