Open wrynearson opened 1 year ago
There are 2 separate things here, and the csl
and cls
file formats can be potentially confusing:
citation.js
in the document preview to actually have rules for the AGU citation style when processing the references instead of hardcoding the rules ourselves in javascript. I couldn’t figure out how to use the AGU xml file though: https://github.com/citation-style-language/styles/blob/master/american-geophysical-union.csl although this ticket https://github.com/citation-js/citation-js/issues/158 has some answersAdding here that for (1) here's an example runkit of using the CSL file from above to format the bibliography automatically https://runkit.com/kamicut/citation-agu-example
@kamicut found a
.csl
file for APT references: https://github.com/citation-style-language/styles/blob/master/american-geophysical-union.cslWe have a similar file already in our workflow for our previous $\LaTeX$-based architecture. Can we use this in our new Document-PDF architecture?