Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-05-15 | 3.1 kB | |
rticles 0.25 source code.tar.gz | 2023-05-15 | 4.4 MB | |
rticles 0.25 source code.zip | 2023-05-15 | 4.6 MB | |
Totals: 3 Items | 8.9 MB | 0 |
BREAKING CHANGES
-
ajs_article()
andjss_article()
require Pandoc 2.7+ (possibly required by some changes injss.cls
). -
rjournal_article()
is now soft deprecated in favor ofrjtools::rjournal_pdf_article()
as rjtools package is now the recommended workflow at https://rjournal.github.io/submissions.html. A warning will be thrown when rticles' function is used. -
springer_article()
has been updated to new LaTeX templates and CTAN package (thanks, @eliocamp, [#494]). we really advice to start new article from scratch by creating new document using lates RMakrdown template. Among changes: - New
.tex
templates derived from https://www.springernature.com usingsn-jnl.cls
- In the format function,
natbib
is now the default citation processing package used (previous it was pandoc citeproc) andnumber_sections
is TRUE by default now. Set toFALSE
for unnumbered headers. - In the YAML header options,
biblio-style
is now ignored as references styling happens with document class option, so usingclassoptions
is now required.PACS
andMSC
is also ignored in favor ofpacs.jel
andpacs.msc
. - The whole authors and affiliation fields has been rewritten - please see template for new format.
- Pandoc 2.11.4 and above is now required for this format.
NEW FEATURES
-
ieee_article()
now supports several affiliations perauthors
when using thewide: true
mode (thanks, @phamdn, [#500]). -
Add a helper function
string_to_table()
for documentating configuration from a list copy pasted from a.tex
template.
MINOR CHANGES
-
Update to the
mdpi_article()
format (thanks, @mps9506, [#515])- New yaml configuration fields.
- Now working with
xelatex
. - New template skeleton to start with.
- Compatibility with new resources expectations to be in
Definitions/mdpi
folder.
-
Improve
elsevier_article()
affilliations for authors by supporting same fields as in official template. This also fix address with comma not showing (thanks, @gjpstrain, @mps9506, [#509]). -
Update
RJournal.sty
to latest version to support number sections (thanks, @zeileis, [#517]). -
Update to the
asa_article()
format (thanks, @ianmtaylor1 [#506], @jepusto, [#507]):- Better support for
natbib
to tweak option and biblio-style using Pandoc's variables, - Update to template following the guidelines,
- Better support for links in template to be closer to guidelines.
- Better support for
-
Adapt some template supporting strikethrough to new Pandoc 3.0+ usage of soul instead of ulem.
-
Some other minors change to templates to be closer to Pandoc's own LaTeX template.
BUG FIXES
-
Template internal change:
lineno
CTAN package is now loaded afteramsmath
inpeerj_article()
,elsevier_article()
andmdpi_article()
because of a conflict with last version oflineno
(thanks, @bischrob, [#513]). -
Update Copernicus Publications template to version 7.3 from 2023-03-17 (@RLumSK, [#508], [#514], [#519]).