diff options
Diffstat (limited to 'data/templates/default.typst')
| -rw-r--r-- | data/templates/default.typst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/templates/default.typst b/data/templates/default.typst index 7b3fd0d41..7682c5bea 100644 --- a/data/templates/default.typst +++ b/data/templates/default.typst @@ -83,7 +83,10 @@ $endif$ $body$ $if(citations)$ -$if(bibliographystyle)$ +$if(csl)$ + +#set bibliography(style: "$csl$") +$elseif(bibliographystyle)$ #set bibliography(style: "$bibliographystyle$") $endif$ |
