-
Notifications
You must be signed in to change notification settings - Fork 1
/
plan.plan
47 lines (37 loc) · 873 Bytes
/
plan.plan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##### ISO A2 paper - ISO A5 pages - in16 x 2 #####
## Here is a sample plan file for podofoimpose
## You should find sample.pdf along this file
## run "podofoimpose sample.pdf sample_imposed.pdf sample.plan" to try it.
# $PageWidth & $PageHeight are required
# reminder:
# source page; destination page; rotation; Tx; Ty;
$PageWidth=1242
$PageHeight=810
# I’m lazy at typing :)
$pw=1242
$ph=810
# Plate 1
$plate=1
16; $plate; 0; 0; 0;
1; $plate; 0; $pw/2.0; 0);
$plate=2
2; $plate; 0; 0; 0;
15; $plate; 0; $pw/2.0; 0);
$plate=3
14; $plate; 0; 0; 0;
3; $plate; 0; $pw/2.0; 0);
$plate=4
4; $plate; 0; 0; 0;
13; $plate; 0; $pw/2.0; 0);
$plate=5
12; $plate; 0; 0; 0;
5; $plate; 0; $pw/2.0; 0);
$plate=6
6; $plate; 0; 0; 0;
11; $plate; 0; $pw/2.0; 0);
$plate=7
10; $plate; 0; 0; 0;
7; $plate; 0; $pw/2.0; 0);
$plate=8
8; $plate; 0; 0; 0;
9; $plate; 0; $pw/2.0; 0);