add escape to footnote;
improve full_width in latex
add latex_table_env to latex
move some latex packages to zzz
update NEWS
diff --git a/man/kable_as_image.Rd b/man/kable_as_image.Rd
index ac0e71e..1fd162a 100644
--- a/man/kable_as_image.Rd
+++ b/man/kable_as_image.Rd
@@ -31,8 +31,8 @@
 \code{xtable}) to generate a table, convert it to an image and put it back to a
 rmarkdown environment. It is a "better than nothing" solution to print high
 quality tables in rmarkdown Word document. By using this, you need to take
-the responsibility of explaining to your collaborators why they can't edit
-the tables they see in the Word document they received. 😂
+the responsibility of explaining to your collaborators why they can't make
+edits to the tables in Word. 😂
 
 Also, if a filename is provided, user has the option to "save" the table to
 an image file like \code{ggplot2::ggsave()}.