Refering to a previous footnote number
Is it possible in OSCOLA to refer back to an earlier footnote just by number? Eg "See n 4".
Thanks
Thanks
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.
Would it be possible to suppress cross-referencing after a certain number of pages?
Thanks for any idea.
We can define a certain number of notes and treat subsequent references that fall within that range differently (e.g. include cross reference) from those that do not. (It's not possible to do this with pages, I don't think CSL knows anything about pages in a document).
I don't think I'll want to do this for the official OSCOLA style, but if this is of interest, I can tell you how to modify the style to do this, which wouldn't be terribly hard.
<else-if position="subsequent">
(line 586 if you look at the style here)to the corresponding
</else-if>
(in line 613) and copy it right below itself, so you have the exact same thing twice.Now, in the first instance, replace "subsequent" by "near-note".
In the second instance, delete both rows that look like this
<text variable="first-reference-note-number" prefix="(n " suffix=")"/>
That's all you need to do for this to work. Now you can set the near-note-distance (the default value is 5, i.e. you wouldn't get a cross reference if two notes are more than 5 footnotes apart).
If you'd want this to be, say, 20, find
<citation et-al-min="4" et-al-use-first="1">
and change to
<citation et-al-min="4" et-al-use-first="1" near-note-distance="20">
For general instructions see here:
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Don't forget to change style name and ID -- otherwise your changes will get overwritten daily.
The near-note approach might work with some playing around, but there may well be instances where, say, there's a 50 or 100 FN gap between citations but they are still within the same chapter and thus need to not restart.
Any thoughts on resetting for each section? Thanks again for all the amazing work on Zotero :)
I also facing the same problem.
How do you remove the field codes.
Thank you.
How to remove the field codes?
Thank you.
My question is about cross referencing. am working with OSCOLA.
Lets say my footnote 109 is Carsten Stahn, A Critical Introduction to International Criminal Law (1st edn, Cambridge University Press 2018) 75.
if i refer to the same author at a different page say page 78 in footnote 120, zotero places it as : Stahn (n 109) 76.
If I go back and add stuff that comes with a footnote before footnote 109, the original 'Stahn' reference will become 110.
All the cross referencing will now read as Stahn (n 109) which is incorrect as the previous one has moved down. How can I solve this?