1 .TH gschem 1 "February 14th, 2010" Version 1.6.1.20100214
3 gschem - gEDA/gaf Schematic Capture
6 [\-q] [\-v] [\-t] [\-r rcfilename] [\-s scriptfilename] [\-o outputfilename] [\-p] [\-h] [schematic1 ... schematicN]
9 \fIgschem\fP is the schematic capture program which is part gEDA
10 (GPL Electronic Design Automation) toolset. This program is used to draw
11 electronic schematics. Schematics consist of standard symbols (which
12 are either part of a standard library or created by the user) which
13 represent the various gates and components. These components are then
14 interconnected by nets (wires). Schematics may be printed to a
15 PostScript file for printing or further conversion to other output
16 formats. Output to various image formats is also supported.
18 \fIgschem\fP is also the symbol creation editor. All the standard
19 methods of creating schematics are used in the creation of symbols. There
20 are a few special rules when creating symbols, so please refer to the
21 (non-existant as of now) symbol creation document.
23 Please read the official documentation (very minimal at this point)
24 on how to use \fIgschem\fP, since this man page just describes the command
25 line arguments and a few examples on how to run \fIgschem\fP.
28 \fIgschem\fP accepts the following options:
31 Quiet mode on. This mode turns off all warnings/notes/messages. (optional)
34 Verbose mode on. This mode gives as much feedback to the user as possible. (optional)
37 Print out more information when using mouse strokes. With this command
38 line flag and the middle button configured for mouse strokes, gschem
39 will output the stroke sequence numbers as the user executes strokes.
40 These numbers can be used to define new strokes in the system-gschemrc file.
43 Specify a rc filename. Normally \fIgschem\fP searches for the system-gschemrc, then
44 ~/.gEDA/gschemrc, and finally for a gschemrc in the current directory. This
45 options allows the user to specify an additional rc file which is read after
46 all the other rc files are read. (optional)
49 Specify a guile script to be executed at startup. (optional)
52 Specify a filename for postscript output. This command line argument is
53 useful when running \fIgschem\fP from a shell script and with a guile script. The
54 filename can be changed through
58 Automatically place the window, especially useful if running gschem from the
59 command line and generating output.
62 Print out short command line help.
64 .B schematic1 [... schematicN]
65 Schematic file to be loaded. Specifing a schematic file is optional. If
66 multiple schematic files are specified they are read in sequentially and
67 put on seperate pages. It is important that the schematic(s) follow
68 all the options (ie last).
71 These examples assume that you have a schematic called stack_1.sch in
74 To run \fIgschem\fP and then interact with the program:
79 To run \fIgschem\fP in interactive mode but load a sample schematic:
83 To run \fIgschem\fP and load up all schematics in the current subdirectory:
88 \fIgschem\fP respects the following environment variable:
92 specifies where the various required scheme and rc files are located
93 (the default is ${prefix}/share/gEDA). This environment variables does
94 not need to be set by the end user unless they are moving the executables
95 to a new install ${prefix}.
98 Ales Hvezda and many others
105 Copyright \(co 1999-2008 Ales Hvezda
107 This document can be freely redistributed according to the terms of the
108 GNU General Public License version 2.0