diff options
author | Elena of Valhalla'' Grandi <valhalla.trueelena.org> | 2013-04-11 15:33:24 +0200 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla.trueelena.org> | 2013-04-11 15:33:24 +0200 |
commit | 27eeb197a27298bedd99dda52da26222d60f9d96 (patch) | |
tree | 933461bfcf78a6cf1b2275dd1293adba50594fc8 /make_guides.py | |
parent | c4f4be4acdfd4a47b8c56aa863d749f8a5013217 (diff) |
Diffstat (limited to 'make_guides.py')
-rwxr-xr-x | make_guides.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |