Auto-Refresh problems
I use the Chicago Manual of Style, author-date system. I also use "ibid." in cases where the same work is cited in close proximity. (Yes I know that ibid. is not generally used with author-date, but I do.)
Sometime back a graduate assistant entered a number of references. She did each "ibid." as a custom citation within the document. However, she capitalized "Ibid." I asked her to correct this, which she did. She also replaced some hyphens with en-dashes (in page numbers).
Now, however, I notice that all of these changes have been overridden somehow. In other words, everything is back to the way it was. Supposedly, edited citations don't auto-refresh. But it seems like they are. Or is something else going on? Any advice would be greatly appreciated!!
Sometime back a graduate assistant entered a number of references. She did each "ibid." as a custom citation within the document. However, she capitalized "Ibid." I asked her to correct this, which she did. She also replaced some hyphens with en-dashes (in page numbers).
Now, however, I notice that all of these changes have been overridden somehow. In other words, everything is back to the way it was. Supposedly, edited citations don't auto-refresh. But it seems like they are. Or is something else going on? Any advice would be greatly appreciated!!
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
(Also, it's pretty easy to code ibid into an author-date style, that seems a lot easier and less fragile) .
And, as for the coding, I would be extremely grateful for any information you could provide on that front. I have not tried coding in Zotero yet...
~Mark
http://www.zotero.org/support/csl_simple_edits
for general instructions.
The ibids will work automatically.
<layout prefix="(" suffix=")" delimiter="; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid" text-case="capitalize-first" suffix="."/>
<text macro="point-locators"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid" text-case="capitalize-first" suffix="."/>
</else-if>
<else>
<group delimiter=", ">
<group delimiter=" ">
<text macro="contributors-short"/>
<text macro="date"/>
</group>
<text macro="point-locators"/>
</group>
</else>
</choose>
</layout>
</citation>