Fix LaTeX writer's handling of multirow table cells

Originally the LaTeX writer could only handle one multirow cell per
row. This commit fixes that and adds support for cells spanning both
rows and columns.
This commit is contained in:
EricFromCanada
2015-01-05 12:28:44 -05:00
parent 649e2cd41b
commit 5d96523f7d
3 changed files with 62 additions and 27 deletions

View File

@@ -12,6 +12,8 @@ Features added
Bugs fixed
----------
* LaTeX writer now generates correct markup for cells spanning multiple rows.
Release 1.3b2 (released Dec 5, 2014)
====================================