-
Notifications
You must be signed in to change notification settings - Fork 56
Latex #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Latex #31
Conversation
Ordering bug with deleted text in a list
Documents with sdt tags break content ordering
Conflicts: pydocx/parsers/Docx2Html.py pydocx/tests/test_docx.py pydocx/tests/test_xml.py
Stop using deprecated tags
return r'\\' | ||
|
||
def change_orientation(self, parsed, orient): | ||
if orient == 'portrait': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not being called anywhere and there are no tests on it. We should remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump
Not all docx files must have a styles.xml file
…e missing numbering.xml but still use lists.
Correctly handle files that don't have numbering.xml but also have lists
…ering the handler.
Underline val of 'none' still triggers the undreline handler
If BadZipFile is raised we should catch it and raise a different exception instead
return '<br />' | ||
|
||
def change_orientation(self, parsed, orient): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not being used anywhere, get rid of it.
How is the state of this? I am thinking about using the latex parser. |
No description provided.