Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ rticles 0.13

- Fixed header includes for `rjournal_article()` (thanks, @agila5 #257, @rcannood #261).

- Add support for bibliography styles on the Springer template (thanks, @swhaat, #262).

rticles 0.12
---------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

$body$

\bibliographystyle{spbasic}
\bibliographystyle{$if(bibstyle)$ $bibstyle$ $else$spbasic$endif$}
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}

\end{document}
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ keywords:

MSC:
- MSC code 1
- MSC code 2
- MSC code 2

abstract: |
The text of your abstract. 150 -- 250 words.

bibliography: bibliography.bib
bibstyle: spphys
# bibstyle options spbasic(default), spphys, spmpsci
output: rticles::springer_article
---

Expand Down