From d56a7ab86934e1f77c261cbcff40a07776295c60 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Wed, 26 Nov 2014 12:01:06 +0100 Subject: Slight layout changes to cover page --- screenplain/export/pdf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screenplain/export/pdf.py b/screenplain/export/pdf.py index 13218f5..ee038b1 100644 --- a/screenplain/export/pdf.py +++ b/screenplain/export/pdf.py @@ -101,7 +101,7 @@ title_style = ParagraphStyle( ) contact_style = ParagraphStyle( 'contact', default_style, - leftIndent=2.7 * inch, + leftIndent=3.9 * inch, rightIndent=0, ) @@ -196,7 +196,7 @@ def get_title_page_story(screenplay): lower_height = sum(( add_lines(lower_story, 'Draft date', default_style), add_lines(lower_story, 'Contact', contact_style, space_before=12), - add_lines(lower_story, 'Copyright', default_style, space_before=12), + add_lines(lower_story, 'Copyright', centered_style, space_before=12), )) if not title_story and not lower_story: -- cgit v1.2.3