Not mentioning page number wiht any citations from the same Page after each other

When I cite the same page many times after each other it does not mention the page number. I'm using a style called Sascha Forester (I did some modification on it). Is this thing from the programm itself or is it related to the citation style? If it's related to the citaion style how can I force it to mention page number?
  • You'd change
    <if position="ibid-with-locator">
    <text term="ibid"/>
    <text macro="citation-locator" prefix=", "/>
    </if>
    <else-if position="ibid">
    <text term="ibid"/>
    </else-if>


    to

    <if position="ibid-with-locator ibid" match="any">
    <text term="ibid"/>
    <text macro="citation-locator" prefix=", "/>
    </if>
  • Thanks, it worked.

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.

Sign In or Register to comment.