Start inset at new line

This commit is contained in:
Juergen Spitzmueller 2018-01-06 10:43:44 +01:00
parent 44670d4778
commit 7da8473c4f

View File

@ -2134,7 +2134,7 @@ def revert_allowbreak(document):
" \SpecialChar allowbreak -> Zero widths Space-inset. "
body = "\n".join(document.body)
body = body.replace("\\SpecialChar allowbreak\n",
"\\begin_inset space \hspace{}\n"
"\n\\begin_inset space \hspace{}\n"
"\\length 0dd\n"
"\\end_inset\n\n")
document.body = body.split("\n")