1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
7 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
8 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
10 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
15 <h1 class=
"sectionedit1341"><a name=
"tragesym_symbol_generator_readme" id=
"tragesym_symbol_generator_readme">tragesym (symbol generator) README
</a></h1>
17 <pre class=
"code">tragesym is a small python script that creates geda symbols out of
20 For creating a symbol you have to edit the sourcefile first. You can
21 use the template.src file, which is in /examples/tragesym/ directory.
22 Some examples are in the examples/tragesym directory too.
24 For possible footprint names take a look into the ~geda directory
28 tragesym
<sourcefile
> <symbolfile
>
30 After you have translated the sourcefile to the symbolfile you have to
31 rearrange some pins with gschem, translate the symbol to the origin
32 and save it in an appropriate symbol directory. Make the attributes
33 visible while doing that (edit-
>show hidden text) and hide the text
36 tragesym requires python (versions greater
1.5 should work).
38 Comment an questions are welcome.
39 Send it to Werner Hoch (werner.ho@gmx.de)
</pre>