Skip to content

Commit fbe9203

Browse files
committed
Add to missing templates
1 parent 874c280 commit fbe9203

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

inst/rmarkdown/templates/iop/resources/template.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
$if(tables)$
4444
% From pandoc table feature
4545
\usepackage{array}
46+
$if(pandoc3821)$\newcounter{none} % for unnumbered tables
47+
$endif$
4648
$if(multirow)$
4749
\usepackage{multirow}
4850
$endif$

inst/rmarkdown/templates/rss/resources/template.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
$if(tables)$
5151
% From pandoc table feature
5252
\usepackage{longtable,booktabs,array, tabularx}
53+
$if(pandoc3821)$\newcounter{none} % for unnumbered tables
54+
$endif$
5355
$if(multirow)$
5456
\usepackage{multirow}
5557
$endif$

0 commit comments

Comments
 (0)