Skip to content

Commit e3fef72

Browse files
authored
Merge pull request #2 from paleo13/master
+ add ability to include header .tex files
2 parents 7164ac5 + a583e69 commit e3fef72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
\usepackage{longtable}
1818
$endif$
1919

20+
$for(header-includes)$
21+
$header-includes$
22+
$endfor$
23+
2024
$if(pnas_type)$
2125
\templatetype{$pnas_type$} % Choose template
2226
$else$

0 commit comments

Comments
 (0)