quotes with EN locale, inside the punctuation mark to the right
Hi,
I am trying to adapt an existing style for the use of a new review : I need to use quotes (for articles for example) in the English-US style, but with the quotes inside the punctuation, not outside; this would look like:
Powers, Harold S., Frans Wiering, James Porter, et al.: “Mode”, The New Grove Encyclopædia of Music and Musicians, Oxford University Press (Oxford, 2001).
instead of:
Powers, Harold S., Frans Wiering, James Porter, et al.: “Mode,” The New Grove Encyclopædia of Music and Musicians, Oxford University Press (Oxford, 2001).
I have tried to find an answer in the numerous threads with "quotes" in the text, but could not find any that would specifically deal with such a problem.
Would somebody have a clue about resolving this ?
I am trying to adapt an existing style for the use of a new review : I need to use quotes (for articles for example) in the English-US style, but with the quotes inside the punctuation, not outside; this would look like:
Powers, Harold S., Frans Wiering, James Porter, et al.: “Mode”, The New Grove Encyclopædia of Music and Musicians, Oxford University Press (Oxford, 2001).
instead of:
Powers, Harold S., Frans Wiering, James Porter, et al.: “Mode,” The New Grove Encyclopædia of Music and Musicians, Oxford University Press (Oxford, 2001).
I have tried to find an answer in the numerous threads with "quotes" in the text, but could not find any that would specifically deal with such a problem.
Would somebody have a clue about resolving this ?
http://citationstyles.org/downloads/specification.html#localized-options
and
http://citationstyles.org/downloads/specification.html#locale-options
I have tried this: <option name="punctuation-in-quote" value="false"/> in my CSL sheet, below <info> (and after the nitial <style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en-us" class="in-text" >), it does not work: I need a little more help on this, as I am just adapting a style, not programming it, and I have this particular problem to resolve :)
https://raw.github.com/citation-style-language/styles/master/chicago-author-date.csl
Then add
<locale xml:lang="en">
<style-options punctuation-in-quote="false"/>
</locale>
just below the closing </info> tag.
Thank you so much: this was resolved in two hours, and I have been trying to do so for days!