Cross-references in Bluebook format coming out with a superfluous "by"
I'm working on a paper in Bluebook format and when the footnotes refresh, the crossnotes show up with an extra "by," as in "[Author], by, supra note [] at []." Example:
14. Nikolas Bowie & Daphna Renan, The Separation-of-Powers Counterrevolution, 131 YALE L. J. 2020 (2021); Z. Payvand Ahdout, Separation-of-Powers Avoidance, 132 YALE L. J. 2360 (2023).
16. Bowie and Renan, by, supra note 14 at 2031.
The "by" isn't appearing when I cite cases, though.
Is there a way I can get rid of this? Thanks.
14. Nikolas Bowie & Daphna Renan, The Separation-of-Powers Counterrevolution, 131 YALE L. J. 2020 (2021); Z. Payvand Ahdout, Separation-of-Powers Avoidance, 132 YALE L. J. 2360 (2023).
16. Bowie and Renan, by, supra note 14 at 2031.
The "by" isn't appearing when I cite cases, though.
Is there a way I can get rid of this? Thanks.
(new version with fix should be out shortly)
If you want to do this yourself, see
https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step for general instructions, line 67 is the middle line (with verb-short) here:
<name form="short" and="text" delimiter=", "/>
<label form="verb-short" prefix=", "/>
<substitute>
(I'd use the built-in style editor, not the visual one)
https://github.com/citation-style-language/styles/raw/ea86ab43c98ba20dc62e21ee3d4dcc40caf93c4f/bluebook-law-review.csl
(PR: https://github.com/citation-style-language/styles/pull/7166)