Skip to content

Support csl YAML field for Typst as in Pandoc  #10168

@cderv

Description

@cderv

Pandoc support using csl and fallback to bibliographystyle since 3.1.10 (jgm/pandoc@e562d23)

$if(citations)$
$if(csl)$
#set bibliography(style: "$csl$")
$elseif(bibliographystyle)$
#set bibliography(style: "$bibliographystyle$")
$endif$

It seems we get it in our pandoc updates, but we didn't port it to our partials

$if(citations)$
$if(bibliographystyle)$
#set bibliography(style: "$bibliographystyle$")
$endif$

@cscheid @gordonwoodhull is there a specific reason for this to not break something ?

Or just an oversight for when we updated pandoc version and then templates ? We may miss other part from pandoc's update.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions