|
Revision 270, 0.6 kB
(checked in by blackfin, 1 year ago)
|
added Makefile and TODO files
|
| Line | |
|---|
| 1 |
(paper-size 11.5 8.5) |
|---|
| 2 |
(load (string-append gedadatarc "/gschem-lightbg")) |
|---|
| 3 |
(output-type "limits") |
|---|
| 4 |
(output-color "enabled") |
|---|
| 5 |
|
|---|
| 6 |
(text-color 9 "green4" "green4" "0 0 0" 0 0 0) |
|---|
| 7 |
(net-endpoint-color 2 "red" "red3" ".502 .094 .062" 128 24 16) |
|---|
| 8 |
(graphic-color 3 "green4" "green4" "0 0 0" 0 0 0) |
|---|
| 9 |
(net-color 4 "blue2" "blue3" "0 0 0" 0 0 0) |
|---|
| 10 |
|
|---|
| 11 |
(output-text "ps") |
|---|
| 12 |
(gschem-use-rc-values) |
|---|
| 13 |
(gschem-print "dummyfilename") |
|---|
| 14 |
(gschem-exit) |
|---|