Update version numbers to 1.8.1.
[geda-gaf.git] / utils / docs / tragesym.1
blobbd45b13c8a912a2d4be0e9ab27dd719e4737c7dd
1 .TH tragesym 1 "November 23rd, 2012" "gEDA Project" 1.8.1.20121123
3 .SH NAME
4 tragesym \- create gEDA symbols from structured textfiles
6 .SH SYNOPSIS
7 .B tragesym
8 .I sourcefile symbolfile
10 .SH DESCRIPTION
11 .B tragesym
12 creates gschem symbols from structured textfiles.
13 .PP
14 .B tragesym
15 can:
16 .IP \(bu
17 create pins and arrange their elements (clocksign, dot, type, pinnumber,
18 label);
19 .IP \(bu
20 sort pins alphabetical and numerical;
21 .IP \(bu
22 swap words of pinlabels if wished;
23 .IP \(bu
24 draw negation lines on the labels (since version 0.0.9, gschem will do that);
25 .IP \(bu
26 rotate pinlabels if wished;
27 .IP \(bu
28 do some syntax check to the input file.
29 .PP
30 .B tragesym
31 requires python.
32 .SH TUTORIAL
33 There is a tutorial on the use of
34 .B tragesym
35 at:
36 .IP
37 http://wiki.geda-project.org/geda:tragesym_tutorial
38 .SH AUTHOR
39 Werner Hoch <werner.ho@gmx.de>
40 .SH SEE ALSO
41 .BR gschem (1),
42 .BR pcb (1)
43 .SH COPYRIGHT
44 .nf
45 Copyright \(co 1999-2011 gEDA Contributors.  License GPLv2+: GNU GPL
46 version 2 or later.  Please see the `COPYING' file included with this
47 program for full details.
48 .PP
49 This is free software: you are free to change and redistribute it.
50 There is NO WARRANTY, to the extent permitted by law.