You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`springer_article()` now uses the yaml variable biblio-style to set bibliogrphy style
8
+
-`springer_article()` now uses the yaml variable biblio-style to set bibliography style
9
9
instead of bibstyle. (@eliocamp, #358)
10
10
11
11
- Fixes a bug when rendering `arxiv_article()` with recent version of TeX Live by adding `\usepackage{lmodern}` to the template. (#thanks, @slemonide, #343)
Copy file name to clipboardExpand all lines: inst/rmarkdown/templates/copernicus/skeleton/skeleton.Rmd
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,13 @@ competinginterests: |
48
48
The authors declare no competing interests.
49
49
# OPTIONAL:
50
50
algorithms: true
51
-
# See https://publications.copernicus.org/for_authors/licence_and_copyright.html, normally used for transferring the copyright, if needed.
51
+
# See https://publications.copernicus.org/for_authors/licence_and_copyright.html, normally used for transferring the copyright, if needed.
52
+
# Note: additional copyright statements for affiliated software or data need to be placed in the data availability section.
52
53
copyrightstatement: |
53
-
The author's copyright for this publication is transferred to institution/company.
54
+
The author's copyright for this publication is transferred to institution/company.
54
55
### The following commands are for the statements about the availability of data sets and/or software code corresponding to the manuscript.
55
56
### It is strongly recommended to make use of these sections in case data sets and/or software code have been part of your research the article is based on.
57
+
### Note: unless stated otherwise, software and data affiliated with the manuscript are assumed to be published under the same licence as the article (currently Creative Commons 4.0)
56
58
availability:
57
59
#code: |
58
60
# use this to add a statement when having only software code available
0 commit comments