You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,17 @@
6
6
7
7
## NEW FEATURES
8
8
9
-
-`ieee_article()` now supports several affiliations per `authors` when using the `wide: true` mode (thanks, @phamdn, #500)
9
+
-`ieee_article()` now supports several affiliations per `authors` when using the `wide: true` mode (thanks, @phamdn, #500).
10
+
- Add a helper function `string_to_table()` for documentating configuration from a list copy pasted from a `.tex` template.
10
11
11
12
## MINOR CHANGES
12
13
14
+
- Update to the `mdpi_article()` format (thanks, @mps9506, #515)
15
+
- New yaml configuration fields.
16
+
- Now working with `xelatex`.
17
+
- New template skeleton to start with.
18
+
- Compatibility with new resources expectations to be in `Definitions/mdpi` folder.
19
+
13
20
- 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).
14
21
15
22
- Update `RJournal.sty` to latest version to support number sections (thanks, @zeileis, #517).
Copy file name to clipboardExpand all lines: README.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Currently included templates and their contributors are the following:
115
115
|[JOSS: Journal of Open Source Software](https://joss.theoj.org/)[JOSE: Journal of Open Source Education](https://jose.theoj.org/)|[\@noamross](https://github.com/noamross)|[#229](https://github.com/rstudio/rticles/pull/229)|`joss_article()`|
116
116
|[JSS: Journal of Statistical Software](https://www.jstatsoft.org/index)|||`jss_article()`|
|[MNRAS: Monthly Notices of the Royal Astronomical Society](https://academic.oup.com/mnras)|[\@oleskiewicz](https://github.com/oleskiewicz)|[#175](https://github.com/rstudio/rticles/pull/175)|`mnras_article()`|
120
120
|[OUP: Oxford University Press](https://academic.oup.com/pages/authoring/journals/preparing_your_manuscript)|[\@dmkaplan](https://github.com/dmkaplan)|[#284](https://github.com/rstudio/rticles/pull/284)|`oup_articles()`|
121
121
|[PeerJ: Journal of Life and Environmental Sciences](https://peerj.com)|[\@zkamvar](https://github.com/zkamvar)|[#127](https://github.com/rstudio/rticles/pull/127)|`peerj_article()`|
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Currently included templates and their contributors are the following:
102
102
|[JOSS: Journal of Open Source Software](https://joss.theoj.org/)[JOSE: Journal of Open Source Education](https://jose.theoj.org/)|[@noamross](https://github.com/noamross)|[\#229](https://github.com/rstudio/rticles/pull/229)|`joss_article()`|
103
103
|[JSS: Journal of Statistical Software](https://www.jstatsoft.org/index)|||`jss_article()`|
|[MNRAS: Monthly Notices of the Royal Astronomical Society](https://academic.oup.com/mnras)|[@oleskiewicz](https://github.com/oleskiewicz)|[\#175](https://github.com/rstudio/rticles/pull/175)|`mnras_article()`|
107
107
|[OUP: Oxford University Press](https://academic.oup.com/pages/authoring/journals/preparing_your_manuscript)|[@dmkaplan](https://github.com/dmkaplan)|[\#284](https://github.com/rstudio/rticles/pull/284)|`oup_articles()`|
108
108
|[PeerJ: Journal of Life and Environmental Sciences](https://peerj.com)|[@zkamvar](https://github.com/zkamvar)|[\#127](https://github.com/rstudio/rticles/pull/127)|`peerj_article()`|
0 commit comments