-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add multicol/multirow support for tables. #4
Comments
…class. *Added 'add_multicol' and 'add_multirow' functions to table class. (This is my first modification to PyLaTeX, I don't know if I followed the standards or added the 'multirows' package in the correct place.) This commit is intended to fix issue JelteF#4: "Add multicol/multirow support for tables."
Thanks to mcnnowak and some changes I've made we now have partially working multicol and multirow support. They currently only work when they are started in the most left corner, that is why I'm not closing the issue yet. |
Indeed, this is not quite general enough. For example, it should be possible to have a three column table, where cells in the first row span 4 rows, cells in the second column span 2 rows, and cells in the third column are normal cells spanning 1 row. |
This is fixed by #59 |
It would be sweet if we could use multirow/multicol in tables somehow.
Cheers
The text was updated successfully, but these errors were encountered: