haozhu233 / kableExtra

Construct Complex Table with knitr::kable() + pipe.
https://haozhu233.github.io/kableExtra/
Other
688 stars 147 forks source link

giving option to show table footnotes on every page #860

Open bd-karen-byron opened 2 weeks ago

bd-karen-byron commented 2 weeks ago

This resolves issue #858 show footnotes every page (with partial solution)

Added argument show_every_page to footnote().
If show_every_page = TRUE then table footnotes will show at the bottom of all pages for longtable pdf's.
Code works for all permutations of booktabs = T/F, three_part_table = T/F, and latex_options = "basic"/"repeat_header" Includes exhaustive testing.

Feedback welcome.