-
DescriptionI would like to include a prefix ("e.g., ") in a citation group, but I can't seem to figure out how to do that. If I just include the prefix at the beginning of the group, it gets moved if the citation style involves sorting. If I include the prefix in all citations within the group (something that seems to be supported by pandoc), the prefix is also rendered in front of each citation. Here's a reproducible example (put all three files in a directory and run
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
What version of Quarto CLI are you using? See below with b19f1e1 If the code below works, then the issue lies in your CSL file. |
Beta Was this translation helpful? Give feedback.
What version of Quarto CLI are you using?
See below with b19f1e1
If the code below works, then the issue lies in your CSL file.
Note that you can also try to use Pandoc directly (
quarto pandoc ...
) as there is nothing specific to Quarto here.