Change double quotes to single quotes

Titles such as this:

North American landbirds on the 'QE2'

are being formatted in bibliography with double quotes like this:

North American landbirds on the "QE2"

What can I change in .csl file so quotes formatted as single quotes?
  • which citation style?
  • I have uploaded file contents here: https://pastebin.com/wEMVSDTq
  • add
    <term name="open-quote">“</term>
    <term name="close-quote">”</term>
    <term name="open-inner-quote">‘</term>
    <term name="close-inner-quote">’</term>


    after line 23 of the style code.
  • Thanks but that doesn't seem to have made any difference – quotes are still double.

    This is title of article:

    Estimate of the 'Ipswich Sparrow' population on Sable Island, Nova Scotia, in 1998, using a random-transect survey design

    This is how bibliography is being formatted:

    Smith, S. J., Lucas, Z. & Stobo, W. T. 2003. Estimate of the “Ipswich Sparrow” population on Sable Island, Nova Scotia, in 1998, using a random-transect survey design. Can. J. Zoöl. 81: 771–779. DOI: 10.1139/z03-050.
Sign In or Register to comment.