-lL output for layer L (digits, or `*' for any) (default: *)
+ -S<scale> set scale divider to <scale> (default is 7.0, ie
+ output is 1/7 actual size)
+
+ -P<xp>x<yp> output physical page (<xp>,<yp>). xp and yp are
+ integers specifying the number of pages to shift by
+ in each direction. xp is multiplied by 270mm; yp
+ is multiplied by 190mm.
+
-e<layersel>[ARSCcLlMNOm]...
Turn on and off drawing of elements in groups.
These are abbreviations for various -E... options.
our $output_layer= '*';
our $ps_page_shift= 615;
-our $ps_page_xmul= 765.4;
-our $ps_page_ymul= 538.6;
+our $ps_page_xmul= 765.354;
+our $ps_page_ymul= 538.583;
our @eopts;