aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screenplain/export/pdf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/screenplain/export/pdf.py b/screenplain/export/pdf.py
index 62653d5..dcad855 100644
--- a/screenplain/export/pdf.py
+++ b/screenplain/export/pdf.py
@@ -53,7 +53,8 @@ dialog_style = ParagraphStyle(
)
parenthentical_style = ParagraphStyle(
'parenthentical', default_style,
- leftIndent=13 * character_width
+ leftIndent=13 * character_width,
+ keepWithNext=1,
)
action_style = ParagraphStyle(
'action', default_style,