Styles question: editing existing style
Greetings. I have spent some time on the Zotero site trying to figure out how to edit the standard Chicago full notes style in a number of ways (e.g. suppress publication place). I managed to access the style and copy it into a text editor, but I still can't figure out how to find the specific place in the code that will enable me to make the changes I want.
Also, Zotero is capitalizing the titles of books in footnotes (i.e. every single word). I would like it to keep the format the way it is in the title field. I know there is a toggle for this, which I have tried to switch off, but it keeps capitalizing.
Thanks.
Also, Zotero is capitalizing the titles of books in footnotes (i.e. every single word). I would like it to keep the format the way it is in the title field. I know there is a toggle for this, which I have tried to switch off, but it keeps capitalizing.
Thanks.
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.
http://editor.citationstyles.org/visualEditor/
can actually help you identify where to find certain parts of the code in the citation style: you can click on them in the citation on the right and the respective node of the code tree will open on the left. it's
text-case="title"
and you want to delete it (in the visual editor set it to empty).<macro name="pages">
<!-- <label variable="page" form="short"/> -->
<text variable="page" prefix=" "/>
</macro>