
; 
; Init file for gsymcheck
;

;  ;'s are comments
;  keywords are case sensitive (guile feature)
;  mode strings are case sensitive
;  colors are not case sensitive 
;  

; gsymcheck-version string
;
; Specifies the version of this file.  This number is used to make sure 
; that the rc file is compatible with the version of gschem that is 
; being run. The end user should *not* change this value.
;
(gsymcheck-version "19991011")

; Load up commonrc
;
; Contains all paths needed for gsymcheck
(load "/etc/gEDA/system-commonrc")

;  default-series-name string
;  Specify the default series name (of new schematics)
;  Will probably be changed a runtime
;
(default-series-name "untitled")

; untitled-name string
; Specify the default untitled basename (usually only used a startup time)
; And typically not changed at runtime
;
(untitled-name "untitled")

;
; End of mode related keywords
;


;
; Start of path related keywords
;

;
; End of path related keywords
;

; paper-size width height border
; Specifies the size of the paper and a border around the page
; Be sure all inputs are reals (floats/doubles) and don't try to reverse
; the values: to get a portrait mode.  Code to support that needs to be added
; The code that implements this automatically transforms the dimensions into
; the proper aspect ratio.  All units are in inches.
;
;(paper-size 11.0 8.5 1.0)    ; A size sheet
;(paper-size 17.0 11.0 1.0)   ; B size sheet
(paper-size 22.0 17.0 1.0)   ; C size sheet
;(paper-size 34.0 22.0 1.0)   ; D size sheet
;(paper-size 44.0 34.0 1.0)   ; E size shee

