larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
226 stars 30 forks source link

citation-number doesn't work #86

Closed larsgw closed 5 years ago

larsgw commented 7 years ago

Caused by CSL.Engine#updateItems() calling the CSL.Registry#renumber() function. Solution is basically that the order is determined by either the initial order or the template sort (see the nosort option).

Steps to fix:

larsgw commented 5 years ago

This doesn't help with citation, only bibliography. Will be part of https://github.com/citation-js/citation-js/issues/19