Change quotation style
Hi, I've recently started using Zotero and I'm having some issues regarding quotation marks.
I'm writing my document in Italian, and set as a style Chicago 16th edition full note. I set Italian in the Zotero plugin for Word. The problem is that quotation marks are « » instead of " ". Is there a way to change that, still keeping Italian as a language? I tried to edit the style via Visaul Editor, but I cannot find how to change that.
I'm writing my document in Italian, and set as a style Chicago 16th edition full note. I set Italian in the Zotero plugin for Word. The problem is that quotation marks are « » instead of " ". Is there a way to change that, still keeping Italian as a language? I tried to edit the style via Visaul Editor, but I cannot find how to change that.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
<locale xml:lang="it">
<terms>
<term name="open-quote">“</term>
<term name="close-quote">”</term>
<term name="open-inner-quote">‘</term>
<term name="close-inner-quote">’</term>
</terms>
</locale>
in the style right next to the English locale definitions already in there, you can adjust that. Hard (impossible?) to do with the visual editor, though, you'd have to use the code editor there or do it in a text editor. Let me know if this isn't clear.