From 12eae231919a055ef51796702a8b6dac2478bd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Tue, 17 Dec 2024 17:06:01 +0100 Subject: [PATCH] Fix wording in NEWS regarding tf_article() --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 78dfaf66..373f05d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -19,9 +19,9 @@ - Update Copernicus Publications template to version 7.9 from 2024-10-10 (@RLumSK, #577). -- Update `tf_article()` to support updated template and more journal's style (thanks, @rlaboiss, #581) - - 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. - - Support styles are +- Update `tf_article()` to support updated template and more Taylor & Francis' journal styles (thanks, @rlaboiss, #581) + - Setting `biblio-style` as metadata is now ignored in favor of `reference_style` argument of `tf_article()`. This will use the associated `.bst` file and insert the right commands in the `.tex` template for the specific T&F journal. + - Supported styles are: - American Psychological Association reference style (`tf_article(reference_style = "APA")`) - Chicago Author-Date reference style (`tf_article(reference_style = "CAD")`) - National Library of Medicine reference style (`tf_article(reference_style = "NLM")`)