NEWS 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. rticles 0.6 (unreleased)
  2. ---------------------------------------------------------------------
  3. - Added the template for the SAGE Journals (thanks, @oguzhanogreden, #181).
  4. - Added the template for Copernicus Publications journals (thanks, @nuest, #172).
  5. - Supports syntax highlighting in the `ieee_article()` and `acm_article()` formats (thanks, @rainer-rq-koelle, #182).
  6. rticles 0.5
  7. ---------------------------------------------------------------------
  8. - Added the template for the IEEE Transaction Journals (thanks, @Emaasit, #97).
  9. - Added the PeerJ format (thanks, @zkamvar, #127).
  10. - Added a template for the Royal Society Open Science Journal (thanks, @ThierryO, #135).
  11. - Added a template for Bulletin de l'AMQ (thanks, @desautm, #145).
  12. - Added the MDPI journal template (thanks, @dleutnant, #147).
  13. - Added the Springer Journal Article template (thanks, @strakaps, #164).
  14. - Added the template for MNRAS (Monthly Notices of the Royal Astronomical Society) articles (thanks, @oleskiewicz, #175).
  15. - 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).
  16. - Fixed #9: special characters such as spaces and underscores can be used in Rmd filenames for R Journal articles now.
  17. - Fixed #71: bibliography is supported for The R Journal articles now.
  18. - Supports breaking the JSS author list into multiple lines; see #100 for details.
  19. rticles 0.4.1
  20. ---------------------------------------------------------------------
  21. - Add Royal Society Open Science journal template
  22. rticles 0.2.0.9000
  23. ---------------------------------------------------------------------
  24. - Add Institute of Electrical and Electronics Engineers (IEEE) IEEEtrans
  25. template for Conferences
  26. rticles 0.2
  27. ---------------------------------------------------------------------
  28. - Add American Chemical Society (ACS) template
  29. - Allow changing of documentclass and classoption for JSS articles
  30. - Support bibliography for JSS articles (#63)
  31. - Add tightlist macro to Elsevier skeleton
  32. - Add address and footnote examples to Elsevier skeleton
  33. - Fix preamble variable name in R Journal template
  34. rticles 0.1
  35. ---------------------------------------------------------------------
  36. - Initial release to CRAN