I am trying to put a prefix before all citation numbers when they are inserted in line with the body of my document. I need to be able to put a chapter number in front of all my citations like "2.X" where X is the reference number. I have a custom CSL file currently with the following for the citation style:
!-- Citation --
citation collapse="citation-number"
sort
key variable="citation-number"/
/sort
layout prefix="[2." suffix="]" delimiter=", 2."
text variable="citation-number"/
/layout
/citation
note: could not include open and close bracket symbols because of the text input limitations
This works fine for individual citations or groups of citations which are not sequential but when the Cite-O-Matic plugin collapses multiple citations, I cannot figure out how to get a "2." prefix to appear for the second part of a citation list. I would like the collapsed citations to appear as "2.1-2.5" for example but I can only get it to show up as "2.1-5".
Any thoughts?
↧