Collapse year in narrative-style citations #11159
stefanocoretta
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Citation processing collapses citations of the same author when they are in-text citations (with brackets
[]
) but not in narrative style citations.So
[@smith2000; @smith2001; @smith2002]
becomes (Smith, 2000, 2001, 2002), butAccording to @smith2000; @smith2001; @smith2002
becomes "According to Smith (2000), Smith (2001), Smith (2002)" while it would make sense for it to be "According to Smith (2000, 2001, 2002)".The syntax
Smith [-@smith2000; -@smith2001; -@smith2002]
is a bit clunky because it requires you to manually add the authors (and manually manage how to display multiple authors).Beta Was this translation helpful? Give feedback.
All reactions