Support for Council of Science Editors style in BibLaTeX.
Please notice that this is a hacked approach (starting from authoryear
style) and not a proper BibLaTeX style. Still, I believe it works quite well.
- Download the
biblatex-cse.sty
file. - Do not load the
biblatex
package yourself. Instead use\usepackage{biblatex-cse}
, and the package will loadbiblatex
. - If you want to enforce some options for
biblatex
, use\PassOptionsToPackage{YOUR_OPTIONS}{biblatex}
before the\usepackage{biblatex-cse}
.
- If you find out somo non-conformance with CSE, let me know by opening and issue here in GitHub (or, even better, submit a pull request).
- If you know how to convert this into a proper BibLaTeX style, let me know… and we can work on it together.
If you opt for using this project, please give it a star by clicking the (⭐️) at the top right of the project's page.