rticles 0.7
-
Added the template for the Frontiers Journals (@muschellij2, @zkamvar, #209).
-
Added the template for the AGU Journals (thanks, @eliocamp, #199).
-
Updated the template for PLOS to version 3.5 (thanks, @uvesten, #196).
-
No longer hardcode the LaTeX engine to
xelatexinrsos_article()(thanks, @bensprung, #198). -
Added an argument
pandoc_argstoieee_article()so that users can pass custom Pandoc arguments. This also makes it work withbookdown::pdf_book()(thanks, @espinielli, #206). -
The
base_formatargument has been removed frompeerj_article()(#127) andcopernicus_article()(#172). This argument was originally added mainly for supportingbookdown::pdf_book(), but you should really pass these formats to thebase_formatargument ofbookdown::pdf_bookinstead of the other way around. See https://bookdown.org/yihui/rmarkdown/rticles-bookdown.html. -
For output formats
acm_article(),acs_article(),ams_article(),mnras_article(), the csl file should be specified as a top-level option in the YAML header of the document (this has been done in the R Markdown templates). It is no longer specified automatically by the output format functions. -
The function
ctex_template()was removed. If you need to use a custom LaTeX template for thectexoutput format, just use thetemplateoption underctex.