Skip to content
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

LaTeX reader: fix improper empty cell filtering #6689

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

despresc
Copy link
Contributor

@despresc despresc commented Sep 14, 2020

Resolves #6681.

My understanding of LaTeX tables is that a cell that spans n rows will overwrite all the grid positions in columns that it spans for the next n-1 rows. This is where the empty cell padding that needs to be removed comes from. If that is correct, the reader should now properly remove just these empty cells, and hopefully leave malformed tables relatively unmangled before they reach the table builder.

@jgm jgm merged commit a2d3434 into jgm:master Sep 15, 2020
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.

Improper empty cell filtering in LaTeX reader
2 participants