File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
inst/rmarkdown/templates/springer_article Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ rticles 0.13
77
88- Fixed header includes for ` rjournal_article() ` (thanks, @agila5 #257 , @rcannood #261 ).
99
10+ - Add support for bibliography styles on the Springer template (thanks, @swhaat , #262 ).
11+
1012rticles 0.12
1113---------------------------------------------------------------------
1214
Original file line number Diff line number Diff line change 111111
112112$ body$
113113
114- \bibliographystyle {spbasic}
114+ \bibliographystyle {$ if(bibstyle) $ $ bibstyle $ $ else $ spbasic$ endif $ }
115115\bibliography {$ for(bibliography)$ $ bibliography$ $ sep$ ,$ endfor$ }
116116
117117\end {document }
Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ keywords:
2828
2929MSC :
3030- MSC code 1
31- - MSC code 2
31+ - MSC code 2
3232
3333abstract : |
3434 The text of your abstract. 150 -- 250 words.
3535
3636bibliography : bibliography.bib
37+ bibstyle : spphys
38+ # bibstyle options spbasic(default), spphys, spmpsci
3739output : rticles::springer_article
3840---
3941
You can’t perform that action at this time.
0 commit comments