[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: Missing gschem-print.scm
- To: geda-dev@xxxxxxxx
- Subject: Re: gEDA: Missing gschem-print.scm
- From: "John Luciani" <jluciani@xxxxxxxxx>
- Date: Sun, 26 Feb 2006 14:41:25 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-dev-outgoing@seul.org
- Delivered-to: geda-dev@seul.org
- Delivery-date: Sun, 26 Feb 2006 14:41:28 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DQpDQkllwbu3p2xgYtYJT7I1u80gMZvQ/R55yXvZVdRMZs1Ivk++OdumSrtzLuDB8vX1J4OAqmnBCfFymrl7ch+OBiUsN265zHp0pdwvYEisavEe6GXJ5u1GbcCFOcxTZ79zsXoqDDJll7MqJ8DekYlIvR6hEaus0AGFjhWr9ho=
- In-reply-to: <1140981435.3046.30.camel@laptop>
- References: <1140981435.3046.30.camel@laptop>
- Reply-to: geda-dev@xxxxxxxx
- Sender: owner-geda-dev@xxxxxxxx
Below is the gschem-print that is on my system.
(* jcl *)
(paper-size 11.5 8.5)
(load (string-append gedadatarc "/gschem-lightbg")) ; light background
(output-type "limits")
(output-color "enabled")
(text-color 9 "green4" "green4" "0 0 0" 0 0 0) ; light background
(net-endpoint-color 2 "red" "red3" ".502 .094 .062" 128 24 16) ; light
background
(graphic-color 3 "green4" "green4" "0 0 0" 0 0 0) ; light background
(net-color 4 "blue2" "blue3" "0 0 0" 0 0 0) ; light background
(output-text "ps")
(gschem-use-rc-values) ;You need call this after you call any
rc file function
(gschem-print "dummyfilename") ;filename is specified on the command line
(gschem-exit)