Abbreviated Footnotes in Chicago Style
I'm using Chicago Style (full note, no ibid), but after the first time a source appears in a footnote, the citation is abbreviated:
U.S. Commercial Service, 81.
instead of
U.S. Commercial Service, Country Commercial Guide: Mongolia, 2009, 81, http://www.buyusainfo.net/docs/x_8159819.pdf.
While I realize that it's proper Chicago style to do it that way, my project requires full footnotes every time a source is cited. Is there a way I can fix it, or is there another Chicago style iteration that would do it?
I apologize if this is a stupid question; I'm not much of a tech person and some of the style alterations went completely over my head. Thanks in advance for your help!
U.S. Commercial Service, 81.
instead of
U.S. Commercial Service, Country Commercial Guide: Mongolia, 2009, 81, http://www.buyusainfo.net/docs/x_8159819.pdf.
While I realize that it's proper Chicago style to do it that way, my project requires full footnotes every time a source is cited. Is there a way I can fix it, or is there another Chicago style iteration that would do it?
I apologize if this is a stupid question; I'm not much of a tech person and some of the style alterations went completely over my head. Thanks in advance for your help!
Very easy to fix, too, just delete this section from the style
<else-if position="subsequent">
<group delimiter=", ">
<text macro="contributors-short"/>
<text macro="title-short"/>
<text macro="point-locators-subsequent"/>
</group>
</else-if>
learn about simple style edits here:
http://www.zotero.org/support/csl_simple_edits
anything that isn't clear, just ask.
the line
<layout prefix="" suffix="." delimiter="; ">
for the citation and
<layout suffix=".">
for the bibliography should take care of this (those are in the current Chicago full note with bibliography style)-
are you sure this doesn't work or am I misunderstanding your questions?