rticles 0.15
-
Added a new
journals()
function to list all available journal names in this package (#318). -
Template directory in package's
rmarkdown/templates
directory has been renamed from journalname_article to journalname. To create a new document usingrmarkdown::draft
, only the journalname should be provided, i.e.,rmarkdown::draft("MyArticle.Rmd", template = "rjournal", package = "rticles")
(#316). -
Improved the
rjournal_article()
format :.tex
,.R
, and PDF files with correct names are generated to match the author's guidelines, two affiliations is now supported for authors, the last author is separated byand
when multiple authors are present, and the documentation has been improved on the help page?rticles::rjournal_article
and in the skeleton document (thanks, @RLumSK, #286). -
Added a
author.affiliation2
field injss_article()
template to provide another affiliation to be used in the adress field in place ofauthor.affiliation
. This allow differently formatted affiliation for example (thanks, @aldomann, #291). -
Improved the
jss_article()
format: Short titles can now be provided to headers to escape code/math in section titles, the continuation prompt has been corrected (fromR+
to+
), and the skeleton document has been updated accordingly (thanks, @statibk #254, @Freguglia #294). -
Fixed
elsevier_article()
template so that chunk optionout.width
can be set (thanks, @EddieItelman, #300). -
Fixed
pnas_journal()
skeleton to show how correctly addcorresponding_author
andequal_author
(thanks, @EddieItelman, #299). -
Added article template for journal Bioinformatics (thanks, @ShixiangWang, #297).
-
Update Copernicus Publications template to version 5.8 (thanks, @nuest, #274).
-
Fixed issue with multi-line authors on JSS template when using
\AND
, which was firstly implemented in b740b19 (thanks, @aldomann, #292). -
Added the missing support for
header-includes
to the Biometrics template (thanks, @haozhu233, #296). -
Added support for George Kour's arXiv preprint format (thanks, @alexpghayes, #236).
-
Update to OUP format for
knitr::kable
table generation and optionally placing floats at end of document (thanks, @dmkaplan2000, #279). -
Update to OUP format to use
pandoc-citeproc
by default for citations (thanks, @dmkaplan2000, #289). -
Deleted the LaTeX template of the
rticles::ctex
format. This format will use Pandoc's built-in template instead, which works well with the LaTeX package ctex (thanks, @XiangyunHuang, #307). -
Added the output format
rticles::ctex_article
as an alias torticles::ctex
, to be consistent with the names of other*_article
formats.