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/DESCRIPTION b/DESCRIPTION
index 3401b12..7bd1cb6 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -4,12 +4,14 @@
Version: 0.4.0.9001
Authors@R: c(
person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre')),
+ person('Timothy', 'Tsai', role = 'ctb'),
+ person('Thomas', 'Travison', role = 'ctb'),
person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),
person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),
- person('Thomas', 'Travison', email = 'tgt@hsl.harvard.edu', role = 'ctb'),
person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),
person('Stéphane', 'Laurent', role = 'ctb'),
- person('Rob', 'Shepherd', role = 'ctb')
+ person('Rob', 'Shepherd', role = 'ctb'),
+ person('Yoni', 'Sidi', role = 'ctb')
)
Description: A collection of functions to help build complex HTML or 'LaTeX'
tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'.