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
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
rticles 0.19
---------------------------------------------------------------------
- Update Copernicus Publications template to version 6.2 from 2021-01-15. (thanks, @RLumSK, #366)
- Update Copernicus Publications template to version 6.2 from 2021-01-15 (thanks, @RLumSK, #366).

rticles 0.18
---------------------------------------------------------------------

- `springer_article()` now uses the yaml variable biblio-style to set bibliogrphy style
- `springer_article()` now uses the yaml variable biblio-style to set bibliography style
instead of bibstyle. (@eliocamp, #358)

- Fixes a bug when rendering `arxiv_article()` with recent version of TeX Live by adding `\usepackage{lmodern}` to the template. (#thanks, @slemonide, #343)
Expand Down
1 change: 0 additions & 1 deletion inst/rmarkdown/templates/copernicus/resources/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@

$body$


$if(availability.code)$
\codeavailability{$availability.code$} %% use this section when having only software code available
$endif$
Expand Down
6 changes: 4 additions & 2 deletions inst/rmarkdown/templates/copernicus/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ competinginterests: |
The authors declare no competing interests.
# OPTIONAL:
algorithms: true
# See https://publications.copernicus.org/for_authors/licence_and_copyright.html, normally used for transferring the copyright, if needed.
# See https://publications.copernicus.org/for_authors/licence_and_copyright.html, normally used for transferring the copyright, if needed.
# Note: additional copyright statements for affiliated software or data need to be placed in the data availability section.
copyrightstatement: |
The author's copyright for this publication is transferred to institution/company.
The author's copyright for this publication is transferred to institution/company.
### The following commands are for the statements about the availability of data sets and/or software code corresponding to the manuscript.
### 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.
### 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)
availability:
#code: |
# use this to add a statement when having only software code available
Expand Down