diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-cse/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-cse/README.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-cse/README.md b/Master/texmf-dist/doc/latex/biblatex-cse/README.md new file mode 100644 index 00000000000..aaa87a64341 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-cse/README.md @@ -0,0 +1,43 @@ +# BibLaTeX: Council of Science Editors style + +Support for **Council of Science Editors** style in BibLaTeX. + + +## How to use the biblatex-cse style + +1. Download the `biblatex-cse.bbx` and `biblatex-cse.cbx` files and put them in your document's main diretory/folder. +1. Load `biblatex` with the option `style=biblatex-cse`, i.e., +```latex +\usepackage[style=biblatex-cse]{biblatex} +``` + +## How to contribute + +I did this style file by request of a user of my [https://github.com/joaomlourenco/novathesis](LaTeX template `novathesis`). He was quite thorough, double and triple checking that the output was conforming to the requirements of his University (Faculty of Veterinary from the University of Lisbon). Although this biblatex-cse style served the requirements from his University, there may still be some unconformities to the CSE style. If you find any, please open an issue in the [https://github.com/joaomlourenco/biblatex-cse](in the project's page on GitHub) or, even better, **submit a pull request**. + + +-------- + +<picture> + <source + media="(prefers-color-scheme: dark)" + srcset=" + https://api.star-history.com/svg?repos=joaomlourenco/biblatex-cse&type=Date&theme=dark + " + /> + <source + media="(prefers-color-scheme: light)" + srcset=" + https://api.star-history.com/svg?repos=joaomlourenco/biblatex-cse&type=Date + " + /> + <img + width="500" + alt="Star History Chart" + src="https://api.star-history.com/svg?repos=joaomlourenco/biblatex-cse&type=Date" + /> +</picture> + +**If you opt for using this project, please give it a star by clicking the (⭐️) at the top right of the [project's page](https://github.com/joaomlourenco/biblatex-cse).** + +--------
\ No newline at end of file |