commit | 904c0dc36a6e43cef2bc121fde55988c6beaae5d | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Apr 04 16:14:32 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Apr 04 16:14:32 2018 -0400 |
tree | 8b5ddcd2c8140411bc5abfcd93bfa370fae855fc | |
parent | cd4279309ec61fccf62a96e1aeba5b1b319f3a9d [diff] [blame] |
Fix add_footnote
diff --git a/R/add_footnote.R b/R/add_footnote.R index dd78ef5..feb1269 100644 --- a/R/add_footnote.R +++ b/R/add_footnote.R
@@ -101,7 +101,7 @@ } label <- gsub("\\\\", "\\\\\\\\", label) - export <- solve_enc(export) + export <- enc2utf8(export) table_info <- magic_mirror(input) if (table_info$tabular == "longtable") { if (notation != "number") {