Question

I'm using the csl file below (from Zotero), but there's a problem. I have text like:

This is citation one by Jones [1]. This is citation two by Bell [2]. ...This is citation nine by Smith [9].

In the references, it is listed like:

2. Bell, ...
1. Jones, ...
9. Smith, ...

What I want is:

This is citation one by Jones [2]. This is citation two by Bell [1]. ...This is citation nine by Smith [3].

1. Bell, ...
2. Jones, ...
3. Smith, ...

How do I adjust the csl file to get what I want? It's supposed to be SIGCHI Proceedings, but it doesn't match the style in a PDF supplied by the conference.

The csl file is located here:

http://www.zotero.org/styles/acm-sigchi-proceedings

Was it helpful?

Solution

While not explicitly mentioned in the CSL specification, the citation-numbers of bibliographic entries should always be in order, even when the entries are alphabetically sorted by author (as is the case for the SIGCHI CSL style), so this probably should be fixed in the CSL processor.

[edit: this bug has been reported and has been fixed: https://code.google.com/p/citeproc-hs/issues/detail?id=83&can=1 ]

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top