We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874c280 commit fbe9203Copy full SHA for fbe9203
inst/rmarkdown/templates/iop/resources/template.tex
@@ -43,6 +43,8 @@
43
$if(tables)$
44
% From pandoc table feature
45
\usepackage{array}
46
+$if(pandoc3821)$\newcounter{none} % for unnumbered tables
47
+$endif$
48
$if(multirow)$
49
\usepackage{multirow}
50
$endif$
inst/rmarkdown/templates/rss/resources/template.tex
@@ -50,6 +50,8 @@
51
52
\usepackage{longtable,booktabs,array, tabularx}
53
54
55
56
57
0 commit comments