I have got the bibliograhy working in my project with
#bibliography("bibliography.bib", style: "iso-690-author-date" )
However, I would like to use an alternative style which is not one of the styles incorporated in typst, e.g. “New Oxford Style Manual Author Date”. I have accessed the CSL style from the Zotero repository, and have uploaded it into an “Assets” folder within the project root.
If I modify the code like so:
#bibliography("bibliography.bib", style: "./Assets/new-oxford-style-manual-author-date.csl" )
the project fails to complie with the following error:
If I remove the .csl , it returns “Unknown style”.
Could someone please explain what a “deserialisation error” is and how to correct it… or to put it more generally how to get Typst to recognise a CSL style not incorporated in Typst.
![]()
Mark
