From 27eeb197a27298bedd99dda52da26222d60f9d96 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Thu, 11 Apr 2013 15:33:24 +0200 Subject: make guides: fixes to nup printing --- make_guides.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_guides.py') diff --git a/make_guides.py b/make_guides.py index 524d4b5..6d002a1 100755 --- a/make_guides.py +++ b/make_guides.py @@ -118,10 +118,10 @@ def build_nup_pdf(guide): except OSError: pass try: - os.system('pdfnup --paper a4paper --nup 2x2 --keepinfo -o '+ + os.system('pdfnup --paper a4paper --nup 2x2 --no-landscape --keepinfo -o '+ os.path.join(dist_dir,nup_name)+ ' '+ os.path.join(dist_dir,pdf_name)+ - ' "16,1,14,3,2,15,4,13,12,5,10,7,11,6,8,9" ') + ' "16,1,14,3,2,15,4,13,12,5,10,7,6,11,8,9" ') except OSError: return False -- cgit v1.2.3