[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: print.scm
User: mike
Date: 07/04/21 18:02:13
Modified: . print.scm
Log:
Commented out first the four lines so that
printing defaults don't get accidentally overridden.
This is a fix for SF#1680168
Revision Changes Path
1.4 +6 -5 eda/geda/gaf/gschem/scripts/print.scm
(In the diff below, changes in quantity of whitespace are not shown.)
Index: print.scm
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/scripts/print.scm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- print.scm 30 Aug 2006 11:06:16 -0000 1.3
+++ print.scm 21 Apr 2007 22:02:13 -0000 1.4
@@ -1,4 +1,4 @@
-;; $Id: print.scm,v 1.3 2006/08/30 11:06:16 ahvezda Exp $
+;; $Id: print.scm,v 1.4 2007/04/21 22:02:13 mike Exp $
;;
;; This file may be used to print gschem schematics from the
;; command line. Typical usage is:
@@ -7,10 +7,11 @@
;;
;; The schematic in "mysch.sch" will be printed to the file "mysch.ps"
-(output-orientation "portrait")
-(output-type "limits")
-(output-color "enabled")
-(output-text "ps")
+;; Uncomment these to override defaults when printing from the command line
+;(output-orientation "portrait")
+;(output-type "limits")
+;(output-color "enabled")
+;(output-text "ps")
; You need call this after you call any rc file function
(gschem-use-rc-values)
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs