commit | 3fc0e88555793c3fa0a931a331fba49a12f74c3d | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Apr 03 16:06:41 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Apr 03 16:06:41 2018 -0400 |
tree | c6a1672edb4c777e1f96e150f2ee74cdaa8db2db | |
parent | 3465b50c07ff8c89dcd3098648be3ecc84ddb3be [diff] [blame] |
improve encoding for LaTeX table. #138
diff --git a/R/footnote.R b/R/footnote.R index 42b76a5..5c77e50 100644 --- a/R/footnote.R +++ b/R/footnote.R
@@ -197,7 +197,7 @@ footnote_latex <- function(kable_input, footnote_table, footnote_as_chunk, threeparttable) { table_info <- magic_mirror(kable_input) - out <- enc2utf8(as.character(kable_input)) + out <- solve_enc(kable_input) footnote_text <- latex_tfoot_maker(footnote_table, footnote_as_chunk, table_info$ncol, threeparttable)