commit | 9c3007ec5be295a6a632ef21f4989ad937e53866 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Aug 03 13:52:38 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Aug 03 13:52:38 2020 -0400 |
tree | 5ae3a2ed700fca855342e7499a8d8f6e67fead13 | |
parent | aa42441f067592d4970463064d9d5aec44a39ef9 [diff] [blame] |
Fix #476
diff --git a/R/kable_styling.R b/R/kable_styling.R index 67e0234..7e4c5e7 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -317,6 +317,7 @@ if ("repeat_header" %in% latex_options & table_info$tabular == "longtable") { out <- styling_latex_repeat_header(out, table_info, repeat_header_text, repeat_header_method, repeat_header_continued) + table_info$repeat_header_latex <- TRUE } if (full_width) {