Typst writer: consolidate bibliography files...

into one `#bibliography` command. (Separate bibliographies are
not possible.)  Closes #8937.
This commit is contained in:
John MacFarlane
2023-07-03 08:24:01 -07:00
parent 9e9bdc9c30
commit 1b52baaf37
+3 -3
View File
@@ -87,10 +87,10 @@ $if(bibliographystyle)$
#set bibliography(style: "$bibliographystyle$")
$endif$
$for(bibliography)$
$if(bibliography)$
#bibliography("$bibliography$")
$endfor$
#bibliography($for(bibliography)$"$bibliography$"$sep$,$endfor$)
$endif$
$endif$
$for(include-after)$