refdes_renum: warn of possible number clash with non-conforming values
[geda-gaf/whiteaudio.git] / docs / wiki / geda-tragesym_readme.html
blob3877d224bc3e492020f2cd1bd541ff477ca5e026
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <title></title>
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" />
11 </head>
12 <body>
15 <h1 class="sectionedit1341"><a name="tragesym_symbol_generator_readme" id="tragesym_symbol_generator_readme">tragesym (symbol generator) README</a></h1>
16 <div class="level1">
17 <pre class="code">tragesym is a small python script that creates geda symbols out of
18 structured textfiles.
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
25 of the PCB program.
27 usage is:
28 tragesym &lt;sourcefile&gt; &lt;symbolfile&gt;
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-&gt;show hidden text) and hide the text
34 again before saving.
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>
41 </div>
42 </body>
43 </html>