-
Added custom author ordering for the IEEE template (thanks, @DunLug, #263).
-
Added a multi-line authoring option in the IEEE template (thanks, @DunLug, #264).
-
Added the
citation_sorting
YAML option to change the biblatex's sorting option inieee_article()
output (thanks, @DunLug, #265).
-
Added the
cslreferences
environment to all templates (thanks, @bbauzile, #260). -
Updated the template for
elsevier_article()
to allow for two authors to share the same footnote (e.g. "these authors made equal contributions") and updated the corresponding skeleton to demonstrate how to use a shared footnote (thanks, @salauer, #255). -
Fixed header includes for
rjournal_article()
(thanks, @agila5 #257, @rcannood #261). -
Add support for bibliography styles on the Springer template (thanks, @swhaat, #262).
- Updated the
pnas_article()
document class from the PNAS website https://www.pnas.org/page/authors/latex (#21).
-
Added the Journal of Open Source Software (and Education) template (@noamross, #229).
-
Tweaked the
tf_article
template to avoid using absolute full paths for figures in the "Figures" section (@jooyoungseo, #246).
- Support syntax highlighting in the
peerj_article()
format (@zkamvar, #238).
-
Added support for Keywords in IEEE Trans template (@espinielli, #227).
-
Updated Statistics in Medicine template to its latest version (@ellessenne, #231).
-
Update Copernicus Publications template to version 5.3 (@nuest, #228).
-
Use csl file for citations in output format
elsevier_article()
(@nuest, #233)
-
Added the Taylor & Francis journal template (@dleutnant, #218).
-
The top-level option
biblio-files
in the YAML frontmatter was changed tobibliography
in theelsevier_article()
template (@JohannesFriedrich, #222). -
Added header option
correspongdingauthors
to configure multiple corresponding authors for Copernicus Publications (@nuest, #221). -
Updated the template for MDPI to 02/2019 (@dleutnant, #203).
-
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
xelatex
inrsos_article()
(thanks, @bensprung, #198). -
Added an argument
pandoc_args
toieee_article()
so that users can pass custom Pandoc arguments. This also makes it work withbookdown::pdf_book()
(thanks, @espinielli, #206). -
The
base_format
argument 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_format
argument ofbookdown::pdf_book
instead 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 thectex
output format, just use thetemplate
option underctex
.
-
Added the template for the SAGE Journals (thanks, @oguzhanogreden, #181).
-
Added the template for Biometrics (thanks, @daltonhance, #170).
-
Added the template for Copernicus Publications journals (thanks, @nuest, #172).
-
Supports syntax highlighting in the
ieee_article()
andacm_article()
formats (thanks, @rainer-rq-koelle, #182). -
Disabled syntax highlighting for
rjournal_article()
(thanks, @eddelbuettel, #185).
-
Added the template for the IEEE Transaction Journals (thanks, @Emaasit, #97).
-
Added the PeerJ format (thanks, @zkamvar, #127).
-
Added a template for the Royal Society Open Science Journal (thanks, @ThierryO, #135).
-
Added a template for Bulletin de l'AMQ (thanks, @desautm, #145).
-
Added the MDPI journal template (thanks, @dleutnant, #147).
-
Added the Springer Journal Article template (thanks, @strakaps, #164).
-
Added the template for MNRAS (Monthly Notices of the Royal Astronomical Society) articles (thanks, @oleskiewicz, #175).
-
Fixed #6, #10, #49, #132, and #149: dollar signs and other special LaTeX characters such as
^
can be used in code chunks in JSS and R Journal articles now, but Pandoc 2.x will be required (you can use the Preview version of RStudio if you do not want to install Pandoc separately). -
Fixed #9: special characters such as spaces and underscores can be used in Rmd filenames for R Journal articles now.
-
Fixed #71: bibliography is supported for The R Journal articles now.
-
Supports breaking the JSS author list into multiple lines; see #100 for details.
- Add Royal Society Open Science journal template
- Add Institute of Electrical and Electronics Engineers (IEEE) IEEEtrans template for Conferences
-
Add American Chemical Society (ACS) template
-
Allow changing of documentclass and classoption for JSS articles
-
Support bibliography for JSS articles (#63)
-
Add tightlist macro to Elsevier skeleton
-
Add address and footnote examples to Elsevier skeleton
-
Fix preamble variable name in R Journal template
- Initial release to CRAN