CSL Editor

I used the CSL editor for editing a citation style that should contain Ibid in case of an identical subsequent cite. The Ibid (Ebd. in German) works, but somehow the footnote doesn't contain the page number anymore that I have typed into the Zotero Word Plugin. Can someone give me advice how to fix it, so that I get a style that works like the following:

Mares, Julia (2007), S. 10
Ebd., S. 15

Instead of that I now get something like this:

Mares, Julia (2007), S. 10
Ebd.

So, somehow the page number is being suppressed.

I would be very thankful for any help!
  • edited June 26, 2024
    I could fix the problem by adding a locator attribute to the group that also contains the Ibid path.

    But now I can't cite the same source twice, because the second time I try so, there appears [CSL STYLE ERROR: reference with no printed form.] instead of the footnote. This does not happen, if I specify the citation with a certain page in the word plug in.

    Can someone help me?
  • Share your code via pastebin. Way easier to give you concrete help.
  • Change the if within "citation" to:
    <if match="any" position="ibid-with-locator ibid">
    <text term="ibid" form="short"/>
    </if>


    Also, put a delimiter=", " into the group just above.
Sign In or Register to comment.