diff options
author | Martin Vilcans <martin@librador.com> | 2014-11-26 12:01:06 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2014-11-26 12:01:06 +0100 |
commit | d56a7ab86934e1f77c261cbcff40a07776295c60 (patch) | |
tree | 56516b9d7fb21b6cf46ce022c7da18a952b0eb89 | |
parent | 1913d5f2ec048899ab47c62948b79ddf62b8d5db (diff) | |
download | screenplain-d56a7ab86934e1f77c261cbcff40a07776295c60.tar.gz |
Slight layout changes to cover page
-rw-r--r-- | screenplain/export/pdf.py | 4 |
1 files 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: |