Skip to content

Commit 0eabf76

Browse files
committed
Update NEWS.md following #581 merge
1 parent 42eef14 commit 0eabf76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919

2020
- Update Copernicus Publications template to version 7.9 from 2024-10-10 (@RLumSK, #577).
2121

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")`)
28+
- Reference Style-P (`tf_article(reference_style = "TFP")`)
29+
- Reference Style-Q (`tf_article(reference_style = "TFQ")`)
30+
- Reference Style-S (`tf_article(reference_style = "TFS")`)
31+
2232
# rticles 0.27
2333

2434
- `joss_article()` now correctly works as `base_format` for `bookdown::pdf_book()` (thanks, @mlysy, #564).

0 commit comments

Comments
 (0)