This commit is contained in:
Richard Kimberly Heck 2022-12-05 14:48:48 -05:00
parent 4966da6864
commit bbfff0e60f

View File

@ -4637,8 +4637,7 @@ def convert_starred_refs(document):
noprefixline = document.body[i + 5]
document.warning(noprefixline)
if not noprefixline.startswith("noprefix"):
document.warning("Malformed LyX document: No noprefix line. We will do the best we can.")
newlineat = end - 2
document.warning("Malformed LyX document: noprefix line not found where it should be.")
else:
newlineat = i + 6
document.body.insert(newlineat, "nolink \"false\"")