footnote - repeat same number
I would like to use references in footnote, such as with "Chicago Manual of Style(note)". When the same reference is present on the same page, the number is incremented and the reference repeated in the footnote (with only the authors name).
I would like that for the same reference on the same page, the number would not be incremented and the reference not added. Is there a style which would do that or a way to modify this?
I would like that for the same reference on the same page, the number would not be incremented and the reference not added. Is there a style which would do that or a way to modify this?
You can look at numeric styles (like Vancouver or Nature), which do repeat citation number in the text and then have a numbered bibliography in the back.
bwiernik, the workaround you proposed is a very good trick! To be used at the very end of writing because if quotes jumps from one page to the other it can become frustrating but it can be very useful.
From the above responses I infer that the mechanism is implemented something like this:
1. The database connector (do the Word-to-Zotero plug-in for Word) is asked to create a new citation
2. If the style is a "footnote style" (how does the CSL inform the plug-in about this?) a Word footnote is created.
3. The CSL script (for instance Chicago) is called upon to typeset the text string for the footnote, OR the citation tag if it is a "non-footnote style"
Yet, the database connector knows if this is a repeated insert or not (it asks the user whether to re-use an already cited reference). At the same time, only some of the styles are footnote styles, and therefore the CSL script must be able to tell the database connector always to create the footnote (or endnote if that is chosen by the user in the dialogue window). The keyword in the last sentence is 'always' as one could create a third type "Deferred footnote" which combines the two types and implements my desired IF test.
I agree with adamsmith that this requires more than just another CSL script, but I disagree that it is a "complete reconceptualization". Anyway, I have a strong request for this, and this thread was not started by me, so we are at least two users who would like to see this functionality added in the future. Thus, end of comments for now.