Closed awbirdsall closed 7 years ago
addresses #16
remove <w:p> and </w:p> from bookmarkstart and bookmarkend, within process_equations. This seems to fix the issue in which the output docx file will not be opened by Word. Maybe Word doesn't like bookmarkStart being doubly nested in two paragraphs?
<w:p>
</w:p>
bookmarkstart
bookmarkend
process_equations
bookmarkStart
addresses #16
remove
<w:p>
and</w:p>
frombookmarkstart
andbookmarkend
, withinprocess_equations
. This seems to fix the issue in which the output docx file will not be opened by Word. Maybe Word doesn't likebookmarkStart
being doubly nested in two paragraphs?