Skip to content

Commit 5afb3f5

Browse files
eliocampyihui
authored andcommitted
Adds support for multiple bib files (#215)
1 parent 17f9c9f commit 5afb3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
\journalname{$journal$}
6666

67-
$for(header-includes)$
67+
$for(header-includes)$
6868
$header-includes$
6969
$endfor$
7070

@@ -175,7 +175,7 @@
175175
$body$
176176

177177
$if(bibliography)$
178-
\bibliography{$bibliography$}
178+
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
179179
$endif$
180180

181181

0 commit comments

Comments
 (0)