Skip to content

Commit 2975396

Browse files
set citestyle to comma in sage_article() per guideline (#451)
Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
1 parent 99429bd commit 2975396

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rticles
22
Type: Package
33
Title: Article Formats for R Markdown
4-
Version: 0.21.1
4+
Version: 0.21.2
55
Authors@R: c(
66
person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
77
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# rticles 0.22
22

33
- Update Copernicus Publications template to version 6.4 from 2021-08-16 (thanks, @RLumSK, #446).
4+
5+
- `sage_article()` now correctly set cite style in template to use comma to match the Sage Havard style per Journal's guideline (thanks, @MalteHueckstaedt, #447).
46

57
# rticles 0.21
68

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949

5050
\begin{document}
5151

52+
\setcitestyle{aysep={,}}
53+
5254
\title{$title$}
5355

5456
\runninghead{$runninghead$}

0 commit comments

Comments
 (0)