The question is: Has it already been done? If not, and if someone does it (me hypothetically), could it be integrated into the list of supported Typst styles?
Typst provides a long list of CSL themes (cf. the doc link I attached in my first post). My question was whether one of those provided styles reproduced the plain style. The pages that you sent do not explicitly say that there exists no such CSL file reproducing the plain style, but it’s true that none of Zotero’s styles seems to implement plain.
Are there copyright caveats I should know if I try to reimplement plain in CSL? Could this CSL eventually be added to Typst’s list of styles?
EDIT:BibTeX’s code is distributed with Knuth’s licence:
This software is copyrighted. Unlimited copying and redistribution of this package and/or its individual files are permitted as long as there are no modifications. Modifications, and redistribution of modifications, are also permitted, but only if the resulting package and/or files are renamed.
If I name the file bibtex-plain-unofficial.csl I should be fine I guess?
I didn’t check alphanumeric to be fair, I assume it is roughly the same as BibTeX’s alpha. But I’m mostly interested in plain. If I want it to be added to Typst, I assume I first have to PR the CSL Github, and once it’s accepted, PR Typst somehow? (I know that I can just import it in my project in the meantime)