chiark / gitweb /
actual scales for -P
authorian <ian>
Sun, 27 Jun 2004 19:24:02 +0000 (19:24 +0000)
committerian <ian>
Sun, 27 Jun 2004 19:24:02 +0000 (19:24 +0000)
layout/informat.txt
layout/layout

index 0907a060491a86ef68da7a1ed5bdd7bad6be5236..ea1cf8b3c0910bb82d705ffd72a6df6277649823 100644 (file)
@@ -120,6 +120,14 @@ Command-line options
 
  -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.
index 7a05e1bc0eb243f3ea735dbb61f5084cfe8aac84..d67a6f7185fd859ffb2da11f63d67ac80031d90b 100755 (executable)
@@ -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;