From 27ec39cf1dd1ef3e4823a8d0b369c473715b7525 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 13 Oct 2014 19:08:28 +0200 Subject: [PATCH] gen-ballot.pl: (Much) reduce margin and rotate to landscape A4 --- gen-ballot.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen-ballot.pl b/gen-ballot.pl index 9e6828a..53572cc 100755 --- a/gen-ballot.pl +++ b/gen-ballot.pl @@ -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';