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
+ numbers specifying the number of pages to shift by
in each direction. xp is multiplied by 270mm; yp
is multiplied by 190mm.
elsif (s/^q//) { $quiet=1; }
elsif (s/^l(\d+|\*)//) { $output_layer=$1; }
elsif (s/^S([0-9.]+)$//) { $scale= $1 * 1.0; }
- elsif (s/^P(\d+)x(\d+)$//) { $page_x= $1; $page_y= $2; }
+ elsif (s/^P(\d+(?:\.\d+)?)x(\d+(?:\.\d+)?)$//) { $page_x= $1; $page_y= $2; }
elsif (s/^Lsubseglw(\w)\=(\d+)$//) {
exists $psu_subseglw{$1} or die "unknown -L<spec> spec";
$psu_subseglw{$1}= $2*0.1;