-
Notifications
You must be signed in to change notification settings - Fork 28
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
valign does not work correctly #9
Comments
See https://hughjonesd.github.io/huxtable/design-principles.html and also https://tex.stackexchange.com/questions/359415/how-can-i-find-the-cell-height-in-a-tabular for why this is unlikely to be fixable. The bottom line is, LaTeX table vertical alignment doesn't work the way you think it does, and is not actually very useful for anything. But I can't fix that without fixing LaTeX ;-) |
Understood, thank you! |
Hi, I am having a similar problem. When I check valign in my huxtable, it says "top" everywhere. However, something in the huxtable latex code is coding all the parboxes as parbox[b]. I manually changed them all to parbox[t] and it fixed the table and top-aligned everything properly. I'm not sure if I've give enough info, but is there anything you could possibly investigate to prevent huxtable from specifying parbox[b] instead of parbox[t] ? |
Yeah, I have to admit that the current setup is a mess.
|
On the other hand, if alignment is in response to fixing This is a breaking change, and it might affect other situations, so will need to test before making it. |
Hi,
Thank you very much for the excellent package.
I have a problem of valign function in output pdf document. The valign does not work as expected. The sample Rmd code is following. Output table in the PDF file has v-aligned bottom even the setting is "top". Output to HTML is correct.
Could you please check again?
Another question is: how can I justify the column to the both side?
regards,
Quang
huxtable_issue.pdf
The text was updated successfully, but these errors were encountered: