mirror of
https://github.com/pasky/brmelect.git
synced 2025-06-07 17:44:54 +02:00
gen-ballot.pl: (Much) reduce margin and rotate to landscape A4
This commit is contained in:
parent
4ce5d4cd58
commit
27ec39cf1d
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ use utf8;
|
|||
|
||||
# -- User configuration --
|
||||
|
||||
our @paper = (598, 842); # A4, 72dpi
|
||||
our @margin = (72, 72);
|
||||
our @paper = (842, 598); # A4 landscape, 72dpi
|
||||
our @margin = (18, 18);
|
||||
our @ballot = (147, 36);
|
||||
our $filename = 'ballots.pdf';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue