So say I have two citations by the same author and I want to group them together in a footnote (Chicago 17), excluding the repeated author’s name in the second citation. In other words, I would like the footnote to appear as follows:
Smith, *My Book*, 22; *Another Book*, 99.
Both books are by Smith. However, the default is to display them like this:
Smith, *My Book*, 22; Smith, *Another Book*, 99.
I can correct this by editing the citation and choosing “exclude author” for the second citation. This procedure gives the right result (shown in my first example above ). But it’s very slow to edit the citation each time through the GUI. I would like to be able to type the code directly in the note, which is much faster:
{Smith, 2018@41;, 2020@99}
Note the missing author name in the second citation. This is also how EndNote renders the code if you unformat a citation with an excluded author (although EndNote also includes the record number).
The problem is that if I type this code (even including the record number) and format it, the author name in the second citation reappears. So EndNote is “ignoring” the missing author name in my code. It sees no difference between
{Smith, 2018@41;, 2020@99}
and
{Smith, 2018@41;Smith, 2020@99}
Both of those code strings result in:
Smith, *My Book*, 22; Smith, *Another Book*, 99.
This seems incorrect! There is an actual “exclude author” option that works if you go through the steps, shouldn’t there be a way to force this option through manually typed code?
Or maybe I’m missing something in the typed code that would allow me to exclude an author when I want to?
Thanks.
(I’m using EndNote 21.3 Build 20232 on MacOS Sonoma 14.5 with Word 16.87 integration. The problem describes has been around for years, for as long as I can remember.)