File: Index.html

package info (click to toggle)
pcb 1.99j%2B20050127-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,632 kB
  • ctags: 4,302
  • sloc: ansic: 45,369; pascal: 3,526; sh: 1,140; yacc: 1,076; makefile: 575; lex: 348; perl: 183; awk: 102; tcl: 63
file content (826 lines) | stat: -rw-r--r-- 63,394 bytes parent folder | download
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
<html lang="en">
<head>
<title>Pcb</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Pcb">
<meta name="generator" content="makeinfo 4.6">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
--></style>
</head>
<body>
<div class="node">
<p>
Node:&nbsp;<a name="Index">Index</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Regular-Expressions.html#Regular%20Expressions">Regular Expressions</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr><br>
</div>

<h2 class="unnumbered">Index of Resources</h2>

<ul class="index-vr" compact>
<li><code>absoluteGrid</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>alignmentDistance</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>allDirectionLines</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>backgroundImage</code>: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li><code>backupInterval</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>bloat</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>BTNMOD</code>: <a href="running-configure.html#running%20configure">running configure</a>
<li><code>charactersPerLine</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>connectedColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>cross hairColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>default font</code>: <a href="Options.html#Options">Options</a>
<li><code>DEFAULTFONT</code>: <a href="running-configure.html#running%20configure">running configure</a>
<li><code>DEFAULTLIBRARY</code>: <a href="running-configure.html#running%20configure">running configure</a>
<li><code>Element Search</code>: <a href="Regular-Expressions.html#Regular%20Expressions">Regular Expressions</a>
<li><code>elementColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>elementCommand</code>: <a href="File-Formats.html#File%20Formats">File Formats</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li><code>elementContentsCommand</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>elementPath</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>elementSelectedColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>fileCommand</code>: <a href="File-Formats.html#File%20Formats">File Formats</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>filePath</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>fontCommand</code>: <a href="Resources.html#Resources">Resources</a>, <a href="File-Formats.html#File%20Formats">File Formats</a>, <a href="Options.html#Options">Options</a>
<li><code>fontFile</code>: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li><code>fontPath</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>GNUM4</code>: <a href="running-configure.html#running%20configure">running configure</a>
<li><code>grid</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>gridColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>INFOLIBDIR</code>: <a href="running-configure.html#running%20configure">running configure</a>
<li><code>invisibleObjectsColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>layerColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>layerGroups</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>layerName</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>layerSelectedColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>libraryCommand</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>, <a href="File-Formats.html#File%20Formats">File Formats</a>
<li><code>libraryContentsCommand</code>: <a href="Options.html#Options">Options</a>, <a href="File-Formats.html#File%20Formats">File Formats</a>
<li><code>libraryFilename</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>libraryPath</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>lineThickness</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>Measuring distances</code>: <a href="Measuring-distances.html#Measuring%20distances">Measuring distances</a>
<li><code>media</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>offLimitColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>PCBLIBDIR</code>: <a href="running-configure.html#running%20configure">running configure</a>
<li><code>pinColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>pinoutFont0..6</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>pinoutNameLength</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>pinoutOffsetX</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>pinoutOffsetY</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>pinoutTextOffsetX</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>pinoutTextOffsetY</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>pinoutZoom</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>pinSelectedColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>printCommand</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>raiseLogWindow</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>ratCommand</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>ratPath</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>Regular Expressions</code>: <a href="Regular-Expressions.html#Regular%20Expressions">Regular Expressions</a>
<li><code>resetAfterElement</code>: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li><code>ringBellWhenFinished</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>routeStyle</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>rubberBandMode</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>saveCommand</code>: <a href="Options.html#Options">Options</a>, <a href="File-Formats.html#File%20Formats">File Formats</a>, <a href="Resources.html#Resources">Resources</a>
<li><code>saveInTMP</code>: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li><code>saveLastCommand</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>scriptFilename</code>: <a href="Options.html#Options">Options</a>
<li><code>Searching for elements</code>: <a href="Searching-for-elements.html#Searching%20for%20elements">Searching for elements</a>
<li><code>shrink</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>size</code>: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li><code>stipplePolygons</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>textScale</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>useLogWindow</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>viaColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>viaDrillingHole</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>viaSelectedColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>viaThickness</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>volume</code>: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li><code>warnColor</code>: <a href="Resources.html#Resources">Resources</a>
<li><code>zoom</code>: <a href="Resources.html#Resources">Resources</a>
</ul>

<h2 class="unnumbered">Index of Actions, Commands and Options</h2>

<ul class="index-fn" compact>
<li><code>+alldirections</code>: <a href="Options.html#Options">Options</a>
<li><code>+reset</code>: <a href="Options.html#Options">Options</a>
<li><code>+ring</code>: <a href="Options.html#Options">Options</a>
<li><code>+s</code>: <a href="Options.html#Options">Options</a>
<li><code>+save</code>: <a href="Options.html#Options">Options</a>
<li><code>--copyright</code>: <a href="Special-Options.html#Special%20Options">Special Options</a>
<li><code>-alldirections</code>: <a href="Options.html#Options">Options</a>
<li><code>-background</code>: <a href="Options.html#Options">Options</a>
<li><code>-backup</code>: <a href="Options.html#Options">Options</a>
<li><code>-c</code>: <a href="Options.html#Options">Options</a>
<li><code>-copyright</code>: <a href="Special-Options.html#Special%20Options">Special Options</a>
<li><code>-fontfile</code>: <a href="Options.html#Options">Options</a>
<li><code>-help</code>: <a href="Special-Options.html#Special%20Options">Special Options</a>
<li><code>-lelement</code>: <a href="Options.html#Options">Options</a>
<li><code>-lfile</code>: <a href="Options.html#Options">Options</a>
<li><code>-lfont</code>: <a href="Options.html#Options">Options</a>
<li><code>-lg</code>: <a href="Options.html#Options">Options</a>
<li><code>-libname</code>: <a href="Options.html#Options">Options</a>
<li><code>-libpath</code>: <a href="Options.html#Options">Options</a>
<li><code>-llib</code>: <a href="Options.html#Options">Options</a>
<li><code>-llibcont</code>: <a href="Options.html#Options">Options</a>
<li><code>-loggeometry</code>: <a href="Options.html#Options">Options</a>
<li><code>-pnl</code>: <a href="Options.html#Options">Options</a>
<li><code>-pz</code>: <a href="Options.html#Options">Options</a>
<li><code>-reset</code>: <a href="Options.html#Options">Options</a>
<li><code>-ring</code>: <a href="Options.html#Options">Options</a>
<li><code>-rs</code>: <a href="Options.html#Options">Options</a>
<li><code>-s</code>: <a href="Options.html#Options">Options</a>
<li><code>-save</code>: <a href="Options.html#Options">Options</a>
<li><code>-script</code>: <a href="Options.html#Options">Options</a>
<li><code>-sfile</code>: <a href="Options.html#Options">Options</a>
<li><code>-size</code>: <a href="Options.html#Options">Options</a>
<li><code>-v</code>: <a href="Options.html#Options">Options</a>
<li><code>-version</code>: <a href="Special-Options.html#Special%20Options">Special Options</a>
<li><code>:actionCommand()</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>:l</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>:le</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>:m</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>:q</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>:rn</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>:s</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>:w[q]</code>: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li><code>AddRats()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ApplyVendor()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Atomic()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Bell()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeClearSize()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeDrillSize()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeFlag()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeHole()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeName()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeOctagon()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeSize()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ChangeSquare()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ClrFlag()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Command()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Connection()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>DeleteRats()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>DisableVendor()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>DisperseElements()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Display()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>DRC()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>EditLayerGroups()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>EnableVendor()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ExecuteFile()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Load()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>LoadVendor()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>MarkCrosshair()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Mode()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>MovePointer()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>MoveToCurrentLayer()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>New()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>PasteBuffer()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Polygon()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Print()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Quit()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Redo()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>RemoveSelected()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Report()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>RouteStyle()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Save()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Select()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>SetFlag()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>SetValue()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>SwapSides()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>SwitchDrawingLayer()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ToggleHideName()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ToggleVendor()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>ToggleVisibility()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Undo()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>UnloadVendor()</code>: <a href="Actions.html#Actions">Actions</a>
<li><code>Unselect()</code>: <a href="Actions.html#Actions">Actions</a>
</ul>

<h2 class="unnumbered">Index of Concepts</h2>

<ul class="index-cp" compact>
<li>/tmp: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>
<li>action command: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>actions: <a href="Actions.html#Actions">Actions</a>
<li>actions file, executing: <a href="Actions.html#Actions">Actions</a>
<li>Actions, initiating: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>alignment: <a href="Resources.html#Resources">Resources</a>
<li>alignment targets: <a href="Printing.html#Printing">Printing</a>
<li>Alpha: <a href="DEC-Alpha.html#DEC%20Alpha">DEC Alpha</a>
<li>arc: <a href="Arc-Objects.html#Arc%20Objects">Arc Objects</a>
<li>arc, an example: <a href="Arcs.html#Arcs">Arcs</a>
<li>architecture: <a href="HP.html#HP">HP</a>, <a href="Linux.html#Linux">Linux</a>, <a href="SCO.html#SCO">SCO</a>, <a href="DEC-Alpha.html#DEC%20Alpha">DEC Alpha</a>, <a href="SGI.html#SGI">SGI</a>, <a href="Sun.html#Sun">Sun</a>
<li>arrow tool: <a href="Arrow-Tool.html#Arrow%20Tool">Arrow Tool</a>
<li>ASCII files, format of: <a href="File-Formats.html#File%20Formats">File Formats</a>
<li>Atari version: <a href="History.html#History">History</a>
<li>atomic: <a href="Actions.html#Actions">Actions</a>
<li>auto-router: <a href="Menu.html#Menu">Menu</a>
<li>background: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>backup: <a href="Resources.html#Resources">Resources</a>, <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>basic types: <a href="Basic-Types.html#Basic%20Types">Basic Types</a>
<li>bell: <a href="Actions.html#Actions">Actions</a>
<li>bloat: <a href="Resources.html#Resources">Resources</a>
<li>buffer, an example: <a href="Pastebuffer.html#Pastebuffer">Pastebuffer</a>
<li>buffer, convert contents to element: <a href="Elements.html#Elements">Elements</a>
<li>Buffer, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>buffer, selecting a: <a href="Actions.html#Actions">Actions</a>
<li>button translations: <a href="Actions.html#Actions">Actions</a>
<li>cat: <a href="Resources.html#Resources">Resources</a>
<li>centering: <a href="Actions.html#Actions">Actions</a>
<li>change active layer: <a href="Layer-Controls.html#Layer%20Controls">Layer Controls</a>
<li>change drawing layer: <a href="Actions.html#Actions">Actions</a>
<li>change object name: <a href="Actions.html#Actions">Actions</a>
<li>change settings: <a href="Actions.html#Actions">Actions</a>
<li>change sizes: <a href="Actions.html#Actions">Actions</a>
<li>change square flag: <a href="Actions.html#Actions">Actions</a>
<li>change viewing side: <a href="Actions.html#Actions">Actions</a>
<li>characters per line: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>clearance: <a href="Line-Objects.html#Line%20Objects">Line Objects</a>
<li>clearance, changing of objects: <a href="Actions.html#Actions">Actions</a>
<li>clearance, for new lines: <a href="Menu.html#Menu">Menu</a>
<li>clipping lines to 45 degree: <a href="Resources.html#Resources">Resources</a>, <a href="Actions.html#Actions">Actions</a>
<li>clipping of lines: <a href="Options.html#Options">Options</a>
<li>closing a polygon: <a href="Actions.html#Actions">Actions</a>
<li>color printout: <a href="Printing.html#Printing">Printing</a>
<li>color, warning: <a href="Resources.html#Resources">Resources</a>
<li>colors: <a href="Resources.html#Resources">Resources</a>
<li>command-line options: <a href="Command-Line-Options.html#Command-Line%20Options">Command-Line Options</a>
<li>compile, how to: <a href="compiling.html#compiling">compiling</a>
<li>configure: <a href="running-configure.html#running%20configure">running configure</a>
<li>connection, removing an: <a href="Translations.html#Translations">Translations</a>
<li>connections, colors: <a href="Resources.html#Resources">Resources</a>
<li>connections, creating list of: <a href="Connection-Lists.html#Connection%20Lists">Connection Lists</a>
<li>connections, reseting: <a href="Actions.html#Actions">Actions</a>
<li>connections, reseting after element: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>connections, searching for: <a href="Actions.html#Actions">Actions</a>
<li>Connects, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>copy an object: <a href="Translations.html#Translations">Translations</a>
<li>copying objects: <a href="Actions.html#Actions">Actions</a>
<li>copying, an example: <a href="Moving-and-Copying.html#Moving%20and%20Copying">Moving and Copying</a>
<li>copyright: <a href="Special-Options.html#Special%20Options">Special Options</a>
<li>creating objects: <a href="Common.html#Common">Common</a>
<li>cursor color: <a href="Resources.html#Resources">Resources</a>
<li>cursor movements: <a href="Actions.html#Actions">Actions</a>
<li>cursor position: <a href="Actions.html#Actions">Actions</a>
<li>cursor steps: <a href="Resources.html#Resources">Resources</a>
<li>cutting objects: <a href="Actions.html#Actions">Actions</a>
<li>DEC: <a href="DEC-Alpha.html#DEC%20Alpha">DEC Alpha</a>
<li>default font: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>default layout size: <a href="Resources.html#Resources">Resources</a>
<li>default library: <a href="Resources.html#Resources">Resources</a>
<li>default text scaling: <a href="Resources.html#Resources">Resources</a>
<li>default translations: <a href="Translations.html#Translations">Translations</a>
<li>design rule checker, invoking: <a href="Menu.html#Menu">Menu</a>
<li>design rule checking: <a href="Design-Rule-Checking.html#Design%20Rule%20Checking">Design Rule Checking</a>, <a href="Actions.html#Actions">Actions</a>
<li>device, selecting an output: <a href="Printing.html#Printing">Printing</a>
<li>directory /tmp: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>
<li>dispersing elements: <a href="Actions.html#Actions">Actions</a>
<li>display: <a href="Resources.html#Resources">Resources</a>
<li>displaying element names: <a href="Actions.html#Actions">Actions</a>, <a href="Menu.html#Menu">Menu</a>
<li>displaying pinout: <a href="Actions.html#Actions">Actions</a>
<li>displaying status information: <a href="Status-line-and-Input-field.html#Status-line%20and%20Input-field">Status-line and Input-field</a>
<li>distributing elements: <a href="Actions.html#Actions">Actions</a>
<li>DOS filenames: <a href="Printing.html#Printing">Printing</a>
<li>drawing objects: <a href="Drawing-and-Removing.html#Drawing%20and%20Removing">Drawing and Removing</a>
<li>drc: <a href="Design-Rule-Checking.html#Design%20Rule%20Checking">Design Rule Checking</a>, <a href="Actions.html#Actions">Actions</a>, <a href="Resources.html#Resources">Resources</a>
<li>drill: <a href="Actions.html#Actions">Actions</a>
<li>drill report: <a href="Menu.html#Menu">Menu</a>
<li>Drill table: <a href="Vendor-drill-mapping.html#Vendor%20drill%20mapping">Vendor drill mapping</a>
<li>drilling hole, changing of objects: <a href="Actions.html#Actions">Actions</a>
<li>drilling hole, setting of initial size: <a href="Actions.html#Actions">Actions</a>
<li>Edit, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>element name, hiding: <a href="Actions.html#Actions">Actions</a>
<li>element name, removing from silk-screen: <a href="Actions.html#Actions">Actions</a>
<li>Element Search: <a href="Regular-Expressions.html#Regular%20Expressions">Regular Expressions</a>
<li>element, an example: <a href="Elements.html#Elements">Elements</a>
<li>element, an overview: <a href="Element-Objects.html#Element%20Objects">Element Objects</a>
<li>element, color: <a href="Resources.html#Resources">Resources</a>
<li>element, command: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>element, creating a new package: <a href="Elements.html#Elements">Elements</a>
<li>element, display names of: <a href="Menu.html#Menu">Menu</a>, <a href="Actions.html#Actions">Actions</a>
<li>element, editing: <a href="Menu.html#Menu">Menu</a>
<li>element, file format: <a href="Element-File.html#Element%20File">Element File</a>
<li>element, files: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>element, loading to buffer: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>element, move name of: <a href="Translations.html#Translations">Translations</a>
<li>elements, dispersing: <a href="Actions.html#Actions">Actions</a>
<li>elements, distributing: <a href="Actions.html#Actions">Actions</a>
<li>entering user commands: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>erasing objects: <a href="Drawing-and-Removing.html#Drawing%20and%20Removing">Drawing and Removing</a>
<li>example files: <a href="Elements.html#Elements">Elements</a>
<li>example of buffer handling: <a href="Pastebuffer.html#Pastebuffer">Pastebuffer</a>
<li>example of connection lists: <a href="Connection-Lists.html#Connection%20Lists">Connection Lists</a>
<li>example of copying: <a href="Moving-and-Copying.html#Moving%20and%20Copying">Moving and Copying</a>
<li>example of creating an element: <a href="Elements.html#Elements">Elements</a>
<li>example of element handling: <a href="Elements.html#Elements">Elements</a>
<li>example of line handling: <a href="Lines.html#Lines">Lines</a>
<li>example of loading: <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>
<li>example of loading an element file: <a href="Elements.html#Elements">Elements</a>
<li>example of moving: <a href="Moving-and-Copying.html#Moving%20and%20Copying">Moving and Copying</a>
<li>example of pastebuffer handling: <a href="Pastebuffer.html#Pastebuffer">Pastebuffer</a>
<li>example of pin handling: <a href="Elements.html#Elements">Elements</a>
<li>example of polygon handling: <a href="Polygons.html#Polygons">Polygons</a>
<li>example of printing: <a href="Printing.html#Printing">Printing</a>
<li>example of rectangle handling: <a href="Polygons.html#Polygons">Polygons</a>
<li>example of saving: <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>
<li>example of text handling: <a href="Text.html#Text">Text</a>
<li>example of via handling: <a href="Vias.html#Vias">Vias</a>
<li>exit: <a href="Actions.html#Actions">Actions</a>, <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>file format, element data: <a href="Element-File.html#Element%20File">Element File</a>
<li>file format, font data: <a href="Font-File.html#Font%20File">Font File</a>
<li>file format, layout data: <a href="Layout-File.html#Layout%20File">Layout File</a>
<li>file format, libraries: <a href="Library-File.html#Library%20File">Library File</a>
<li>file format, library contents: <a href="Library-Contents-File.html#Library%20Contents%20File">Library Contents File</a>
<li>file formats: <a href="File-Formats.html#File%20Formats">File Formats</a>
<li>file formats, basic types: <a href="Basic-Types.html#Basic%20Types">Basic Types</a>
<li>file load command: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>file save command: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>File, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>flags, changing: <a href="Actions.html#Actions">Actions</a>
<li>flags, clearing: <a href="Actions.html#Actions">Actions</a>
<li>flags, setting: <a href="Actions.html#Actions">Actions</a>
<li>font command: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>font file, format of: <a href="Font-File.html#Font%20File">Font File</a>
<li>font files: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>font, an overview: <a href="Symbol-Objects.html#Symbol%20Objects">Symbol Objects</a>
<li>font, used for pin names: <a href="Resources.html#Resources">Resources</a>
<li>format of element files: <a href="Element-File.html#Element%20File">Element File</a>
<li>format of font files: <a href="Font-File.html#Font%20File">Font File</a>
<li>format of layout files: <a href="Layout-File.html#Layout%20File">Layout File</a>
<li>format of libraries: <a href="Library-File.html#Library%20File">Library File</a>
<li>format of library contents: <a href="Library-Contents-File.html#Library%20Contents%20File">Library Contents File</a>
<li>FreeBSD: <a href="BSD.html#BSD">BSD</a>
<li>gEDA, how to interface with: <a href="gEDA.html#gEDA">gEDA</a>
<li>GNU build system: <a href="quickstart.html#quickstart">quickstart</a>
<li>GNU configure script: <a href="running-configure.html#running%20configure">running configure</a>
<li>grid: <a href="Resources.html#Resources">Resources</a>, <a href="Layout-Area.html#Layout%20Area">Layout Area</a>, <a href="Resources.html#Resources">Resources</a>
<li>grid color: <a href="Resources.html#Resources">Resources</a>
<li>grid, absolute and relative: <a href="Actions.html#Actions">Actions</a>
<li>grid, alignment: <a href="Menu.html#Menu">Menu</a>
<li>grid, display: <a href="Actions.html#Actions">Actions</a>, <a href="Menu.html#Menu">Menu</a>
<li>grid, setting of: <a href="Actions.html#Actions">Actions</a>
<li>groups: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>groups, editing of: <a href="Actions.html#Actions">Actions</a>
<li>gschem, how to interface with: <a href="gEDA.html#gEDA">gEDA</a>
<li>Hewlett Packard: <a href="HP.html#HP">HP</a>
<li>hide element name: <a href="Actions.html#Actions">Actions</a>
<li>how to start: <a href="Getting-Started.html#Getting%20Started">Getting Started</a>
<li>HP: <a href="HP.html#HP">HP</a>
<li>Info, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>information about objects: <a href="Actions.html#Actions">Actions</a>
<li>input-field, position of: <a href="Status-line-and-Input-field.html#Status-line%20and%20Input-field">Status-line and Input-field</a>
<li>inputfield, saving entered command-line: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>inputfield, start user input: <a href="Actions.html#Actions">Actions</a>
<li>install, how to: <a href="compiling.html#compiling">compiling</a>
<li>key translations: <a href="Actions.html#Actions">Actions</a>
<li>keyboard bell: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>layer controls: <a href="Layer-Controls.html#Layer%20Controls">Layer Controls</a>
<li>layer groups: <a href="Layer-Objects.html#Layer%20Objects">Layer Objects</a>
<li>layer visibility, toggling: <a href="Actions.html#Actions">Actions</a>
<li>layer, change active: <a href="Actions.html#Actions">Actions</a>
<li>layer, name of: <a href="Resources.html#Resources">Resources</a>
<li>layers, an overview: <a href="Layer-Objects.html#Layer%20Objects">Layer Objects</a>
<li>layers, changing which is active: <a href="Layer-Controls.html#Layer%20Controls">Layer Controls</a>
<li>layers, colors: <a href="Resources.html#Resources">Resources</a>
<li>layers, editing of groups: <a href="Actions.html#Actions">Actions</a>
<li>layers, groups: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>layers, switching on/off: <a href="Layer-Controls.html#Layer%20Controls">Layer Controls</a>
<li>layout files: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>layout files, format of: <a href="Layout-File.html#Layout%20File">Layout File</a>
<li>layout files, saving of: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>layout objects, an overview: <a href="Intro.html#Intro">Intro</a>
<li>layout size: <a href="Options.html#Options">Options</a>
<li>layout, default size of: <a href="Resources.html#Resources">Resources</a>
<li>layout, loading a: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>layout, loading to buffer: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>layout, merging a: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>layout, printing a: <a href="Actions.html#Actions">Actions</a>
<li>layout, start a new: <a href="Actions.html#Actions">Actions</a>
<li>layout-name: <a href="Element-Objects.html#Element%20Objects">Element Objects</a>, <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>length of a pin name: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>length of outputline: <a href="Options.html#Options">Options</a>
<li>library accuracy: <a href="Element-Objects.html#Element%20Objects">Element Objects</a>
<li>library command: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>library contents command: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>library contents file, format of: <a href="Library-Contents-File.html#Library%20Contents%20File">Library Contents File</a>
<li>library creation: <a href="Library-Creation.html#Library%20Creation">Library Creation</a>
<li>library file, format of: <a href="Library-File.html#Library%20File">Library File</a>
<li>library name: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>library search path: <a href="Options.html#Options">Options</a>
<li>library searchpath: <a href="Resources.html#Resources">Resources</a>
<li>library window: <a href="Library-Window.html#Library%20Window">Library Window</a>
<li>line clipping: <a href="Options.html#Options">Options</a>
<li>linelength: <a href="Resources.html#Resources">Resources</a>
<li>lines, an example: <a href="Lines.html#Lines">Lines</a>
<li>lines, an overview: <a href="Line-Objects.html#Line%20Objects">Line Objects</a>
<li>lines, clipping to 45 degree: <a href="Resources.html#Resources">Resources</a>, <a href="Actions.html#Actions">Actions</a>
<li>lines, setting of initial size: <a href="Actions.html#Actions">Actions</a>
<li>lines, size: <a href="Resources.html#Resources">Resources</a>
<li>Linux: <a href="Linux.html#Linux">Linux</a>
<li>list of connections: <a href="Resources.html#Resources">Resources</a>
<li>listing libraries: <a href="Options.html#Options">Options</a>
<li>listing library contents: <a href="Resources.html#Resources">Resources</a>
<li>loading a layout to buffer: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>loading elements: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>loading elements to buffer: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>loading files: <a href="Actions.html#Actions">Actions</a>
<li>loading fonts: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>loading layouts: <a href="Resources.html#Resources">Resources</a>, <a href="User-Commands.html#User%20Commands">User Commands</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>loading symbols: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>loading, an example: <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>
<li>log window: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Log-Window.html#Log%20Window">Log Window</a>
<li>m4: <a href="Resources.html#Resources">Resources</a>
<li>m4, preprocessing example files: <a href="Elements.html#Elements">Elements</a>
<li>mark: <a href="Actions.html#Actions">Actions</a>
<li>Measuring distances: <a href="Measuring-distances.html#Measuring%20distances">Measuring distances</a>
<li>media: <a href="Resources.html#Resources">Resources</a>
<li>media margin: <a href="Resources.html#Resources">Resources</a>
<li>media, size of: <a href="Printing.html#Printing">Printing</a>
<li>menus: <a href="Menu.html#Menu">Menu</a>
<li>merging layouts: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>messages: <a href="Log-Window.html#Log%20Window">Log Window</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>mirroring printout: <a href="Printing.html#Printing">Printing</a>
<li>mode selection: <a href="Tool-Selectors.html#Tool%20Selectors">Tool Selectors</a>
<li>mode, selecting of: <a href="Actions.html#Actions">Actions</a>
<li>mounting holes: <a href="Actions.html#Actions">Actions</a>
<li>move: <a href="Resources.html#Resources">Resources</a>
<li>move an object: <a href="Translations.html#Translations">Translations</a>
<li>moving objects: <a href="Arrow-Tool.html#Arrow%20Tool">Arrow Tool</a>
<li>moving objects to current layer: <a href="Actions.html#Actions">Actions</a>
<li>moving, an example: <a href="Moving-and-Copying.html#Moving%20and%20Copying">Moving and Copying</a>
<li>name of an element: <a href="Actions.html#Actions">Actions</a>
<li>name, change an objects: <a href="Actions.html#Actions">Actions</a>
<li>namelength of pins: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>NetBSD: <a href="BSD.html#BSD">BSD</a>
<li>netlist: <a href="Resources.html#Resources">Resources</a>, <a href="Rats-Nest.html#Rats%20Nest">Rats Nest</a>, <a href="Actions.html#Actions">Actions</a>, <a href="Net-Objects.html#Net%20Objects">Net Objects</a>, <a href="Actions.html#Actions">Actions</a>
<li>Netlist Window: <a href="Netlist-Window.html#Netlist%20Window">Netlist Window</a>
<li>netlist, file format: <a href="Netlist-File.html#Netlist%20File">Netlist File</a>
<li>netlist, reading: <a href="Netlist-File.html#Netlist%20File">Netlist File</a>
<li>object report: <a href="Menu.html#Menu">Menu</a>
<li>object, change name of: <a href="Actions.html#Actions">Actions</a>
<li>object, changing the size of an: <a href="Common.html#Common">Common</a>
<li>object, copy an: <a href="Translations.html#Translations">Translations</a>
<li>object, creating an: <a href="Common.html#Common">Common</a>
<li>object, drawing and removing: <a href="Drawing-and-Removing.html#Drawing%20and%20Removing">Drawing and Removing</a>
<li>object, move an: <a href="Translations.html#Translations">Translations</a>
<li>object, removing an: <a href="Translations.html#Translations">Translations</a>, <a href="Common.html#Common">Common</a>
<li>objects, moving to current layer: <a href="Actions.html#Actions">Actions</a>
<li>octagonal flag, changing: <a href="Actions.html#Actions">Actions</a>
<li>octagonal flag, clearing: <a href="Actions.html#Actions">Actions</a>
<li>octagonal flag, setting: <a href="Actions.html#Actions">Actions</a>
<li>octagonal pins and vias: <a href="Actions.html#Actions">Actions</a>
<li>off limit color: <a href="Resources.html#Resources">Resources</a>
<li>offset of pinnames: <a href="Resources.html#Resources">Resources</a>
<li>offset of pinout: <a href="Resources.html#Resources">Resources</a>
<li>offset of printout: <a href="Printing.html#Printing">Printing</a>
<li>old library: <a href="Element-Objects.html#Element%20Objects">Element Objects</a>
<li>OpenWindows: <a href="Sun.html#Sun">Sun</a>
<li>operation modes, selecting of: <a href="Actions.html#Actions">Actions</a>
<li>optimizer: <a href="Trace-Optimizer.html#Trace%20Optimizer">Trace Optimizer</a>
<li>outline printout: <a href="Printing.html#Printing">Printing</a>
<li>output device: <a href="Printing.html#Printing">Printing</a>
<li>outputline, length of: <a href="Options.html#Options">Options</a>
<li>overlap, minimum: <a href="Design-Rule-Checking.html#Design%20Rule%20Checking">Design Rule Checking</a>
<li>Panner control: <a href="Panner-Control.html#Panner%20Control">Panner Control</a>
<li>pastebuffer, an example: <a href="Pastebuffer.html#Pastebuffer">Pastebuffer</a>
<li>pastebuffer, convert contents to element: <a href="Elements.html#Elements">Elements</a>
<li>pastebuffer, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>pastebuffer, selecting a: <a href="Actions.html#Actions">Actions</a>
<li>path for element files: <a href="Resources.html#Resources">Resources</a>
<li>path for font files: <a href="Resources.html#Resources">Resources</a>
<li>path for layout files: <a href="Resources.html#Resources">Resources</a>
<li>path for libraries: <a href="Resources.html#Resources">Resources</a>
<li>PC UNIX: <a href="BSD.html#BSD">BSD</a>, <a href="Linux.html#Linux">Linux</a>, <a href="SCO.html#SCO">SCO</a>
<li>PCB, an overview: <a href="Overview.html#Overview">Overview</a>
<li>pin color: <a href="Resources.html#Resources">Resources</a>
<li>pin, name of: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>pinout, display of: <a href="Actions.html#Actions">Actions</a>
<li>pinout, font to display pin names: <a href="Resources.html#Resources">Resources</a>
<li>pinout, zoomfactor of display: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>pins, an example: <a href="Elements.html#Elements">Elements</a>
<li>pins, changing shape of: <a href="Actions.html#Actions">Actions</a>
<li>pointer, moving of: <a href="Actions.html#Actions">Actions</a>
<li>polygon: <a href="Resources.html#Resources">Resources</a>
<li>polygon point, go back to previous: <a href="Actions.html#Actions">Actions</a>
<li>polygon, an example: <a href="Polygons.html#Polygons">Polygons</a>
<li>polygon, an overview: <a href="Polygon-Objects.html#Polygon%20Objects">Polygon Objects</a>
<li>polygon, closing a: <a href="Actions.html#Actions">Actions</a>
<li>popping up menus: <a href="Menu.html#Menu">Menu</a>
<li>postprocessing layout data: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>preprocessing element data: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>preprocessing font data: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>preprocessing layout data: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>preventing loss of data: <a href="Resources.html#Resources">Resources</a>, <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>, <a href="Options.html#Options">Options</a>
<li>print command: <a href="Printing.html#Printing">Printing</a>
<li>print media: <a href="Printing.html#Printing">Printing</a>, <a href="Resources.html#Resources">Resources</a>
<li>print offset: <a href="Printing.html#Printing">Printing</a>
<li>printing: <a href="Resources.html#Resources">Resources</a>
<li>printing a layout: <a href="Actions.html#Actions">Actions</a>
<li>printing, an example: <a href="Printing.html#Printing">Printing</a>
<li>problems: <a href="problems.html#problems">problems</a>
<li>quit: <a href="User-Commands.html#User%20Commands">User Commands</a>, <a href="Actions.html#Actions">Actions</a>
<li>rat's nest: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>rat-line: <a href="Actions.html#Actions">Actions</a>, <a href="Rats-Nest.html#Rats%20Nest">Rats Nest</a>
<li>rats nest: <a href="Actions.html#Actions">Actions</a>, <a href="Rats-Nest.html#Rats%20Nest">Rats Nest</a>, <a href="Actions.html#Actions">Actions</a>, <a href="Resources.html#Resources">Resources</a>
<li>rats-nest: <a href="Net-Objects.html#Net%20Objects">Net Objects</a>
<li>recover: <a href="Actions.html#Actions">Actions</a>
<li>rectangle, an example: <a href="Polygons.html#Polygons">Polygons</a>
<li>redo: <a href="Menu.html#Menu">Menu</a>, <a href="Actions.html#Actions">Actions</a>
<li>redrawing layout: <a href="Actions.html#Actions">Actions</a>
<li>refreshing layout: <a href="Actions.html#Actions">Actions</a>
<li>Regular Expressions: <a href="Regular-Expressions.html#Regular%20Expressions">Regular Expressions</a>
<li>release, current: <a href="Special-Options.html#Special%20Options">Special Options</a>
<li>removing connections: <a href="Translations.html#Translations">Translations</a>
<li>removing objects: <a href="Drawing-and-Removing.html#Drawing%20and%20Removing">Drawing and Removing</a>, <a href="Translations.html#Translations">Translations</a>, <a href="Common.html#Common">Common</a>
<li>removing selected objects: <a href="Actions.html#Actions">Actions</a>
<li>report: <a href="Actions.html#Actions">Actions</a>, <a href="Menu.html#Menu">Menu</a>
<li>reseting found connections: <a href="Actions.html#Actions">Actions</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>resources: <a href="Resources.html#Resources">Resources</a>
<li>rotate: <a href="Resources.html#Resources">Resources</a>
<li>rotating a buffer: <a href="Actions.html#Actions">Actions</a>
<li>rotating printout: <a href="Printing.html#Printing">Printing</a>
<li>routing style: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Actions.html#Actions">Actions</a>
<li>rubber band: <a href="Menu.html#Menu">Menu</a>
<li>rubberband: <a href="Actions.html#Actions">Actions</a>, <a href="Resources.html#Resources">Resources</a>
<li>saving connections: <a href="Actions.html#Actions">Actions</a>
<li>saving files: <a href="Actions.html#Actions">Actions</a>
<li>saving found connections: <a href="Actions.html#Actions">Actions</a>
<li>saving last entered user command: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>saving layouts: <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>, <a href="Options.html#Options">Options</a>, <a href="User-Commands.html#User%20Commands">User Commands</a>, <a href="Resources.html#Resources">Resources</a>, <a href="User-Commands.html#User%20Commands">User Commands</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>saving, an example: <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>
<li>scaling a printout: <a href="Printing.html#Printing">Printing</a>
<li>scanning connections: <a href="Actions.html#Actions">Actions</a>
<li>schematic capture: <a href="Schematic-Frontends.html#Schematic%20Frontends">Schematic Frontends</a>
<li>schematic frontend: <a href="Schematic-Frontends.html#Schematic%20Frontends">Schematic Frontends</a>
<li>SCO: <a href="SCO.html#SCO">SCO</a>
<li>Screen, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>script file, executing: <a href="Actions.html#Actions">Actions</a>
<li>scrolling: <a href="Translations.html#Translations">Translations</a>
<li>searching connections: <a href="Actions.html#Actions">Actions</a>
<li>Searching for elements: <a href="Searching-for-elements.html#Searching%20for%20elements">Searching for elements</a>
<li>searchpath for element files: <a href="Resources.html#Resources">Resources</a>
<li>searchpath for font files: <a href="Resources.html#Resources">Resources</a>
<li>searchpath for layout files: <a href="Resources.html#Resources">Resources</a>
<li>searchpath for libraries: <a href="Resources.html#Resources">Resources</a>
<li>Select, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>selected object, removing an: <a href="Actions.html#Actions">Actions</a>
<li>selected objects, changing sizes: <a href="Menu.html#Menu">Menu</a>
<li>selected objects, removing: <a href="Menu.html#Menu">Menu</a>
<li>selecting a buffer: <a href="Actions.html#Actions">Actions</a>
<li>selecting a new tool: <a href="Tool-Selectors.html#Tool%20Selectors">Tool Selectors</a>
<li>selecting objects: <a href="Actions.html#Actions">Actions</a>
<li>selecting, using the arrow tool: <a href="Arrow-Tool.html#Arrow%20Tool">Arrow Tool</a>
<li>selection: <a href="Actions.html#Actions">Actions</a>
<li>Settings, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>SGI: <a href="SGI.html#SGI">SGI</a>
<li>shrink: <a href="Resources.html#Resources">Resources</a>
<li>signal: <a href="Actions.html#Actions">Actions</a>
<li>Silicon Graphics: <a href="SGI.html#SGI">SGI</a>
<li>size of a layout: <a href="Options.html#Options">Options</a>
<li>size of lines: <a href="Resources.html#Resources">Resources</a>
<li>size of lines and vias: <a href="Actions.html#Actions">Actions</a>
<li>size of vias: <a href="Resources.html#Resources">Resources</a>
<li>sizes, changing of objects: <a href="Actions.html#Actions">Actions</a>
<li>Sizes, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>snap to pins: <a href="Menu.html#Menu">Menu</a>
<li>Solaris: <a href="Sun.html#Sun">Sun</a>
<li>solder mask, viewing and editing: <a href="Menu.html#Menu">Menu</a>
<li>spacing, minimum: <a href="Design-Rule-Checking.html#Design%20Rule%20Checking">Design Rule Checking</a>
<li>speaker volume: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>square flag, changing: <a href="Actions.html#Actions">Actions</a>
<li>square flag, changing of objects: <a href="Actions.html#Actions">Actions</a>
<li>square flag, clearing: <a href="Actions.html#Actions">Actions</a>
<li>square flag, setting: <a href="Actions.html#Actions">Actions</a>
<li>start user input: <a href="Actions.html#Actions">Actions</a>
<li>starting a new layout: <a href="Actions.html#Actions">Actions</a>
<li>starting <code>Pcb</code>: <a href="Command-Line-Options.html#Command-Line%20Options">Command-Line Options</a>
<li>startup actions script: <a href="Options.html#Options">Options</a>
<li>status information: <a href="Status-line-and-Input-field.html#Status-line%20and%20Input-field">Status-line and Input-field</a>
<li>strings, an example: <a href="Text.html#Text">Text</a>
<li>strings, an overview: <a href="Text-Objects.html#Text%20Objects">Text Objects</a>
<li>Sun: <a href="Sun.html#Sun">Sun</a>
<li>symbols: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>symbols, an overview: <a href="Symbol-Objects.html#Symbol%20Objects">Symbol Objects</a>
<li>temporary files: <a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>TeX, problems: <a href="TeX-and-Manuals.html#TeX%20and%20Manuals">TeX and Manuals</a>
<li>text, an example: <a href="Text.html#Text">Text</a>
<li>text, an overview: <a href="Text-Objects.html#Text%20Objects">Text Objects</a>
<li>text, default scaling: <a href="Resources.html#Resources">Resources</a>
<li>thermal flag, changing: <a href="Actions.html#Actions">Actions</a>
<li>thermal flag, clearing: <a href="Actions.html#Actions">Actions</a>
<li>thermal flag, setting: <a href="Actions.html#Actions">Actions</a>
<li>thickness of lines: <a href="Resources.html#Resources">Resources</a>
<li>thickness of objects: <a href="Common.html#Common">Common</a>
<li>thickness of vias: <a href="Resources.html#Resources">Resources</a>
<li>thickness, changing of objects: <a href="Actions.html#Actions">Actions</a>
<li>toggle layer visibility: <a href="Actions.html#Actions">Actions</a>
<li>tool selection: <a href="Tool-Selectors.html#Tool%20Selectors">Tool Selectors</a>
<li>tool, arrow: <a href="Arrow-Tool.html#Arrow%20Tool">Arrow Tool</a>
<li>trace optimizer: <a href="Trace-Optimizer.html#Trace%20Optimizer">Trace Optimizer</a>
<li>translations: <a href="Actions.html#Actions">Actions</a>, <a href="Translations.html#Translations">Translations</a>
<li>troubleshooting: <a href="problems.html#problems">problems</a>
<li>two line mode: <a href="Line-Objects.html#Line%20Objects">Line Objects</a>
<li>undo: <a href="Menu.html#Menu">Menu</a>, <a href="Actions.html#Actions">Actions</a>
<li>undo, multi-action resources: <a href="Actions.html#Actions">Actions</a>
<li>unique names: <a href="Menu.html#Menu">Menu</a>
<li>unix command: <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>, <a href="Resources.html#Resources">Resources</a>
<li>unselect objects: <a href="Actions.html#Actions">Actions</a>
<li>user commands: <a href="User-Commands.html#User%20Commands">User Commands</a>
<li>user input: <a href="Translations.html#Translations">Translations</a>
<li>vendor drill table: <a href="Actions.html#Actions">Actions</a>
<li>Vendor drill table: <a href="Vendor-drill-mapping.html#Vendor%20drill%20mapping">Vendor drill mapping</a>
<li>vendor drill table, disabling: <a href="Actions.html#Actions">Actions</a>
<li>vendor drill table, enabling: <a href="Actions.html#Actions">Actions</a>
<li>vendor drill table, loading: <a href="Actions.html#Actions">Actions</a>
<li>vendor drill table, toggling: <a href="Actions.html#Actions">Actions</a>
<li>vendor drill table, unloading: <a href="Actions.html#Actions">Actions</a>
<li>vendor map: <a href="Actions.html#Actions">Actions</a>
<li>vendor map, disabling: <a href="Actions.html#Actions">Actions</a>
<li>vendor map, enabling: <a href="Actions.html#Actions">Actions</a>
<li>vendor map, loading: <a href="Actions.html#Actions">Actions</a>
<li>vendor map, toggling: <a href="Actions.html#Actions">Actions</a>
<li>vendor map, unloading: <a href="Actions.html#Actions">Actions</a>
<li>Vendor mapping: <a href="Vendor-drill-mapping.html#Vendor%20drill%20mapping">Vendor drill mapping</a>
<li>Vendor rules: <a href="Vendor-drill-mapping.html#Vendor%20drill%20mapping">Vendor drill mapping</a>
<li>version, current: <a href="Special-Options.html#Special%20Options">Special Options</a>
<li>vias, an example: <a href="Vias.html#Vias">Vias</a>
<li>vias, an overview: <a href="Via-Objects.html#Via%20Objects">Via Objects</a>
<li>vias, changing shape of: <a href="Actions.html#Actions">Actions</a>
<li>vias, color: <a href="Resources.html#Resources">Resources</a>
<li>vias, converting to mounting hole: <a href="Actions.html#Actions">Actions</a>
<li>vias, setting of initial size: <a href="Actions.html#Actions">Actions</a>
<li>vias, size: <a href="Resources.html#Resources">Resources</a>
<li>View, adjusting: <a href="Panner-Control.html#Panner%20Control">Panner Control</a>
<li>viewing side, changing of: <a href="Actions.html#Actions">Actions</a>
<li>volume of speaker: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>Window, popup menu: <a href="Menu.html#Menu">Menu</a>
<li>X11: <a href="X11-Interface.html#X11%20Interface">X11 Interface</a>
<li>X11 default translations: <a href="Translations.html#Translations">Translations</a>
<li>X11 resources: <a href="Resources.html#Resources">Resources</a>
<li>X11 translations: <a href="Actions.html#Actions">Actions</a>
<li>X11, problems: <a href="X11.html#X11">X11</a>
<li>xcircuit, how to interface with: <a href="xcircuit.html#xcircuit">xcircuit</a>
<li>zoom of Layout area: <a href="Resources.html#Resources">Resources</a>
<li>zoom of pinout window: <a href="Resources.html#Resources">Resources</a>, <a href="Options.html#Options">Options</a>
<li>zoom, setting: <a href="Menu.html#Menu">Menu</a>
<li>zoom, setting of: <a href="Actions.html#Actions">Actions</a>
</ul>

<div class="contents">
<h2>Table of Contents</h2>
<ul>
<li><a name="toc_Top" href="index.html#Top">Pcb</a>
<li><a name="toc_Copying" href="Copying.html#Copying">Copying</a>
<li><a name="toc_History" href="History.html#History">History</a>
<li><a name="toc_Overview" href="Overview.html#Overview">Overview</a>
<li><a name="toc_Intro" href="Intro.html#Intro">Introduction</a>
<ul>
<li><a href="Symbol-Objects.html#Symbol%20Objects">Symbols</a>
<li><a href="Via-Objects.html#Via%20Objects">Vias</a>
<li><a href="Element-Objects.html#Element%20Objects">Elements</a>
<li><a href="Layer-Objects.html#Layer%20Objects">Layers</a>
<li><a href="Line-Objects.html#Line%20Objects">Lines</a>
<li><a href="Arc-Objects.html#Arc%20Objects">Arcs</a>
<li><a href="Polygon-Objects.html#Polygon%20Objects">Polygons</a>
<li><a href="Text-Objects.html#Text%20Objects">Text</a>
<li><a href="Net-Objects.html#Net%20Objects">Nets</a>
</li></ul>
<li><a name="toc_Getting%20Started" href="Getting-Started.html#Getting%20Started">Getting Started</a>
<ul>
<li><a href="Application-Window.html#Application%20Window">The Application Window</a>
<ul>
<li><a href="Menu.html#Menu">Menus</a>
<li><a href="Status-line-and-Input-field.html#Status-line%20and%20Input-field">The Status-line and Input-field</a>
<li><a href="Panner-Control.html#Panner%20Control">The Panner Control</a>
<li><a href="Layer-Controls.html#Layer%20Controls">The Layer Controls</a>
<li><a href="Tool-Selectors.html#Tool%20Selectors">The Tool Selectors</a>
<li><a href="Layout-Area.html#Layout%20Area">Layout Area</a>
</li></ul>
<li><a href="Log-Window.html#Log%20Window">Log Window</a>
<li><a href="Library-Window.html#Library%20Window">Library Window</a>
<li><a href="Netlist-Window.html#Netlist%20Window">Netlist Window</a>
<li><a href="Drawing-and-Removing.html#Drawing%20and%20Removing">Drawing and Removing Basic Objects</a>
<ul>
<li><a href="Lines.html#Lines">Lines</a>
<li><a href="Arcs.html#Arcs">Arcs</a>
<li><a href="Polygons.html#Polygons">Polygons and Rectangles</a>
<li><a href="Text.html#Text">Text</a>
<li><a href="Vias.html#Vias">Vias</a>
<li><a href="Elements.html#Elements">Elements</a>
<li><a href="Pastebuffer.html#Pastebuffer">Pastebuffer</a>
</li></ul>
<li><a href="Moving-and-Copying.html#Moving%20and%20Copying">Moving and Copying</a>
<li><a href="Loading-and-Saving.html#Loading%20and%20Saving">Loading and Saving</a>
<li><a href="Printing.html#Printing">Printing</a>
<li><a href="Connection-Lists.html#Connection%20Lists">Connection Lists</a>
<li><a href="Arrow-Tool.html#Arrow%20Tool">Arrow Tool</a>
<li><a href="Rats-Nest.html#Rats%20Nest">Rats Nest</a>
<li><a href="Design-Rule-Checking.html#Design%20Rule%20Checking">Design Rule Checking</a>
<li><a href="Trace-Optimizer.html#Trace%20Optimizer">Trace Optimizer</a>
<li><a href="Searching-for-elements.html#Searching%20for%20elements">Searching for elements</a>
<li><a href="Measuring-distances.html#Measuring%20distances">Measuring distances</a>
<li><a href="Vendor-drill-mapping.html#Vendor%20drill%20mapping">Vendor Drill Mapping</a>
</li></ul>
<li><a name="toc_User%20Commands" href="User-Commands.html#User%20Commands">User Commands</a>
<li><a name="toc_Command-Line%20Options" href="Command-Line-Options.html#Command-Line%20Options">Command-Line Options</a>
<ul>
<li><a href="Options.html#Options">Options</a>
<li><a href="Special-Options.html#Special%20Options">Special Options</a>
</li></ul>
<li><a name="toc_X11%20Interface" href="X11-Interface.html#X11%20Interface">X11 Interface</a>
<ul>
<li><a href="Resources.html#Resources">Non-Standard X11 Application Resources</a>
<li><a href="Actions.html#Actions">Actions</a>
<li><a href="Translations.html#Translations">Default Translations</a>
</li></ul>
<li><a name="toc_File%20Formats" href="File-Formats.html#File%20Formats">File Formats</a>
<ul>
<li><a href="Basic-Types.html#Basic%20Types">Basic Types</a>
<li><a href="Layout-File.html#Layout%20File">Layout File Format</a>
<li><a href="Element-File.html#Element%20File">Element File Format</a>
<li><a href="Font-File.html#Font%20File">Font File Format</a>
<li><a href="Netlist-File.html#Netlist%20File">Netlist File Format</a>
<li><a href="Library-Contents-File.html#Library%20Contents%20File">Library Contents File Format</a>
<li><a href="Library-File.html#Library%20File">Library File Format</a>
</li></ul>
<li><a name="toc_Library%20Creation" href="Library-Creation.html#Library%20Creation">Library Creation</a>
<ul>
<li><a href="Library-Creation.html#Library%20Creation">Old Style (m4) Libraries</a>
<ul>
<li><a href="Library-Creation.html#Library%20Creation">Overview of Oldlib Operation</a>
<li><a href="Library-Creation.html#Library%20Creation">The Library Scripts</a>
<ul>
<li><a href="Library-Creation.html#Library%20Creation">Scripts Used During Compilation</a>
<li><a href="Library-Creation.html#Library%20Creation">Scripts Used by PCB at Runtime</a>
</li></ul>
<li><a href="Library-Creation.html#Library%20Creation">Creating an Oldlib Footprint</a>
<li><a href="Library-Creation.html#Library%20Creation">Troubleshooting Old Style Libraries</a>
</li></ul>
<li><a href="Library-Creation.html#Library%20Creation">New Style Libraries</a>
<ul>
<li><a href="Library-Creation.html#Library%20Creation">Creating Newlib Footprints</a>
<li><a href="Library-Creation.html#Library%20Creation">Modifying Newlib Footprints</a>
</li></ul>
</li></ul>
<li><a name="toc_Schematic%20Frontends" href="Schematic-Frontends.html#Schematic%20Frontends">Schematic Capture for PCB</a>
<ul>
<li><a href="gEDA.html#gEDA">gEDA</a>
<ul>
<li><a href="gEDA.html#gEDA">Set Up Project Directories</a>
<li><a href="gEDA.html#gEDA">Set Up gEDA Config Files</a>
<li><a href="gEDA.html#gEDA">Set Up <code>gsch2pcb</code> Config Files</a>
<li><a href="gEDA.html#gEDA">Capture Schematics Using <code>gschem</code></a>
<li><a href="gEDA.html#gEDA">Create Any Unique PCB Footprints</a>
<li><a href="gEDA.html#gEDA">Generate Initial PCB Design Using <code>gsch2pcb</code></a>
<li><a href="gEDA.html#gEDA">Layout Circuit Board</a>
</li></ul>
<li><a href="gEDA.html#gEDA">Forward Annotation of Schematic Changes</a>
<ul>
<li><a href="gEDA.html#gEDA">Generate Photoplot Files (RS-274-X)</a>
</li></ul>
<li><a href="xcircuit.html#xcircuit">xcircuit</a>
</li></ul>
<li><a name="toc_Installation" href="Installation.html#Installation">Installation and Troubleshooting</a>
<ul>
<li><a href="compiling.html#compiling">Compiling and Installing</a>
<ul>
<li><a href="quickstart.html#quickstart">Quick Start</a>
<li><a href="running-configure.html#running%20configure">Running the configure Script</a>
</li></ul>
<li><a href="problems.html#problems">Troubleshooting</a>
<ul>
<li><a href="HP.html#HP">HP Series 700 and 800</a>
<li><a href="Sun.html#Sun">Sun SPARC architecture</a>
<li><a href="SGI.html#SGI">Silicon Graphics</a>
<li><a href="DEC-Alpha.html#DEC%20Alpha">DEC Alpha</a>
<li><a href="SCO.html#SCO">SCO Unix</a>
<li><a href="Linux.html#Linux">Linux</a>
<li><a href="BSD.html#BSD">FreeBSD and NetBSD</a>
<li><a href="X11.html#X11">Problems related to X11</a>
<li><a href="TeX-and-Manuals.html#TeX%20and%20Manuals">Problems related to TeX</a>
</li></ul>
</li></ul>
<li><a name="toc_Custom%20Menus" href="Custom-Menus.html#Custom%20Menus">Customizing the Menus</a>
<ul>
<li><a href="Resource-Syntax.html#Resource%20Syntax">Resource Syntax</a>
<li><a href="Menu-Definitions.html#Menu%20Definitions">Menu Definitions</a>
<li><a href="Menu-Files-and-Defaults.html#Menu%20Files%20and%20Defaults">Menu Files and Defaults</a>
</li></ul>
<li><a name="toc_Regular%20Expressions" href="Regular-Expressions.html#Regular%20Expressions">Element Search/Regular Expressions</a>
<ul>
</li></ul>
<li><a name="toc_Index" href="Index.html#Index">Index of Resources</a>
<li><a name="toc_Index" href="Index.html#Index">Index of Actions, Commands and Options</a>
<li><a name="toc_Index" href="Index.html#Index">Index of Concepts</a>
</li></ul>
</div>


   </body></html>