5

I am trying to submit an article in Plant Ecology and Diversity journal. They accept LaTeX format. Here is the Author's Guidelines. However, they use CSE citation style. They didn't provide any LaTeX template or .bst file for citation. I searched a lot in the web, but it seems that only this style is missing. I know I could make the custom .bst file with makebst, but I never tried that.

Any help will be appreciated.

Note: I found couple of related posts about it in this forum However, those discussions didn't reach any solution to this problem. Here are the links of those posts.

  1. Is there a current bibtex file for CSE citation style?
  2. Biblatex Style or Package for Council of Science Editors Citation Format

2 Answers2

4

inally I run the makebst utility and manage to get a .bst file for CSE style. It looks good. I tested it for journal article, book and book-section, Ph.D. and Master's thesis (which I need at this moment). Note: I used the following code in the preamble

\usepackage[round,sort&compress]{natbib}
\setcitestyle{aysep={}}
4

Thank you, Harun for the kind sharing!

I found there is a missing period after the journal name in the CSE.bst file uploaded here. I corrected it and here you are free to use:

https://github.com/ErbB4/LaTex-bib/blob/main/CSE-modified.bst

Han Lu
  • 41