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

set_width bottom aligns cells in latex #214

Closed
eweisbrod opened this issue Sep 1, 2021 · 1 comment
Closed

set_width bottom aligns cells in latex #214

eweisbrod opened this issue Sep 1, 2021 · 1 comment

Comments

@eweisbrod
Copy link

huxtable("some text") %>%
set_width(1) %>%
print_latex()

the set_width command adds parbox[b] to the latex code, which bottom aligns the cell contents even though the valign of the cell contents says top. If I manually change the [b] to [t] in the outputted latex code then the cell contents top-align properly and everything works.

@hughjonesd
Copy link
Owner

This reduces to #9. Thanks for the report.

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

No branches or pull requests

2 participants