rticles 0.22
BREAKING CHANGE
oup_article()
template has been updated to include the possibility of using the latest OUP authoring template now available on CTAN. It is still possible to use old.cls
file as some journals still depend on it.oup_version
will now control if the old version (oup_version = 0
) or the new version is to be used (oup_version = 1
). For this version,oup_version = 0
is the default. See?rticles::oup_article()
for links to resources. The bundled Rmd template has also evolved. Useoup_v0
oroup_v1
as template name - Easiest way to create the template still remains using the RStudio IDE.oup_version = 1
comes with a requirement of Pandoc 2.10 minimum. (thanks, @dmkaplan2000, #431)
NEW FEATURES
-
New
trb_article()
for annual meeting submissions to the Transportation Research Board Annual Meeting (thanks, @gregmacfarlane, #427). -
New
wellcomeor_article()
for Wellcome Open Research articles (thanks, @arnold-c, #436).
MAJOR CHANGES
-
Update Copernicus Publications template to version 6.4 from 2021-08-16 (thanks, @RLumSK, #446).
-
glossa_article()
is incompatible withmicrotype
CTAN package for now. When TinyTeX is used, it will be uninstalled before rendering. -
All template were updated to include parts required by some Pandoc feature when they are used: highlighting, CSL & citation processing, include before, after and in header, Pandoc's markdown tables. Checks are now included in CI test so that new template missing these parts are detected.
-
Fixed an issue with
microtype
CTAN package inamq_article()
by patching the template until upstream issue if
fixed.
MINOR CHANGES
-
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). -
Add
copyrightyear
andpubyear
variable inbioinformatics_article()
(thanks, @stephenturner, #424).