Style Error: [IEEE]
It seems that with the latest IEEE style update the in text citations no longer group together when there are multiple consecutive citations. For example, now my sentence looks like this:
"Certain activities such as gait have been studied extensively and many researchers have established the relationship between gait and metabolic energy expenditure both experimentally and through simulation [4], [5], [6], [7], [8], [9], [10]."
when it should look like this:
"Certain activities such as gait have been studied extensively and many researchers have established the relationship between gait and metabolic energy expenditure both experimentally and through simulation [4]-[10]."
I use this style all the time and it used to work just fine. Can anyone provide a valid reference for this change if it was intentional, or change it back to grouped if it wasn't intentional? Thanks!
"Certain activities such as gait have been studied extensively and many researchers have established the relationship between gait and metabolic energy expenditure both experimentally and through simulation [4], [5], [6], [7], [8], [9], [10]."
when it should look like this:
"Certain activities such as gait have been studied extensively and many researchers have established the relationship between gait and metabolic energy expenditure both experimentally and through simulation [4]-[10]."
I use this style all the time and it used to work just fine. Can anyone provide a valid reference for this change if it was intentional, or change it back to grouped if it wasn't intentional? Thanks!
<!-- Citation -->
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
It will fix the problem
Just one more question: I found the stylesheets directory in use with file search, but is there an option to set (and see) this address?
http://www.zotero.org/support/zotero_data
but you don't actually need to interact with the style folder to edit&save the style:
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
And sorry for the stupid question, the documentation was already there, I just didn't search the right words.
Handling this use case required a small adjustment to the logic inside the processor. I'm pretty sure that collapsing stopped working as soon as we added locators to the style.
With the latest processor version, collapsing will be suppressed on items that have a locator, but enabled on items that have none. Here are the relevant processor tests:
collapse CitationNumberRangesWithAffixes
collapse CitationNumberRangesWithAffixesGrouped
collapse CitationNumberRangesWithAffixesGroupedLocator
Let us know how it goes.
https://forums.zotero.org/discussion/30547?page=1#Item_4