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
When a table cell ends with an explicit space, specified in latex as "\ ", kable inappropriately prunes the space, resulting in erroneous latex code that cannot be compiled.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
Describe the bug
When a table cell ends with an explicit space, specified in latex as "\ ",
kable
inappropriately prunes the space, resulting in erroneous latex code that cannot be compiled.To reproduce
produces:
Note that line 5 of the output should be "\ \\" (with a space between the first and second backslashes).
When attempting to compile this, an erroneous
.pdf
is produced:test.pdf
Session info
Note this issue was previously, erroneously posted in the
kableExtra
repo.By filing an issue to this repo, I promise that
I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: