Skip to content

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

Open
wants to merge 523 commits into
base: master
Choose a base branch
from
Open

Latex #31

wants to merge 523 commits into from

Conversation

SamPortnow
Copy link
Member

No description provided.

Jason Ward and others added 30 commits May 21, 2013 12:07
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
return r'\\'

def change_orientation(self, parsed, orient):
if orient == 'portrait':
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump

jlward and others added 24 commits July 8, 2013 13:49
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
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):
Copy link
Contributor

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.

@IuryAlves
Copy link
Contributor

How is the state of this? I am thinking about using the latex parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants