Skip to content

Releases: rstudio/rticles

rticles 0.17

01 Nov 16:29
Compare
Choose a tag to compare
  • Fixes arxiv_article() template when adding graphics from code chunks (thanks, @Athanasiamo, #332).

  • Fixes ams_article() template regarding authors insertion (thanks, @ConorIA, #340).

  • Update Copernicus Publications template to version 6.0 and sanitize and issue that caused pdftex from hanging (thanks, @RLumSK, #331).

  • Add CSLReferences environment to support new Pandoc 2.11 citation processing (#335).

  • Add article template lipics_article() for Leibniz International Proceedings in Informatics (LIPIcs) (thanks, @nuest, #288).

rticles 0.16

22 Sep 18:23
Compare
Choose a tag to compare
  • Fixed ctex_article() to correctly use the default Pandoc template as intended in the PR #307, which introduced the bug #322 (thanks, @baketbek @cderv #323).

  • The minimal version of knitr required is 1.30 now.

rticles 0.15

26 Aug 19:23
Compare
Choose a tag to compare
  • 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 using rmarkdown::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 by and 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 in jss_article() template to provide another affiliation to be used in the adress field in place of author.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 (from R+ to +), and the skeleton document has been updated accordingly (thanks, @statibk #254, @Freguglia #294).

  • Fixed elsevier_article() template so that chunk option out.width can be set (thanks, @EddieItelman, #300).

  • Fixed pnas_journal() skeleton to show how correctly add corresponding_author and equal_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 to rticles::ctex, to be consistent with the names of other *_article formats.

rticles 0.14

05 Feb 15:11
Compare
Choose a tag to compare
  • 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 in ieee_article() output (thanks, @DunLug, #265).

  • mnras.cls was removed from this package because it exists on CTAN.

  • Added Oxford University Press (OUP) template (thanks, @dmkaplan2000, #271).

rticles 0.13

19 Dec 18:03
Compare
Choose a tag to compare
  • 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).

rticles 0.12

12 Nov 18:23
Compare
Choose a tag to compare

rticles 0.11

01 Oct 20:43
Compare
Choose a tag to compare
  • 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).

rticles 0.10

21 Aug 14:16
Compare
Choose a tag to compare
  • Support syntax highlighting in the peerj_article() format (@zkamvar, #238).

rticles 0.9

12 Jul 14:53
Compare
Choose a tag to compare
  • 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)

rticles 0.8

14 May 14:16
Compare
Choose a tag to compare
  • Added the Taylor & Francis journal template (@dleutnant, #218).

  • The top-level option biblio-files in the YAML frontmatter was changed to bibliography in the elsevier_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).