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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,16 @@
19
19
20
20
- Update Copernicus Publications template to version 7.9 from 2024-10-10 (@RLumSK, #577).
21
21
22
+
- Update `tf_article()` to support updated template and more journal's style (thanks, @rlaboiss, #581)
23
+
- Setting `biblio-style` as metadata is now ignore in favor of `reference_style` argument of `tf_article()`. This will use the associated `.bst` file and insert the right command in the `.tex` template expected by T&F Journal's template.
24
+
- Support styles are
25
+
- American Psychological Association reference style (`tf_article(reference_style = "APA")`)
26
+
- Chicago Author-Date reference style (`tf_article(reference_style = "CAD")`)
27
+
- National Library of Medicine reference style (`tf_article(reference_style = "NLM")`)
0 commit comments