find.c: Fix flag passed to ListStart() in DRCFind().
[geda-pcb/pcjc2.git] / doc / gs / gs.texi
blob744642d8e12d22c1153c86b13a5ba6981c44cf53
1 \input texinfo    @c -*-texinfo-*-
2 @comment %**start of header
3 @setfilename gs.info
4 @settitle Getting Started With PCB
5 @setcontentsaftertitlepage
6 @comment %**end of header
8 @include ../version.texi
10 @comment This macro defines how we present the name of the pcb project.
11 @comment Use @code{pcb} for the name of the executable, @pcb{} for the project.
12 @macro pcb
13 @sc{pcb}
14 @end macro
16 @ifinfo
17 @format
18 INFO-DIR-SECTION Miscellaneous
19 START-INFO-DIR-ENTRY
20 * pcb: (pcb).                   An interactive printed circuit board editor.
21 END-INFO-DIR-ENTRY
22 @end format
23 @end ifinfo
25 @iftex
26 @finalout
27 @end iftex
29 @ifinfo
31 This file documents how to get started using @pcb{}, the interactive
32 printed circuit board layout system.
34 Copyright (C) 2007 DJ Delorie
36 This program is free software; you may redistribute it and/or modify
37 it under the terms of the GNU General Public License as published by
38 the Free Software Foundation; either version 2 of the License, or (at
39 your option) any later version.
41 This program is distributed in the hope that it will be useful, but
42 WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANT-ABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the @b{GNU
44 General Public License} for more details.
46 @end ifinfo
48 @setchapternewpage on
49 @headings single
51 @tex
52 \def\lastnegativepageno{\pageno}
53 \def\savepageno{\pageno}
54 @end tex
56 @titlepage
57 @title Getting Started With @pcb{}
58 @author DJ Delorie
59 @end titlepage
61 @tex
62 \global\advance\pageno by 2
63 @end tex
65 @contents
67 @ifnottex
68 @node Top
69 @top Getting Started with PCB
71 This document is a manual for @pcb{}, the interactive printed
72 circuit board layout system.
74 @menu
75 * Introduction::   Introduction to @pcb{}
76 * Terminology::    Terms and definitions.
77 * Installation::
78 * Your First Board::
79 @end menu
81 @end ifnottex
83 @comment our type of image
84 @macro img{INAME}
85 @center @image{\INAME\}
86 @end macro
88 @macro press{TXT}
89 @kbd{\TXT\}
90 @end macro
92 @iftex
93 @tex
94 \gdef\rarrow{$\rightarrow$}
95 @end tex
96 @end iftex
97 @ifhtml
98 @macro rarrow
99 @html
100 →
101 @end html
102 @end macro
103 @end ifhtml
104 @ifnottex
105 @ifnothtml
106 @macro rarrow
108 @end macro
109 @end ifnothtml
110 @end ifnottex
112 @macro mnu{TXT}
113 @b{\TXT\}
114 @end macro
116 @macro mnuu{T1,T2}
117 @b{\T1\@rarrow{}\T2\}
118 @end macro
121 @macro mnuuu{T1,T2,T3}
122 @b{\T1\@rarrow{}\T2\@rarrow{}\T3\}
123 @end macro
125 @c -----------------------------------------------------------------------------
126 @c Each node herein will be moved to its own file when it's filled in.
128 @include introduction.texi
129 @include terminology.texi
130 @include installation.texi
131 @include firstboard.texi
133 @bye