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
Copy file name to clipboardExpand all lines: R/copernicus_article.R
+9-14Lines changed: 9 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
#' @param base_format The function to use for the base format of the article.
8
8
#' By default, this is \code{rmarkdown::pdf_document}, but to use bookdown's
9
9
#' cross-referencing feature, this can be set to \code{bookdown::pdf_document2}
10
+
#' @param journal_name A regular expression to filter the by the journal name, see \code{pattern} in \code{\link[base]{grep}}; defaults to \code{*}.
10
11
#'
11
12
#' @return R Markdown output format to pass to
12
13
#' \code{\link[rmarkdown:render]{render}}
@@ -18,6 +19,8 @@
18
19
#'
19
20
#' \strong{Version:} Based on copernicus_package.zip in the version 5.0, 21 March 2018, using \code{copernicus.cls} in version 8.67, 30 January 2018
20
21
#'
22
+
#' \strong{Copernicus journal abbreviations:} You can use the function \code{copernicus_journal_abbreviations()} to get the journal abbreviation for all journals supported by the copernicus article template.
23
+
#'
21
24
#' \strong{Important note:} The online guidelines by Copernicus are the official resource.
22
25
#' Copernicus is not responsible for the community contributions made to support the template in this package.
23
26
#' Copenicus converts all typeset TeX files into XML, the expressions and markups have to be highly standardized.
0 commit comments