root/hardware/pr1-basic/trunk/gschem-print.scm

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")) ; light background
3 (output-type "limits")
4 (output-color "enabled")
5
6 (text-color 9 "green4" "green4" "0 0 0" 0 0 0)      ; light background
7 (net-endpoint-color 2 "red" "red3" ".502 .094 .062" 128 24 16)  ; light
8 (graphic-color 3 "green4" "green4" "0 0 0" 0 0 0)       ; light background
9 (net-color 4 "blue2" "blue3" "0 0 0" 0 0 0)             ; light background
10
11 (output-text "ps")
12 (gschem-use-rc-values)         ;You need call this after you call any
13 (gschem-print "dummyfilename") ;filename is specified on the command line
14 (gschem-exit)
Note: See TracBrowser for help on using the browser.