mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
Typst writer: consolidate bibliography files...
into one `#bibliography` command. (Separate bibliographies are not possible.) Closes #8937.
This commit is contained in:
@@ -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)$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user