Added tests in gschem/tests to run durning make check.
[geda-gaf/peter-b.git] / utils / lib / system-gschlasrc.in
blob1f26c347ae5fced47b4c051dc2a29df8552b7d5a
2
3 ; Init file for gschlas
6 ;  ;'s are comments
7 ;  keywords are case sensitive (guile feature)
8 ;  mode strings are case sensitive
9 ;  colors are not case sensitive 
10 ;  
12 ; gschlas-version string
14 ; Specifies the version of this file.  This number is used to make sure 
15 ; that the rc file is compatible with the version of gschem that is 
16 ; being run. The end user should *not* change this value.
18 (gschlas-version "@DATE_VERSION@")
20 ; Setup data path variables.
22 ; Contains all paths needed for gsymcheck
23 (define gedadata (getenv "GEDADATA"))
24 (define gedadatarc (getenv "GEDADATARC"))
26 ;  default-series-name string
27 ;  Specify the default series name (of new schematics)
28 ;  Will probably be changed a runtime
30 (default-series-name "untitled")
32 ; force-boundingbox string
34 ; Controls if the entire bounding box of a symbol is used when figuring out
35 ; whichend of the pin is considered the active port.  Enable this when
36 ; gschlas is guessing incorrectly.
38 (force-boundingbox "disabled")
39 ;(force-boundingbox "enabled")
42 ; End of mode related keywords
47 ; Start of path related keywords
51 ; End of path related keywords
54 ; world-size width height border
56 ; Specifies the size of the world and a border 
57 ; Be sure all inputs are reals (floats/doubles) and don't try to reverse
58 ; the values: to get a portrait mode.  Code to support that needs to be added
59 ; The code that implements this automatically transforms the dimensions into
60 ; the proper aspect ratio.  All units are in inches.
61 ; This is not the paper size.  That is specified elsewhere.  End users should
62 ; not change this at all
64 (world-size 120.0 90.0 1.0)
65 ;(world-size 60.0 45.0 1.0)