Set content max_chars to 54
This commit is contained in:
@@ -465,7 +465,7 @@ def create_transcript_docx(text: str, filename: str):
|
|||||||
_create_transcript_section_properties(doc.sections[0])
|
_create_transcript_section_properties(doc.sections[0])
|
||||||
|
|
||||||
# Max characters per visual line (content only; total line including line number and spaces <= 60)
|
# Max characters per visual line (content only; total line including line number and spaces <= 60)
|
||||||
max_chars = 48
|
max_chars = 54
|
||||||
|
|
||||||
# Lines per page before restarting numbering
|
# Lines per page before restarting numbering
|
||||||
lines_per_page = 29
|
lines_per_page = 29
|
||||||
|
|||||||
Reference in New Issue
Block a user