updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / geda-smallsym / gafrc.proto
blob9bb55363389eb1f5ff001f6ddea5f967bade3b04
1 ; this is a template file for your gafrc, replacing the default symbol library
2 ; with nice small symbols
4 ; empty the library
5 (reset-component-library)
7 ; refill it with smallsym's (first becomes the last in the list !?!)
8 (define smallsyms "/usr/share/gEDA/smallsym")
9 (component-library (build-path smallsyms "vref"))
10 (component-library (build-path smallsyms "transistor"))
11 (component-library (build-path smallsyms "titleblock"))
12 (component-library (build-path smallsyms "switch"))
13 (component-library (build-path smallsyms "sensor"))
14 (component-library (build-path smallsyms "scr"))
15 (component-library (build-path smallsyms "rf"))
16 (component-library (build-path smallsyms "regulator"))
17 (component-library (build-path smallsyms "power"))
18 (component-library (build-path smallsyms "pld"))
19 (component-library (build-path smallsyms "opto"))
20 (component-library (build-path smallsyms "opamp"))
21 (component-library (build-path smallsyms "misc"))
22 (component-library (build-path smallsyms "micro"))
23 (component-library (build-path smallsyms "memory"))
24 (component-library (build-path smallsyms "io"))
25 (component-library (build-path smallsyms "foo"))
26 (component-library (build-path smallsyms "driver"))
27 (component-library (build-path smallsyms "diode"))
28 (component-library (build-path smallsyms "connector"))
29 (component-library (build-path smallsyms "comparator"))
30 (component-library (build-path smallsyms "audiovideo"))
31 (component-library (build-path smallsyms "analog"))
32 (component-library (build-path smallsyms "adda"))
33 (component-library (build-path smallsyms "74"))
34 (component-library (build-path smallsyms "4000"))
36 ; these option you can put into your ~/.gEDA/gschemrc file, they do not get
37 ; applied in when inside gafrc...
39 ; small syms call for a smaller default grid
40 (snap-size 50)
42 ; the smallsym library  uses 6 as text size, make it the default
43 (text-size 6)