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
{kableExtra} uses the LaTeX packages "longtable" and "tabu" to typeset tables which are "full width". However, the tabu package is broken and unmaintained.
For now I've set full_width = FALSE, but the resulting tables are unsatisfactory.
Possible solutions might include
Setting \usepackage{longtable}[=v4.13] in inst/rmarkdown/templates/nata-report/resources/template.tex file (easy) and trying to get {tinytex} to install this older version of longtable (maybe not so easy...), or
Well, I'm pleasantly surprised: setting \usepackage{longtable}[=v4.13] in inst/rmarkdown/templates/nata-report/resources/template.tex did the trick, without necessitating any messing about with {tinytex} or installing historic LaTeX packages!
{kableExtra} uses the LaTeX packages "longtable" and "tabu" to typeset tables which are "full width". However, the tabu package is broken and unmaintained.
This is a known issue, which can be tracked here: haozhu233/kableExtra#625
For now I've set
full_width = FALSE
, but the resulting tables are unsatisfactory.Possible solutions might include
\usepackage{longtable}[=v4.13]
ininst/rmarkdown/templates/nata-report/resources/template.tex
file (easy) and trying to get {tinytex} to install this older version of longtable (maybe not so easy...), orThe text was updated successfully, but these errors were encountered: