Closed epireyn closed 3 months ago
Two consecutive cites to the same reference are considered "subsequent" but not "Ibid (with locator)".
I can't reproduce the results in the screenshot with the given TeX code. My output is as follows.
Note 2 and 4 are exactly produced from the "ibid ibid-with-locator"
branch of chicago-note-bibliography.csl
. Note that title-short
isn't outputted.
Are you expecting the ibid.
term? Perhaps you can use chicago-note-bibliography-with-ibid.csl or chicago-fullnote-bibliography-with-ibid.csl.
This happens when
name-as-sort-order="all"
and that the reference only has one author. It doesn't happen if it has more than one author or ifname-as-sort-order="first"
.
This is not likely to happen. Can you provide the full CSL style?
Hello, Thank you for your response.
I made it work by deleting the output folder before compiling again, so the issue probably comes from one of the compiled files. In other words, it only works when citeproc is run for the first time. All the other times, the described issue occured.
On Thu, 22 Feb 2024, 07:02 Zeping Lee, @.***> wrote:
Two consecutive cites to the same reference are considered "subsequent" but not "Ibid (with locator)".
I can't reproduce the results in the screenshot with the given TeX code. My output is as follows. Screenshot.2024-02-22.at.13.48.41.png (view on web) https://github.com/zepinglee/citeproc-lua/assets/12290822/7999efb4-a273-40ad-befe-20bbebb8ed73
Note 2 and 4 are exactly produced from the "ibid ibid-with-locator" branch of chicago-note-bibliography.csl. Note that title-short isn't outputted.
Are you expecting the ibid. term? Perhaps you can use chicago-note-bibliography-with-ibid.csl https://github.com/citation-style-language/styles/blob/master/chicago-note-bibliography-with-ibid.csl or chicago-fullnote-bibliography-with-ibid.csl https://github.com/citation-style-language/styles/blob/master/chicago-fullnote-bibliography-with-ibid.csl .
This happens when name-as-sort-order="all" and that the reference only has one author. It doesn't happen if it has more than one author or if name-as-sort-order="first".
This is not likely to happen. Can you provide the full CSL style?
— Reply to this email directly, view it on GitHub https://github.com/zepinglee/citeproc-lua/issues/51#issuecomment-1958762072, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALP2YTCTBHQU4URUQA4YDM3YU3NPLAVCNFSM6AAAAABAOAATO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYG43DEMBXGI . You are receiving this because you authored the thread.Message ID: @.***>
I made it work by deleting the output folder before compiling again, so the issue probably comes from one of the compiled files. In other words, it only works when citeproc is run for the first time. All the other times, the described issue occured.
Please provide a full example so that I can help.
Describe the bug Two consecutive cites to the same reference are considered "subsequent" but not "Ibid (with locator)". This happens when
name-as-sort-order="all"
and that the reference only has one author. It doesn't happen if it has more than one author or ifname-as-sort-order="first"
.Additional information
citation-style-language
version: main branchxelatex
To Reproduce
Screenshots