commit | 2a64dc624652e3b9daff8a8fe6cea96a1be75191 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Aug 28 10:57:57 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Aug 28 10:57:57 2017 -0400 |
tree | 1fb16be393ab12ebce78db5c94aa4bd6beb0e11d | |
parent | e02b06f1a06d07630e2d8ad60e8dce497882d8d4 [diff] [blame] |
Complete documentation for kable_as_image
diff --git a/R/kable_styling.R b/R/kable_styling.R index c957f5a..a4fed07 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -265,6 +265,7 @@ } styling_latex_HOLD_position <- function(x) { + usepackage_latex("float") sub("\\\\begin\\{table\\}", "\\\\begin\\{table\\}[H]", x) }