modern humanities research style that works with ibid

Hi,
I wonder if anyone can help. I am looking for a style (or for some help to build a style) that is exactly the same as the standard modern humanities research style that ships with zotero standalone, but that picks up on ibid.
Unless I am completely blind I don't think it does as standard.
Is it easy to adapt and make a suitable version for my purposes?
Thanks,
Richard
  • It's relatively easy to modify.

    You begin the citation section (right below <layout ... <choose>)
    with

    <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>

    and then change the <if> and </if> statements around subsequent to <else-if> and </else-if> and that should do it.
    General instructions here:
    https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Sign In or Register to comment.