Skip to content

How do I include a prefix with a citation group? #12804

Answered by mcanouil
cbrnr asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Input Output
---
title: "Reproducible Quarto Document"
format: html
references:
  - id: canouil_jointly_2018
    author:
      - family: Canouil
        given: Mickaël
      - family: Balkau
        given: Beverley
      - family: Roussel
        given: Ronan
      - family: Froguel
        given: Philippe
      - family: Rocheleau
        given: Ghislain
    container-title: Frontiers in Genetics
    doi: 10.3389/fgene.2018.00210
    issued: 2018
    

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@cderv
Comment options

cderv Jun 2, 2025
Maintainer

@cbrnr
Comment options

@cbrnr
Comment options

@mcanouil
Comment options

mcanouil Jun 2, 2025
Collaborator

@cbrnr
Comment options

Answer selected by cbrnr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
citations Issues with citations bibliography
3 participants