override IBID. in Turabian
I'm using Turabian 8th edition (full note) style manager. Is there a way to override the use "Ibid." and use "shortened footnote" even for consecutive footnotes using the same source?
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.
For all footnotes, that'd be possible by editing the style, but not without doing that (though you could just use Chicago Manual, which is a better style anyway, and has a no ibid version available).
For individual footnotes, no, there isn't.
My institution follows the Turabian so I have to use that. Also, we are asked not to use "ibid." when it is the first or only note on the page. It's too time-consuming to try to change all the "ibids" manually, so I thought converting all the subsequent footnotes into shortened footnotes without using "ibid." will solve the problem
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid"/>
<text macro="point-locators-subsequent"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
Then turn the
<else-if>
right below to<if>
and 7 lines down the
</else-if>
to</if>
General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step