From: ian Date: Sun, 27 Jun 2004 19:24:02 +0000 (+0000) Subject: actual scales for -P X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=3916f08461f109dca94ddc6eb40a7cc07c20ea32;p=trains.git actual scales for -P --- diff --git a/layout/informat.txt b/layout/informat.txt index 0907a06..ea1cf8b 100644 --- a/layout/informat.txt +++ b/layout/informat.txt @@ -120,6 +120,14 @@ Command-line options -lL output for layer L (digits, or `*' for any) (default: *) + -S set scale divider to (default is 7.0, ie + output is 1/7 actual size) + + -Px output physical page (,). 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[ARSCcLlMNOm]... Turn on and off drawing of elements in groups. These are abbreviations for various -E... options. diff --git a/layout/layout b/layout/layout index 7a05e1b..d67a6f7 100755 --- a/layout/layout +++ b/layout/layout @@ -12,8 +12,8 @@ our $debug=0; 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;