You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: